MediaWiki:Tvivbook.css

From The TV IV
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* edit this file to customize the monobook skin for the entire site */

/* Spoiler additions */
/* .spoiler is for the old spoiler tag, span.sspoiler for the new one. */
.spoiler, span.sspoiler, span.sspoiler * {
 color: #000;
 background-color: #000;
}

.spoiler:hover, span.sspoiler:hover, span.sspoiler:hover * {
 color: #fff;
}
/* End Spoiler additions */

/* Cast template formatting by RoToRa */
.tviv-cast {
   border: 1px solid #999999; 
   border-collapse: collapse;
   border-spacing: 0;
}

.tviv-cast th {
   background-color: #CCCCCC;
   text-align: left;
}

.tviv-cast th, .tviv-cast td {
   padding: 0.1em 0.5em;
   border-top: 1px solid #999999; 
   border-bottom: 1px solid #999999; 
}

.tviv-cast .subheader th {
   background-color: #A6A6A6;
}

/*-----------------------
| Short Spoilers
-----------------------*/
span.sspoilerDesc {
margin-left: 3px;
margin-right: 1px;
font-size: 0.8em;
color: #999;
}

span.sspoiler {
color: #000;
background-color: #000;
padding-left: 2px;
padding-right: 2px;
margin: 1px;
}

/*-----------------------
| Long Spoilers
-----------------------*/
div.lspoiler {
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #000;
background-color: #fff;
color : #000;
clear: both;
}
div.lspoiler div.toggle {
}
div.lspoiler div.toggle input {
border: 1px solid #c0c0c0;
background-color: #e0e0e0;
color : #000;
margin: 3px;
}

div.lspoiler div.spoilerText {
margin-top: 2px;
margin-bottom: 1px;
padding: 3px;
border-top: 1px solid #000;
color : #000;
}

/* Just show the warning to people who don't use this stylesheet */
div.lspoiler div.spoilerWarning {
display: none;
}


/*-----------------------
| Another Kind of Spoiler
-----------------------*/
div.spoiler3 {
display: none;
}

/* Styles for current news */
.curnewsrss {
}

.curnewsrss dd {
 font-size: 75%;
}