MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 56: | Line 56: | ||
ol li > ol li > ol { list-style-type: none; } | ol li > ol li > ol { list-style-type: none; } | ||
ul { list-style-image: url(data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5' height='13'%3E %3Ccircle cx='2.5' cy='9.5' r='2.5' fill='%238cabe6'/%3E %3C/svg%3E); } | ul { list-style-image: url(data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5' height='13'%3E %3Ccircle cx='2.5' cy='9.5' r='2.5' fill='%238cabe6'/%3E %3C/svg%3E); } | ||
.toc li { list-style-type: none; list-style-image: none; } | |||
Revision as of 07:57, 18 February 2023
/* CSS placed here will be applied to all skins */
/* Left Navigation - Tools/Header */
#p-tb-label { color: #cbd9f4; font-weight: bold; }
/* Left Navigation - MainPage and Tools */
.vector-menu-portal .vector-menu-content li a { color: #8cabe6 !important }
.vector-menu-portal .vector-menu-heading { color: #cbd9f4}
#p-tb { display: none; }
/* Left Navigation - Background */
body { background-color: rgb(13,25,44); color: #cbd9f4; }
/* Top Menu - Background */
#mw-head-base { background-color: rgb(13,25,44); }
/* Left Navigation - Logo */
#mw-panel { background-color: rgb(13,25,44); color: #cbd9f4; }
/* Main Body */
#content { background-color: rgb(21,37,60); color: #cbd9f4; }
/* Main Body - Header */
#firstHeading { color: #cbd9f4; font-weight: bold; }
/* Footer */
.mw-footer li { color: #cbd9f4; }
/* Footer && Personal - Top Right */
a { color: #8cabe6 !important; }
a:visited { color: #8cabe6 !important ; }
/* Message/Discussion/Read/Edit/View History */
.vector-menu-tabs-legacy li a { background-color: #222e45; color: #8cabe6 !important; }
.vector-menu-tabs-legacy .selected a { background-color: #172136; color: #8cabe6 !important; }
/* Search */
.vector-search-box-input { background-color: #313e59; color: #cbd9f4; border:none; height: 2.485em; margin-top: 0; box-shadow: inset 0 -7px 7px -7px rgb(0 0 0 / 15%); }
/* Tables */
table.wikitable { background: #313e59; color: #cbd9f4;}
table.wikitable > * > tr > th { background-color: #222e45; border-color: #172136; }
table.wikitable > * > tr > td { border-color: #172136; }
.wikitable > caption { font-weight: bold; }
/* Headers */
h1, h2, h3, h4, h5, h6 { color: #cbd9f4 }
/* Table Of Contents */
.toc .toctitle { background: #222e45; border: none;}
.toc { background: #313e59; }
#toc, .toc { border: none; padding: 0;}
.toc > ul { border: none; }
#toc > ul, .toc > ul { margin: 0; padding: 0.75em 1.75em; }
#toc .toctitle, .toc .toctitle { padding: 0.25em 1em; }
.toc .toclevel-1 a { color: #cbd9f4; }
ol { list-style-type: none; }
ol li > ol { list-style-type: none; }
ol li > ol li > ol { list-style-type: none; }
ul { list-style-image: url(data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5' height='13'%3E %3Ccircle cx='2.5' cy='9.5' r='2.5' fill='%238cabe6'/%3E %3C/svg%3E); }
.toc li { list-style-type: none; list-style-image: none; }