Anonymous user
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: | ||
} | } | ||
.catlinks { | |||
background-color: | background-color: var(--table-background-color); | ||
} | } | ||
Line 101: | Line 123: | ||
} | } | ||
table, table.ambox-content, table.toccolours, .mw-notification, .mwe-popups, .infobox, .toc, .thumbinner, .wikitable, .cbnnr-main, .cx-callout, #simpleSearch, #searchInput, #centralNotice .cnotice { | |||
background-color: | background-color: var(--table-background-color) !important; | ||
} | } | ||