MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
#content h1, h2, h3, h4, h5, h6 { color: #c2c2c2; } | #content h1, h2, h3, h4, h5, h6 { color: #c2c2c2; } | ||
#content h1, h2, h3, h4, h5, h6 { border-bottom: 1px solid #8f0000; } | #content h1, h2, h3, h4, h5, h6 { border-bottom: 1px solid #8f0000; } | ||
#content ul { list-style-type: disc; } /* circle bullets */ | |||
/* #content ul { list-style-image: url(https://wiki.uomayhem.com/uomayhem-bullet-wiki.png); } */ | /* #content ul { list-style-image: url(https://wiki.uomayhem.com/uomayhem-bullet-wiki.png); } */ | ||
Revision as of 21:47, 31 December 2023
#mw-head { background-color: #161415; }
.vector-search-box-input { background-color: #ffffff; }
.vector-menu-tabs-legacy .new a { color: #f0dd9f; } /* page does not exist */
.vector-menu-tabs-legacy .new a:visited { color: #f0dd9f; } /* page does not exist */
.vector-menu-tabs-legacy li a { color: #d53a3a; }
.vector-menu-tabs-legacy li { background-image: linear-gradient(to top,#8f0000 0,#410000 1px,#161415 25%); } /* the tabs backgrounds */
.vector-menu-tabs { background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#8f0000 100%); } /* the tabs separators */
.vector-menu-tabs a { background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#8f0000 100%); } /* the tabs separators */
/* .vector-menu-tabs-legacy .selected { background-color: #1c1c1c; } */
.vector-menu-tabs-legacy .selected { background-image: linear-gradient(to bottom,#8f0000 0,#1c1c1c 1px,#1c1c1c 25%); }
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { color: #d53a3a; }
#content { background-color: #1c1c1c; }
#content { color: #c2c2c2; }
#content a { color: #d53a3a; }
#content a.new { color: #f0dd9f; } /* page does not exist */
#content a:visited { color: #8f0000; }
#content a.new:visited { color: #f0dd9f; }
#content h1, h2, h3, h4, h5, h6 { color: #c2c2c2; }
#content h1, h2, h3, h4, h5, h6 { border-bottom: 1px solid #8f0000; }
#content ul { list-style-type: disc; } /* circle bullets */
/* #content ul { list-style-image: url(https://wiki.uomayhem.com/uomayhem-bullet-wiki.png); } */
/* Table of contents */
.toc, .toccolours { background-color: #1c1c1c; }
.toc, .toccolours { border: 1px solid #8f0000; }
body { background-color: #161415; }
body a { color: #d53a3a; }
body a:visited { color: #8f0000; }
body { color: #c2c2c2; }
.mw-body { border: 1px solid #8f0000; } /* #000000 */
/* sidebar */
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { color: #c2c2c2; }
div#mw-panel a { color: #d53a3a; }
.mw-footer li { color: #c2c2c2; }