Tron Wiki
Advertisement

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.
/**Heading for main page**/
.heading {
padding:0.2em 0.4em; 
margin:0 0 10px 0; 
background: url("http://images2.wikia.nocookie.net/tron/images/b/b0/Headingbg.png") repeat-x scroll 0 1px transparent;
color:#FFFFFF; 
font-size:120%; 
font-weight:bold; 
text-align:left;
width:100%;
border:1px solid #104E8B;
}

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #000000;
   color: #EEEEE;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}
div.thumb {
   margin: 2px;
   margin-left: 6px;
}

div.thumbinner {
   background: black;
   color: #EEEEEE;
   border: none;
}
#article div.thumb {
   color:white;
}



/* TEST 
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaa;
} */
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border-top: 1px solid #aaa;
   border-right: 1px solid #aaa;
}
 
.gallerybox .thumb img {
  background: #F9F9F9;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border-right: 1px solid #aaa;
}
 
/* Remove white border from thumbnails */
div.thumb {
   border: none;
}
 
div.tright {
   border: none;
   margin: 0.5em 0 0.8em 1.4em;
}
 
div.tleft {
   border: none;
   margin: 0.5em 1.4em 0.8em 0;
}

.notice {
    font-size: 14pt;
}

*/


 
form#deleteconfirm table {
   background-color:transparent;
}

/* Stuff for the "From Tronpedia, the Tron Wiki..." */

/* Administrator and bot highlights by Splarka (taken from Halopedia)
#F82BFF Color stolen from YTMND by Mr. Sinistar */
table.diff a[title="User:Mr. Sinistar"], 
ul#pagehistory li a[title="User:Mr. Sinistar"], 
ul.special li a[title="User:Mr. Sinistar"] { color: #FF0000;  font-weight: bold; }
/*</nowiki></pre>*/


/* <pre><nowiki>*/
.logoContainer { background-color: transparent!important; }
/*</nowiki></pre>*/

/* Era Crap */

#title-eraicons { display: none!important; visibility: hidden !important; }
#title-linktabs { 
        position:absolute;
        right:0;
        top:5px;
}

#title-linktabs img { margin:0 0 0 3px; }
.firstHeading { margin-bottom:0.1em; }

/* class for message box template styling */
.messagebox {
	clear:both;
	width:85%;
	margin:0px auto 3px auto;
	padding:3px;
	font-size:95%;
} 

/* in-universe and out-of-universe message boxes */
.iumb, .ooumb { 
	border-width: 0;
	text-align:left;
	padding: 0;
}

.iumb table, .ooumb table {
	padding: 5px 10px 5px 10px;
	background: transparent;
	color: inherit;
}

.iumb table.hidable-content, .ooumb table.hidable-content {
	padding: 0;
}

.iumb-icon, .ooumb-icon {
	vertical-align: middle;
	padding: 0;
}

.iumb-main, .ooumb-main {
	padding: 0 0 0 10px;
}

.iumb-caption {
	font-size: 1.3em;
	font-weight: bold;
}

.ooumb-caption {
	font-size: 1em;
	font-weight: bold;
}

.iumb-comment {
	font-size: 0.8em;
}

.iumb-hidable-button, .ooumb-hidable-button {
	text-align: right;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 0.8em;
	vertical-align: bottom;
}

.iumb-table-container, .ooumb-table-container {
	width: 100%;
}

.iumb p {
	margin-top: 0;
	margin-bottom: 0;
}

/* rounded corners */
.rtop, .rbottom { display: block; padding: 0px; margin: 0px }
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; padding: 0px }
.r1 {margin: 0 5px}
.r2 {margin: 0 3px}
.r3 {margin: 0 2px}
.r4 {margin: 0 1px; height: 2px}
/* end rounded corners */

.hidable-button {
	color: #088;
	cursor: pointer;
}

.infobox .hidable-button {
	color: #f0f0f0;
}

.spoiler {
	background-color: #008B8B;
	color: #FFF;
	border-color: #00FFFF;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	text-align: center;
}

.wikia-slideshow-sprite {
background-image:url("http://images4.wikia.nocookie.net/sixbitsnonethewiser/images/c/cc/Slideshow-sprite2.png");
}

.RWbg1 {
background-image:url("http://images3.wikia.nocookie.net/tron/images/d/da/RWbg1.png");
}
Advertisement