MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* | /* === GENERAL === */ | ||
body, html, | |||
html | |||
.mw-body, .mw-page-container, | .mw-body, .mw-page-container, | ||
#content, #bodyContent, | #content, #bodyContent, .vector-body, | ||
#mw-panel, #p-navigation, #p-tb | #mw-panel, .portal, #p-navigation, #p-tb, | ||
#footer, #footer-info, #footer-icons { | |||
#footer, #footer-info, #footer-icons | background-color: #1e1e1e !important; | ||
color: #e6e6e6 !important; | |||
font-family: system-ui, sans-serif !important; | |||
background-color: # | |||
color: # | |||
border: none !important; | border: none !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
/* | /* === HEADINGS === */ | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: # | color: #ffffff !important; | ||
border: | border-bottom: 1px solid #333 !important; | ||
} | } | ||
/* | /* === LINKS === */ | ||
a, a:link, a:visited { | a, a:link, a:visited { | ||
color: # | color: #5fa8ff !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
a:hover { | a:hover { | ||
color: # | color: #9acbff !important; | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | } | ||
/* | /* === SIDEBAR === */ | ||
# | #mw-panel { | ||
# | background-color: #1e1e1e !important; | ||
# | } | ||
#mw-panel .portal h3 { | |||
background-color: # | color: #cccccc !important; | ||
color: # | } | ||
border: 1px solid # | #mw-panel .portal ul li a { | ||
color: #dddddd !important; | |||
} | |||
/* === SEARCH === */ | |||
#searchInput, input, textarea, select, button { | |||
background-color: #2c2c2c !important; | |||
color: #ffffff !important; | |||
border: 1px solid #444 !important; | |||
} | } | ||
/* | /* === TOC, INFOBOX, TABLES === */ | ||
.toc, .infobox, table, th, td, | |||
background-color: # | .thumbinner, .gallerybox, .thumbcaption { | ||
border: | background-color: #252525 !important; | ||
color: #e0e0e0 !important; | |||
border: 1px solid #333 !important; | |||
} | } | ||
/* | /* === FOOTER === */ | ||
#footer, #footer-info, #footer-icons { | #footer, #footer-info, #footer-icons { | ||
background-color: # | background-color: #1e1e1e !important; | ||
color: # | color: #999 !important; | ||
} | } | ||
#footer a { | #footer a { | ||
color: # | color: #5fa8ff !important; | ||
} | } | ||
#footer a:hover { | #footer a:hover { | ||
color: # | color: #9acbff !important; | ||
} | } | ||
/* | /* === REMOVE LOGOS ETC. === */ | ||
#p-logo, .mw-wiki-logo, | |||
.mw-footer-logo, .printfooter, | |||
.ccicons, .license, #footer-icons, .noprint { | |||
display: none !important; | |||
} | } | ||
/* | /* === USER INTERFACE BUTTONS (edit tabs etc.) === */ | ||
.vector-menu-tabs, #p-views { | |||
background-color: # | background-color: #1e1e1e !important; | ||
border: | border-bottom: 1px solid #333 !important; | ||
} | |||
color: # | .vector-menu-tabs li a { | ||
background: transparent !important; | |||
color: #5fa8ff !important; | |||
} | } | ||
.vector-menu-tabs li a:hover { | |||
background: #2a2a2a !important; | |||
} | } | ||
/* | /* === IMAGE CAPTIONS & METADATA === */ | ||
.thumbcaption, .mw-parser-output .metadata { | |||
color: #aaa !important; | |||
background: none !important; | |||
border: none !important; | border: none !important; | ||
} | } | ||
Revision as of 06:32, 2 July 2025
/* === GENERAL === */
body, html,
.mw-body, .mw-page-container,
#content, #bodyContent, .vector-body,
#mw-panel, .portal, #p-navigation, #p-tb,
#footer, #footer-info, #footer-icons {
background-color: #1e1e1e !important;
color: #e6e6e6 !important;
font-family: system-ui, sans-serif !important;
border: none !important;
box-shadow: none !important;
}
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
border-bottom: 1px solid #333 !important;
}
/* === LINKS === */
a, a:link, a:visited {
color: #5fa8ff !important;
text-decoration: none !important;
}
a:hover {
color: #9acbff !important;
text-decoration: underline !important;
}
/* === SIDEBAR === */
#mw-panel {
background-color: #1e1e1e !important;
}
#mw-panel .portal h3 {
color: #cccccc !important;
}
#mw-panel .portal ul li a {
color: #dddddd !important;
}
/* === SEARCH === */
#searchInput, input, textarea, select, button {
background-color: #2c2c2c !important;
color: #ffffff !important;
border: 1px solid #444 !important;
}
/* === TOC, INFOBOX, TABLES === */
.toc, .infobox, table, th, td,
.thumbinner, .gallerybox, .thumbcaption {
background-color: #252525 !important;
color: #e0e0e0 !important;
border: 1px solid #333 !important;
}
/* === FOOTER === */
#footer, #footer-info, #footer-icons {
background-color: #1e1e1e !important;
color: #999 !important;
}
#footer a {
color: #5fa8ff !important;
}
#footer a:hover {
color: #9acbff !important;
}
/* === REMOVE LOGOS ETC. === */
#p-logo, .mw-wiki-logo,
.mw-footer-logo, .printfooter,
.ccicons, .license, #footer-icons, .noprint {
display: none !important;
}
/* === USER INTERFACE BUTTONS (edit tabs etc.) === */
.vector-menu-tabs, #p-views {
background-color: #1e1e1e !important;
border-bottom: 1px solid #333 !important;
}
.vector-menu-tabs li a {
background: transparent !important;
color: #5fa8ff !important;
}
.vector-menu-tabs li a:hover {
background: #2a2a2a !important;
}
/* === IMAGE CAPTIONS & METADATA === */
.thumbcaption, .mw-parser-output .metadata {
color: #aaa !important;
background: none !important;
border: none !important;
}