Difference between revisions of "MediaWiki:Darkvector.css"

 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
a { color: #e69710 !important; }
 
a:visited { color: #db8200 !important; }
 
a.new { color: #ba0000 !important; }
 
a.new:visited { color: #a55858 !important; }
 
 
 
.infobox-equipment { color: black !important; }
 
.infobox-equipment { color: black !important; }
 
.infobox-equipment a { color: black !important; }
 
.infobox-equipment a { color: black !important; }
Line 22: Line 17:
 
.q7 { color: black !important; }
 
.q7 { color: black !important; }
 
.q8 { color: black !important; }
 
.q8 { color: black !important; }
 +
 +
.dev-s1 { color: black !important; }
 +
.dev-s2 { color: black !important; }
 +
.dev-s3 { color: black !important; }
 +
.dev-s4 { color: black !important; }
 +
.dev-s5 { color: black !important; }
 +
.dev-s0 { color: black !important; }
 +
 +
.dev-f_s { color: black !important; }
 +
.dev-a { color: black !important; }
 +
.dev-b { color: black !important; }
 +
 +
/* https://github.com/dolfinus/DarkVector/issues/19 */
 +
 +
a,.mw-body a.external,.mw-body a.extiw,.uls-language-list a { color: #e69710 !important; }
 +
a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited { color: #db8200 !important; }
 +
a.new,#p-personal a.new { color: #ba0000 !important; }
 +
a.new:visited,#p-personal a.new:visited { color: #a55858 !important; }
 +
 +
.fixed-header {
 +
  border-top: 1px solid #666;
 +
  border-right: 1px solid #666;
 +
}
 +
 +
.fixed-header > tr > th, .fixed-header > tr > td, .fixed-header > * > tr > th, .fixed-header > * > tr > td {
 +
  box-shadow: inset 0 -1px 0 #666, inset 1px 0 0 #666;
 +
}

Latest revision as of 15:27, 17 August 2024

.infobox-equipment { color: black !important; }
.infobox-equipment a { color: black !important; }
td.highlighted { color: #212121 !important; }
td.highlighted { color: #212121 !important; }
td.highlighted a { color: #0d47a1 !important; }

.q01 { color: black !important; }
.q02 { color: black !important; }
.q03 { color: black !important; }
.q04 { color: black !important; }
.q05 { color: black !important; }
.q06 { color: white !important; }
.q07 { color: black !important; }

.q5 { color: black !important; }
.q6 { color: black !important; }
.q7 { color: black !important; }
.q8 { color: black !important; }

.dev-s1 { color: black !important; }
.dev-s2 { color: black !important; }
.dev-s3 { color: black !important; }
.dev-s4 { color: black !important; }
.dev-s5 { color: black !important; }
.dev-s0 { color: black !important; }

.dev-f_s { color: black !important; }
.dev-a { color: black !important; }
.dev-b { color: black !important; }

/* https://github.com/dolfinus/DarkVector/issues/19 */

a,.mw-body a.external,.mw-body a.extiw,.uls-language-list a { color: #e69710 !important; }
a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited { color: #db8200 !important; }
a.new,#p-personal a.new { color: #ba0000 !important; }
a.new:visited,#p-personal a.new:visited { color: #a55858 !important; }

.fixed-header {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

.fixed-header > tr > th, .fixed-header > tr > td, .fixed-header > * > tr > th, .fixed-header > * > tr > td {
  box-shadow: inset 0 -1px 0 #666, inset 1px 0 0 #666;
}