Tech, Bureaucrats, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Suppressors, Administrators, threadmoderator
118,870
edits
No edit summary |
No edit summary |
||
Line 108: | Line 108: | ||
/* +++++++++++++++ | /* +++++++++++++++ | ||
NEW TARDIS SKIN | NEW TARDIS SKIN | ||
FOR BASIC NAVBOXES. | FOR BASIC NAVBOXES. | ||
(based on a classic) | (based on a classic) | ||
+++++++++++++++ | |||
+++++++++++++++++++ | |||
=-=-=-=-=-=-=-= | =-=-=-=-=-=-=-= | ||
Line 135: | Line 138: | ||
width:97%; | width:97%; | ||
max-width: 658px; | max-width: 658px; | ||
} | |||
.theme-fandomdesktop-light table.navbox { | |||
border: 1.5px solid #484662; | |||
} | } | ||
Line 142: | Line 148: | ||
} | } | ||
/* =-=-=-=-=-=-=-= | /* =-=-=-=-=-=-=-= | ||
Line 390: | Line 385: | ||
.collapsible .collapsible table.navbox th .plainlinks a:visited { | .collapsible .collapsible table.navbox th .plainlinks a:visited { | ||
color: #222331; | color: #222331; | ||
} | |||
/* =-=--=-=-=-=-=- | |||
Additional modifications | |||
for light mode (greater contrast) | |||
=-=-=-=-=-=-=-= */ | |||
.theme-fandomdesktop-light .mw-parser-output > .navbox > tbody > tr > td > .collapsed > tbody > tr > .navbox-title, | |||
.theme-fandomdesktop-light .mw-parser-output > .navbox > tbody > tr > td > .collapsed > tbody > tr > th { | |||
background: #524f72; | |||
} | |||
.theme-fandomdesktop-light .mw-parser-output > table.navbox > tbody > tr > td > .collapsible > tbody > tr > .navbox-title, | |||
.theme-fandomdesktop-light .mw-parser-output > table.navbox > tbody > tr > td > .collapsible > tbody > tr > th { | |||
background: #484662; | |||
} | } | ||
@media print { .navbox { display: none; } } | @media print { .navbox { display: none; } } |
edits