MediaWiki:Common.css
Z kości przeznaczenia
Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.
- Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
- Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
- Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
- Opera: Naciśnij klawisze Ctrl+F5.
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* One-sided navigation menu */
@media (min-width: 1340px) {
#mw-content-block {
display: block;
}
#mw-content,
#content-bottom-stuff {
margin-left: 14em;
}
#mw-content-wrapper {
float: right;
margin-left: -14em;
width: 100%;
}
#mw-related-navigation {
width: 14em;
padding: 0 1em 0 0;
}
div.color-middle {
margin-right: 0;
}
.mw-wiki-logo {
display: inline-block;
}
}
/* Align top colour bar with page columns */
.ts-inner {
padding: 0 0 0 1em;
}
/* Re-aligning bottom logos */
#footer { padding-right: 1em; }
/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation * { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif }
/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
height: 1.5em;
position:relative;
bottom:0.1em
}
/* Triangle position patch */
#personal h2::after {
position: relative;
bottom: 0.5em;
}
.mw-body-content {
font-size: 16px;
}
.mw-parser-output {
font-size: 16px;
}
#content { background-color: #eaecf0; } /*changes the background color of the content of articles/pages, including the title of the articles*/
#bodyContent { background-color: #eaecf0; } /*changes the background color of the content of pages, without the title of the pages*/
#firstHeading { background-color: #eaecf0; } /*changes the background color only of page titles*/
#catlinks { background-color: #eaecf0; } /*changes the background color of the area in which are displayed the links to the categories to which the page belongs. If a page is assigned to categories, they are listed exactly under the content of the page in a rectangular container*/
#mw-head-base { background-color: #eaecf0; } /*changes the background color at the top of the screen, the area above the page title. It doesn't affect the color of the page tabs (e.g. Discussion, Edit, etc.)*/
#mw-panel { background-color: #a9bdd4; } /*changes the background color of the menus on the left side of the screen (the area where the links Recent changes, Random page, etc., and the Tools menu are located)*/
.mw-editform #wpTextbox1 { background-color: #eaecf0; }
.editOptions { background-color: #eaecf0; }
#wpSummaryWidget input[type="text"] { background-color: #eaecf0; }
.vector-search-box-input { background-color: #eaecf0; }
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background-color: #eaecf0; }
body { background-color: #eaecf0; } /*in general the body is equal to the whole screen. However if you set a background color with it, it covers areas where there isn't any other element with specific background color set. In case of the Vector skin it affects the area under the page content and on the left of it*/
.vector-menu-content-list a { background-color: #eaecf0; } /*I'm mondry, ju noł*/
#mw-head { background-color: #eaecf0; border-right: 1px solid #24417a; } /*With your... good relations I have*/
#mw-page-base { background-color: #eaecf0; } /*Yes*/
#toc { background-color: #eaecf0; }
.mw-body { border: 1px solid #eaecf0; }
.skin-vector-legacy a.new {
color: #eaecf0;
}
/*.MyClass123 { content:url("http://imgur.com/SZ8Cm.jpg"); } Podmienia wskazany img*/