Tech, Bureaucrats, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Suppressors, Administrators, threadmoderator
118,865
edits
No edit summary |
(Organising all my code.) |
||
Line 108: | Line 108: | ||
/* +++++++++++++++ | /* +++++++++++++++ | ||
NEW TARDIS SKIN | |||
FOR NAVBOXES | FOR BASIC NAVBOXES. | ||
(based on a classic) | |||
+++++++++++++++ | +++++++++++++++ | ||
Line 134: | Line 135: | ||
width:97%; | width:97%; | ||
max-width: 658px; | max-width: 658px; | ||
} | |||
.theme-fandomdesktop-light table.navbox { | |||
border: 2px solid #262438; | |||
} | } | ||
Line 205: | Line 209: | ||
} | } | ||
/* =-=--=-=-=-=-=- | |||
Main list style | |||
=-=-=-=-=-=-=-= */ | |||
.navbox-list { | .navbox-list { | ||
border-left:2px solid #fdfdfd; | border-left:2px solid #fdfdfd; | ||
} | } | ||
.navbox-even { | |||
background: #dce0ee; | |||
} | |||
.navbox-odd { | |||
background: #ccd3e5; | |||
} | |||
/* =-=--=-=-=-=-=- | |||
Titles and headings | |||
(and notes) | |||
=-=-=-=-=-=-=-= */ | |||
.navbox-title, | .navbox-title, | ||
table.navbox th { | table.navbox th { | ||
Line 228: | Line 247: | ||
} | } | ||
/* =-=--=-=-=-=-=- | |||
COLLAPSIBLES | |||
=-=-=-=-=-=-=-= */ | |||
.navbox-subgroup .navbox-title { | .navbox-subgroup .navbox-title { | ||
color:#000; | color:#000; | ||
Line 288: | Line 311: | ||
.navbox-abovebelow, .navbox-group { | .navbox-abovebelow, .navbox-group { | ||
/* background: #817ca9; */ | /* background: #817ca9; */ | ||
background: #464076; | background: #464076; /* THink this one needs to be removed? */ | ||
} | } | ||
Line 298: | Line 321: | ||
background: #8b85b9; | background: #8b85b9; | ||
} | } | ||
.collapsible .navbox-subgroup .navbox-group { | .collapsible .navbox-subgroup .navbox-group { | ||
Line 313: | Line 334: | ||
.collapsible .navbox-subgroup .navbox-abovebelow { | .collapsible .navbox-subgroup .navbox-abovebelow { | ||
background: #827cb3; | background: #827cb3; | ||
} | } | ||
/* =-=--=-=-=-=-=- | |||
Various exceptions | |||
=-=-=-=-=-=-=-= */ | |||
table.navbox .navbox-list a:link, | table.navbox .navbox-list a:link, | ||
table.navbox .navbox-list a:visited { | table.navbox .navbox-list a:visited { | ||
Line 350: | Line 360: | ||
border-radius: 0; | border-radius: 0; | ||
} | } | ||
/* =-=--=-=-=-=-=- | |||
BUTTONS (needs to stay near bottom) | |||
=-=-=-=-=-=-=-= */ | |||
.navbox-title .collapseButton, | .navbox-title .collapseButton, |
edits