MediaWiki:NavboxWP.css
From Tardis Wiki, the free Doctor Who reference
Clear your cache often around here
After changes are made to this site's CSS or Javascript, you have to bypass your browser's cache to see the changes. You can always do this by going to your browser's preferences panel. But many browsers also offer keyboard shortcuts to save you that trouble. The following shortcuts work in the versions of the browsers that Tardis currently supports. They may not work in earlier versions.
- Firefox: hold down Shift while performing a page reload.
- Opera offers no default keyboard shortcut, but you can create a custom keyboard shortcut with the value Clear disk cache
- Safari users should simultaneously hold down ⌘ + Option + E. You may need to enable the Develop menu first
- Chrome: press Ctrl + F5 or Shift + F5 while performing a page reload.
/* This is a straight port of all Navbox styling
from http://en.wikipedia.org/wiki/MediaWiki:Common.css,
for testing purposes only. *//* Default style for navigation boxes */
.navbox { /* Navbox container style */
/*border: 1px solid #aaa;*/
border:none;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em; /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
.navbox-group {
background:#012c57;
color:#fff
}
th.navbox-group { /* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.2em; /* original 1.8em */
/* border-color: #fdfdfd; Must match background color */
border-color:#012c57;
}
.navbox th,
.navbox-title {
/* background: #ccccff; Level 1 color */
background:#012c57;
color:white;
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
/*background: #ddddff; Level 2 color */
background:#012c57;
color:white;
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
/* background: #e6e6ff; Level 3 color */
background:#333333;
}
.navbox-even {
/* background: #f7f7f7; Even row striping */
background:#DCDCDC;
}
.navbox-odd {
/* background: transparent; Odd row striping */
/*background:#E5E4E2;*/
background:#b0b0b0;
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
margin-top: 0.1em; /* Prevent lists from clinging to navboxes */
}
/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li span {
font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
width: 6em;
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
font-weight: normal;
/* @noflip */
text-align: right;
}
.navbox .mw-collapsible-toggle {
width: 6em;
}
.navbox-odd a:visited,
.navbox-odd a:link,
.navbox-even a:visited,
.navbox-even a:link {
color:#012c57
}
/*
.navbox-list .navbox-even a:link,
.navbox-list .navbox-even a:visited,
.navbox-list .navbox-odd a:link,
.navbox-list .navbox-odd a:visited {
color:#fff;
}
*/
.navbox-group a:link,
.navbox-group a:visited,
.navbox-title a:link,
.navbox-title a:visited,
.navbox-abovebelow a:link,
.navbox-abovebelow a:visited {
color:#fff
}
.navbox a:hover {
color:#012c57
}