MediaWiki:Common.css: Difference between revisions

From UO Mayhem
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
#mw-head { background-color: #161415; }
#mw-head { background-color: #161415; }
.vector-search-box-input { background-color: #ffffff; }
.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 a { color: #d53a3a; }
.vector-menu-tabs-legacy li { background-image: linear-gradient(to top,#c2c2c2 0,#000000 1px,#161415 100%); } /* the tabs backgrounds */
.vector-menu-tabs-legacy li { background-image: linear-gradient(to top,#c2c2c2 0,#000000 1px,#161415 100%); } /* the tabs backgrounds */
Line 7: Line 9:
.vector-menu-tabs-legacy .selected { background-color: #1c1c1c; }
.vector-menu-tabs-legacy .selected { background-color: #1c1c1c; }
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { color: #d53a3a; }
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { color: #d53a3a; }




Line 13: Line 16:
#content { color: #c2c2c2; }
#content { color: #c2c2c2; }
#content a { color: #d53a3a; }
#content a { color: #d53a3a; }
#content a.new { color: #f0dd9f; }
#content a.new { color: #f0dd9f; } /* page does not exist */
#content a:visited { color: #8f0000; }
#content a:visited { color: #8f0000; }
#content h1, h2, h3, h4, h5, h6 { color: #c2c2c2; }
#content h1, h2, h3, h4, h5, h6 { color: #c2c2c2; }

Revision as of 22:12, 28 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,#c2c2c2 0,#000000 1px,#161415 100%); } /* the tabs backgrounds */
.vector-menu-tabs { background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#575757 100%); } /* the tabs separators */
.vector-menu-tabs a { background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#575757 100%); } /* the tabs separators */
.vector-menu-tabs-legacy .selected { background-color: #1c1c1c; }
.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 h1, h2, h3, h4, h5, h6 { color: #c2c2c2; }

body { background-color: #161415; }
body a { color: #d53a3a; }

body { color: #c2c2c2; }
.mw-body { border: 1px solid #000000; }

/* sidebar */
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { color: #c2c2c2; }
div#mw-panel a { color: #d53a3a; }


.mw-footer li { color: #c2c2c2; }