Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* This is the CSS for all skins, and all users, which over-rides existing skins.
SECTIONS:
1. Anchors (links)
2. Infoboxes
3. Userboxes
4. Sequences
5. MP3
6. Other Divs*/
/***** 1. ANCHORS (LINKS) *****/
/* Standard Classes */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
/* Special characters list below edit window */
#editpage-specialchars a { text-decoration: none; }
/* Class to force links to be underlined
To use: <span class="underlinelink">[[link]]</span> */
.underlinelink a { text-decoration: underline !important; }
/* Class to force links to be not underlined - See .underlinelink for use */
.nounderlinelink a { text-decoration: none !important; }
.nounderlinelink a:hover { text-decoration: underline !important; }
/***** 2. INFOBOXES *****/
.infobox {
float: right;
clear: right;
margin: 0 0 .5em 1em;
width: 250px;
background: none;
border-collapse: collapse;
border-width: 0px;
font-size: 0.8em;
line-height: 1.5;
}
.infobox table.infoboxtable {
background: #f0f0f0;
float: right;
margin: 0;
width: 100%;
border-collapse: collapse;
}
.infobox td.infoboximage { padding: 0; text-align: center; }
.infobox th.infoboxheading {
font-weight: bold;
text-align: center;
color: #ffffff;
font-size: larger;
}
.infobox th.infoboxsubheading {
vertical-align: top;
text-align: left;
font-weight: normal;
}
.infobox td.infoboxlabel, .infobox td.infoboxcell {
vertical-align: middle;
/* border-top: 1px solid #999;
border-bottom: 1px solid #999; */
}
/* ugly hack to force normal height for infobox cells */
.infoboxcell p { margin-top: 0px; margin-bottom: 0px; }
/* .infoboxcell ul { list-style-type: disc; } */
.infoboxcell ul { padding-left: 10px; margin-left: 10px; }
.infoboxcell ul li {
padding-left: 0;
margin-left: 0;
list-style-type: square;
}
.infobox div.plainlinks { color: #fff; }
.infobox div.plainlinks a { color: #f0f0f0; }
/***** 3. USERBOXES *****/
.userbox {
float: left;
border-width: 1px;
border-style: solid;
margin: 1px;
width: 238px;
padding: 0px;
}
.ubx-icon {
width: 45px;
height: 45px;
text-align: center;
font-size: 14pt;
font-weight: bold;
}
.ubx-main {
font-size: 8pt;
padding: 4pt;
line-height: 1.25em;
}
/***** 4. SEQUENCES *****/
/* White text within a sequence */
td.seqwhite a { color: #FFFFFF !important; }
td.seqwhite div span a { color: #FFFFFF !important; }
/* Cream text within a sequence */
td.seqcream a { color: #FFFDD0 !important; }
td.seqcream div span a { color: #FFFDD0 !important; }
/***** 5. MP3 *****/
#mp3-navlink #mp3-nav { display: none; }
#mp3-navlink { font-size: 1.1em; margin: auto; max-width: 600px; _width: expression(document.getElementById('mp3-nav-outer').offsetWidth > 600 ? '600px' : 'auto'); }
/***** 6. OTHER DIVS *****/
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame { border-style: none; border-style: hidden; }
div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; }
div.NavPic {
background-color: #fff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
position:relative;
}
div.NavFrame p { font-size: 100%; }
div.NavFrame div.NavContent { font-size: 100%; }
div.NavFrame div.NavContent p { font-size: 100%; }
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}
#mainContent p {line-height:1.4em;}