Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
mNo edit summary
imported>Ttv pedro270707
mNo edit summary
Line 2: Line 2:
--table-header-background: #eaecf0;
--table-header-background: #eaecf0;
--table-border: #a2a9b1;
--table-border: #a2a9b1;
--table-background-color: #f8f9fa;
}
}


html.client-darkmode {
html.client-darkmode {
--table-header-background: #444444;
--table-header-background: #444444;
--table-background-color: #222226;
}
}


Line 33: Line 35:
background-image: none !important;
background-image: none !important;
padding-right: 0 !important;
padding-right: 0 !important;
}
/* Module:Sprite p.doc() */
.spritedoc-ul {
list-style-type: none;
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.spritedoc-cell {
display: flex;
align-items: center;
border: 1px solid var(--table-border);
background-color: ;
padding: 5px;
width: 14em;
margin: 0 0 -1px -1px;
}
}


Line 92: Line 114:
}
}


.client-darkmode .catlinks {
.catlinks {
     background-color: #222226;
     background-color: var(--table-background-color);
}
}


Line 101: Line 123:
}
}


.client-darkmode table, .client-darkmode table.ambox-content, .client-darkmode table.toccolours, .client-darkmode .mw-notification, .client-darkmode .mwe-popups, .client-darkmode .infobox, .client-darkmode .toc, .client-darkmode .thumbinner, .client-darkmode .wikitable, .client-darkmode .cbnnr-main, .client-darkmode .cx-callout, .client-darkmode #simpleSearch, .client-darkmode #searchInput, .client-darkmode #centralNotice .cnotice {
table, table.ambox-content, table.toccolours, .mw-notification, .mwe-popups, .infobox, .toc, .thumbinner, .wikitable, .cbnnr-main, .cx-callout, #simpleSearch, #searchInput, #centralNotice .cnotice {
background-color: #222226 !important;
background-color: var(--table-background-color) !important;
}
}