MediaWiki:Common.css: Różnice pomiędzy wersjami
Z kości przeznaczenia
Nie podano opisu zmian Znacznik: Wycofane |
Nie podano opisu zmian Znacznik: Wycofane |
||
| Linia 66: | Linia 66: | ||
#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*/ | #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-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; } | |||
.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*/ | |||
Wersja z 23:39, 16 lip 2023
/* 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; }
.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*/