MediaWiki:Common.css

From KaBlam!
Jump to navigation Jump to 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* <s>See also: [[MediaWiki:Monobook.css]]</s> */
/* Or actually don't see it, because it's not useful. Only Common.css and your */
/* your own custom css files get loaded. */
/* <pre> */

/*
	The contents of this file are globally included by the main .css file on tfwiki.net
	The tmp_global file is intended for rapid prototyping of templates without requiring
	all users to include a "development" file in their personal CSS.
*/
/*
h1.firstHeading {
	//UNCOMMENT TO SEE IF FILE IS WORKING
	background-color:pink;
//*
}



/*
li#pt-userpage a[href$='/User:Derik']{
	background-color: black !important;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
	z-index:10000;
	color:#000 !important;
}
*/


/* Stuff to port over the the main file */



/* Highlight redirect links */

#wikiPreview a.mw-redirect{
	background-color:#fff200;
	text-decoration: blink underline;
	border-bottom: 3px double;
}


span.quote:after {
	content:'++'; color:#9e0b0f;

}


/* Black out redacted text */

.redact,
.redact a {
	color:#000;
	background-color:#000;
}

.tt1_inline_imagemaps div{
	display:inline;
}













/*If you're running IE, you'll also need this:*/

/*


table.franchise-nav {margin:1em 0;}
table.franchise-nav-inner {border-style:solid;border-width:2px 1px 2px 1px;border-color:#ccc #999 #999 #ccc;color:#333;background-color:#eee;}
table td.franchise-logo {padding:0 2em;}
table.franchise-nav-inner th {background: #f0f0f7 url(/mediawiki/images2/d/d6/Meta_titlegloss.png) left top;padding:0 1em;}
table.franchise-nav-inner a:link {color:#333366;}
table.franchise-nav-inner a:visited {color:#663366;}
table.franchise-nav-inner a.new {color:#663333;}
table.franchise-nav-inner th a {color:#777 !important;}
table.franchise-nav-inner td.franchise-page-list {background-color:#fff;}
table.franchise-nav-inner ul {font-size:smaller;margin:.5em 0;padding:0 .5em;text-align:center;}
table.franchise-nav-inner ul li {display:inline-block;line-height:1.5em;margin:0;padding:0;}
table.franchise-nav-inner ul li a {background:url(/mediawiki/images2/1/13/Meta-list_bullet.png) no-repeat left center;display:block;padding:0 15px;white-space:nowrap;}
table.franchise-nav-inner ul li a:hover {background-color:#f0f0f7;}
table.franchise-nav-inner th.franchise-button a {font-size:150%;border-style:solid;border-color:#ccc #999 #999 #ccc;border-width:2px;display:block;background-color:#eee;padding: .1em .1em .25em .1em;line-height:.5em;color:#666;}
table.franchise-nav-inner th.franchise-button a:hover {background-color:#f9f9f9;text-decoration:none;border:solid 1px #999;margin:1px;}
table.franchise-nav-inner th.franchise-button a:active {color:#600;}
table.franchise-nav-inner th.franchise-button {padding:2px;width:20px;}


table.franchise-nav-inner ul li {display:inline;}
table td.franchise-logo {width:50%;}
table.franchise-nav-inner th.franchise-button {width:auto;}




*/
















/* Stuff to remain in development */




#bodyContent a[name='External_links'] + h2 + ul > li > a[href^="http://www.tfu.info"].external,
#bodyContent .tt1_external > a[href^="http://www.tfu.info"].external{
	padding-right:61px;
	background-image:url('/mediawiki/images2/7/75/Tfuinfo_icon.png');
}

#bodyContent a[name='External_links'] + h2 + ul > li > a[href^="http://www.ntfa.net"].external,
#bodyContent .tt1_external > a[href^="http://www.ntfa.net"].external{
	padding-right:52px;
	background-image:url('/mediawiki/images2/7/72/Ntfa_icon.png');
}

#bodyContent a[name='External_links'] + h2 + ul > li > a[href^="http://www.yojoe.com"].external,
#bodyContent .tt1_external > a[href^="http://www.yojoe.com"].external{
	padding-right:52px;
	background-image:url('/mediawiki/images2/8/8e/Yojoe_icon.png');
}

#bodyContent a[name='External_links'] + h2 + ul > li > a[href^="http://www.tfkenkon.com"].external,
#bodyContent .tt1_external > a[href^="http://www.tfkenkon.com"].external{
	padding-right:85px;
	background-image:url('/mediawiki/images2/1/1a/Tfkenkon_icon.png');
}



/* Mark the admins names in RecentChanges */
ul.special > li > a[title='User:Abates']:before,
ul.special > li > a[title='User:Apcog']:before,
ul.special > li > a[title='User:Chris McFeely']:before,
ul.special > li > a[title='User:FortMax']:before,
ul.special > li > a[title='User:Grum']:before,
ul.special > li > a[title='User:Inkblot']:before,
ul.special > li > a[title='User:ItsWalky']:before,
ul.special > li > a[title='User:Jalaguy']:before,
ul.special > li > a[title='User:Lonegamer78']:before,
ul.special > li > a[title='User:M Sipher']:before,
ul.special > li > a[title='User:McFly']:before,
ul.special > li > a[title='User:Monzo']:before,
ul.special > li > a[title='User:Repowers']:before,
ul.special > li > a[title='User:Riptide']:before,
ul.special > li > a[title='User:Rosicrucian']:before,
ul.special > li > a[title='User:Suki Brits']:before,
ul.special > li > a[title='User:WikiSysop']:before
{
	content:'\2665 '; color:#9e0b0f; padding-right:.25em;
}


.tt1_clearall{
	display:none;
}

/* styles for {{--}}  */
.tt1_clearall + h1,
.tt1_clearall + h2,
.tt1_clearall + h3,
.tt1_clearall + h4,
.tt1_clearall + h5,
.tt1_clearall + h6 {
	clear:both;
	margin-top:00px;
}


/* Scrunching down the bottom margin on theumbnails, it seems excessive  */
div.thumb{
	margin-bottom:0.25em;
	border-bottom:1em;
}


/* Hide Main Page header */
.page-Main_Page .firstHeading{
	display:none;
}
/* Gray out the "Main Page" option on the navibation when you're actually on the Main Page. */
.page-Main_Page #n-mainpage a,
.page-Main_Page #p-logo a{
	color:#777;
	cursor:default;
}


/*
ul.special > li > a[title='User:ItsWalky'],
ul.special > li > a[title='User:Suki Brits'],
ul.special > li > a[title='User:Chris McFeely'],
ul.special > li > a[title='User:Apcog'],
ul.special > li > a[title='User:Repowers'],
ul.special > li > a[title='User:Steve-o']
{
*/
/*	background: transparent url(http://www.emopanda.com/tmp/admin-symbol.png) no-repeat 0px 2px;
	padding-left:20px;
}*/



/* Rounded edges on messageboxes */
.tti_messageboxdiv{
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
}


/* "{{Copyright}}" template header fix-- Imagemaps are blocks, must make inline! */
#title-copyrighticons> div
{
	display:inline;  /* Will this display correctly is changed to an inline-block on all browsers? */
	margin-left:3px;
	background-color:#ffffff;
}


.tt1-imagemap_inline > div{
	display:inline;
	border:solid 1px red;
}

/* ====== GoBox v-height to eliminate snap =======*/
#p-navigation > div.pBody > ul + a{
	display:block;
	height:75px;
}
/* Fix left-menu borders! =====================
	replace or remove "width:197px;" on lines 201 and 208 of tt1.css to remove this effect in a neater manner.
*/
#p-navigation li a div:hover, #p-tb li a div:hover, #p-lang li a div:hover {
	width:inherit !important;
}



/* Styles for Template:Vertical */
ul.tt1_verticaltext{
	margin:0 0 0em 0;
}

ul.tt1_verticaltext > li{
	list-style:none;
	margin:0;
	line-height:1em;
	text-align:center;
	font-family:impact;
	text-transform:uppercase;
}

/* full-width banner images */
.tt1_banner_img img{
	height:auto;
	width:100%;

}

/* infobox (comic issue) */
.infobox{
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
}




/* =========================================================
						BEGIN SUITE STYLES
   ========================================================= */

.tt1_suite{
	background-color:#ebebeb;
	border-color:#aaa;
	border-style:solid;
	border-width:1px;
	display:table;
	float:right;
	margin-right:1em;
	padding:2px 5px;
	line-height:.7em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.tt1_suite:before{
	content:'article suite:';
	font-size:70%;
	line-height:.7em;
}


.tt1_suite ul {
	padding:0;
	margin:0;
}

.tt1_suite li {
	display:inline;
}

.tt1_suite li:before{
	content:'| ';
}

.tt1_suite li:first-child:before{
	content:'';
}
.tt1_disambig + .tt1_suite{
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
}

.tt1_disambig + .tt1_suite:before{
	content:'';
	font-size:inherit;
	line-height:inherit;
}


/* PATCH BORDER ON DOUBLE-DISAMBIGS */

table.tt1_disambig{
	margin:0 1em;
	padding:.5em;
	background:#f7f8ff;
	border:thin solid #aaa;
	display:block;
}

.tt1_disambig + .tt1_disambig{
	border-top:none;
}


/* =========================================================
						BEGIN QUOTE STYLES
   ========================================================= */


/* QUOTE styles for complaince (or semi-compliance) with W3 standards. */
.tt1_basicquote{
	display:table;
	margin: .25em 2em .25em;
/*	background-color:#eeefff;	*/
	padding:.5em 1em 0em;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
}

.tt1_basicquote span.quote{
	display:block;
	/*font-family:monospace;*/
 }



/*.tt1_basicquote span.quote:before{ content:'\2039'; font-size:140%; }
.tt1_basicquote span.quote:after{ content:'\203A'; font-size:140%; } */

/*
#siteNotice p {	font-size:smaller; display:none;}
#siteNotice div:after {
	content:"The site is experiecing some outages due to the 300% increase in traffic over BotCon weekend.  Normally we\'d fix this... but we\'re all at BotCon.";

	display:block;
}
*/

.tt1_basicquote span.style01.quote{
	text-indent: -.25em;
}
.tt1_basicquote span.quote:before,
.tt1_basicquote span.quote:after{
	content:'\201C';
	padding: 9px 5px 0pt;
	color:#b2b7f2;
	font-size: 20px;
	font-family: 'Times New Roman',serif;
	line-height:0;
	font-weight: bold;
	text-align: left;
}

.tt1_basicquote span.quote:after{
	content:'\201D';
}


.tt1_basicquote.noquote span.quote:before,
.tt1_basicquote.noquote span.quote:after{
	display:none;
}


.tt1_basicquote.centered{
	margin-left:auto;
	margin-right:auto;
}

.tt1_basicquote cite{ text-align:right; display:block; margin-left:3em;}
.tt1_basicquote cite:before{ content:'\2014';}


/* =========================================================
						END QUOTE STYLES
   ========================================================= */


/* footnote tooltip */
#tti_refTooltip {
	position:absolute;
	background-color:#f9f9f9;
	border:solid 2px #999;
	z-index:3;
	padding:.5em;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	margin:10px;
}

/*
ul.special > li a[title='Matrix of Leadership (ROTF)'],
ul.special > li a[title='Talk:Matrix of Leadership (ROTF)'],
ul.special > li a[title='Matrix of Leadership (Movie)'],
ul.special > li a[title='Talk:Matrix of Leadership (Movie)']{
	color:#000;
	background-color:#000;
}


ul.special > li a[title='Matrix of Leadership (ROTF)']:before,
ul.special > li a[title='Talk:Matrix of Leadership (ROTF)']:before,
ul.special > li a[title='Matrix of Leadership (Movie)']:before,
ul.special > li a[title='Talk:Matrix of Leadership (Movie)']:before{
	font-size:100%;
	content:"SPOILER: ";
	color:#002BB8;
	background-color:#fff;
}
*/



/*
ul.special > li > a[title='User:Rosicrucian']{
	color:#fff;
	font-size:5%;
}
ul.special > li > a[title='User:Rosicrucian']:before{
	font-size:2000%;
	content:"Assaulthead";
	color:#002BB8;
}
*/

/*
a[name='So.2C_Derik_broke_the_site.'] + h2:after{
	content:"I did not.  Rosicrucian is just being a doody-head.  Also, he can't tell his presentational layers from his structural layers.  :p";
	font-style:italic;
	font-size:70%;
	padding-left:3em;
}*/


/* SOMEONE IS VANDALIZING THE WIKI.  MAKE IT HARDER TO UPLOAD NEW FILES AND START NEW PAGES */
/*
.page-Special_Upload div#content{
display:none;
}
.mw-newarticletext + div + div +form{
display:none;
}

*/



.tt1_fuxChar > a{
	color:#fff;
	font-size:5%;
	display:inline-block;
	width:35px;
	height:15px;
	white-space: nowrap;
	overflow: hidden;
}

.tt1_fuxChar > a:before{
	font-size:	12.7px;
	content:"insert";
	color:#002BB8;
	line-height:	19.05px;
}



/*
#pt-mycontris > a[href='/wiki/Special:Contributions/Derik']:before,
#pt-mycontris > a[href='/wiki/Special:Contributions/Rosicrucian']:before{
	content:"Okay, Im done.";
	font-weight:900;
	display:block;
	width:300px;
	padding:0em 1em 0 1em;
	margin-right:1em;
	color:pink;
	font-size:130%;
	line-height:.6;
	opacity:1;
}
*/

/*
#p-search:before{
	content:"Yay, that should eliminate the snap-down as the gobox loads over slower conenctions. -Derik";
	background-color:pink;
	display:block;
	padding:3px;
}
*/


/* ========================================================================
			FeaturedCharacters table 	:: 	{{featuredcharacters}}
   ======================================================================== */

.tt1_featuredCharacters {
	border:2px solid #A0A0A0;
	border-collapse: collapse;
	margin-top: 0.25em;
        margin-left:auto; 
        margin-right:auto;
}

.tt1_featuredCharacters th{
	border-width: 1px 2px;
	border-style: solid;
	border-color: #a0a0a0;
	padding: 5px 5px 3px;
}

.tt1_featuredCharacters td{
	border-width: 1px 2px;
	border-style: solid;
	border-color: #a0a0a0;
	padding-right: 1em;
	padding-bottom:.5em;
}

.tt1_featuredCharacters td>table>tbody>tr>td {
	border-width: 0px;
}

/* ==================== STYLES FOR << >> BUTTONS ==========================*/

.tti_buttonlink a{
	font-size:185%;
	border:solid 3px #aaa;
	display:block;
	background-color:#eee;
	border-radius:5pt;
	-moz-border-radius:5pt;
	-webkit-border-radius:5pt;
	padding: .1em .1em .25em .1em;
	line-height:.5em;
	color:#666;
	border-color:#ccc #999 #999 #ccc;
}

.tti_buttonlink a:hover
{
	background-color:#f9f9f9;
	text-decoration:none;
	border:solid 2px #999;
	margin:1px;
}

.tti_buttonlink a:active
{
	color:#600;
}

.tt1_secondarynav .tti_buttonlink  a
{
	font-size:150%;
	border-width:2px;

}
.tt1_secondarynav .tti_buttonlink  a:hover
{
	border:solid 1px #999;
	margin:1px;
}

.tti_buttonlink a.extiw { background-color: #eee !important; padding: .1em .1em .1em .1em !important; }
.tti_buttonlink a.extiw:hover { background-color: #f9f9f9 !important; }
.tti_buttonlink a.extiw:after { display: block; margin-top: 5px; }

/* ============================== Franchise Navigation 2.0 ============================== */
.tt1-navigation_franchise_wrapper { margin-top:.5em; }

.tt1-navigation_franchise_box {
	float: right;
}

table.tt1-navigation_franchise
{
	border-style: solid;
	border-width: 2px 1px 2px 1px;
	border-color: #cccccc #999999 #999999 #cccccc;
/*	margin-top:0.5em;
	margin-bottom:1em;*/
	position:relative;
	background-color:#eeeeee;
        border-radius:6px 6px 3px 3px;
	-moz-border-radius:6px 6px 3px 3px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}



table.tt1-navigation_franchise > tbody > tr > th
{
	border-spacing:0;
}

table.tt1-navigation_franchise > tbody > tr > th.tt1-navigation_franchise-prev,
table.tt1-navigation_franchise > tbody > tr > th.tt1-navigation_franchise-next
{
	padding:2px;
	width:20px;
}

table.tt1-navigation_franchise > tbody > tr > th {
        text-align: center
}


.allspark_background
{
	background-image:url(/mediawiki/images2/2/26/Allsparkstrip_transparent.png);
}


.featurebox
{
	border-width:.2em;
	border-style:solid;
	margin:0 .5em 1em .5em;
	padding:.5em;
        border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
}

.featurebox-heading
{
	background-image:url(/mediawiki/images2/2/26/Allsparkstrip_transparent.png);
	color:#fff;
	font-size:110%;
	font-weight:900;
	margin:-.5em -.5em .5em -.5em;
	padding:.2em .7em .2em .7em;
	text-align:center;
        border-radius:.3em .3em 0 0;
	-moz-border-radius:.3em .3em 0 0;
	-webkit-border-radius:.3em .3em 0 0;
}

.featurebox-heading a
{
	color:#fff;
}



table.tt1-navigation_franchise > tbody > tr.tt1-navigation_franchise_header
{
	background: #f0f0f7 url(/mediawiki/images2/d/d6/Meta_titlegloss.png) left top;
}


table.tt1-navigation_franchise
{
	color:#333;
}

table.tt1-navigation_franchise a:link
{
	color:#333366;
}

table.tt1-navigation_franchise a:visited
{
	color:#663366;
}

table.tt1-navigation_franchise a.new
{
	color:#663333;
}

table.tt1-navigation_franchise > tbody > tr.tt1-navigation_franchise_header a
{
	color:#777;
}


table.tt1-navigation_franchise > tbody > tr > td  ul
{
		margin-right:2em;
		margin-top:0;
}

table.tt1-navigation_franchise > tbody > tr > td ul > li
{
	list-style-position: inside;
	list-style-image: url(/mediawiki/images2/1/13/Meta-list_bullet.png);
	list-style-type: circle;
	font-size:smaller;
	line-height:1;
}

table.tt1-navigation_franchise > tbody > tr > td > ul > li a
{
	white-space: nowrap;
}





/* mid-article links */
.tt1_graynote {
	margin: .25em 1.5em .25em;
	background-color:#efefef;
	border: 2px solid #eeeeee;
	padding: 2px; text-align: left;
	font-style:italic;
	clear:left;
}

.tt1_graynote i{
	font-style:normal;
}

.tt1_graynote:before{
	content:'Note: ';
	font-weight:900;
	font-style:normal;
}

/* "Chapter" list */

.tt1_chapters {
background-color:#F9F9F9;
border:1px solid #AAAAAA;
font-size:95%;
padding:5px 5px 2px 5px;
margin-bottom:.5em;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-spacing: 0;
}
.tt1_chapters tr.tt1_chapters-header {
	background-color:#6699CC;
	margin-bottom:2em;
}



.tt1_chapters tr.tt1_chapters-header th.tt1_chapters-header-title{
	padding:0 .5em;
}

.tt1_chapters tr.tt1_chapters-header th.tt1_chapters-header-title,
.tt1_chapters tr.tt1_chapters-header th.tt1_chapters-header-title a{
	color:#ffffff;
}
.tt1_chapters .tti_buttonlink a{
	display:table;
	padding-left:.2em;
	padding-right:.2em;
}

.tt1_chapters .tt1-navigation_franchise-next a {
        float: right
}


.tt1_chapters td.tt1_chapters-contents{
	text-align:center;
	padding:4px;
}
.tt1_chapters td.tt1_chapters-contents ul{
	margin:0;
}
.tt1_chapters td.tt1_chapters-contents ul > li{
	display:inline;
}

.tt1_chapters td.tt1_chapters-contents div.list-header{
	clear:left;
	font-weight:400;
	display:inline;
	padding-left:.5em;
	padding-right:.5em;
	margin-right:.5em;
	background-color:#ddd;
}
.tt1_chapters td.tt1_chapters-contents div.list-header + ul{
	display:inline;
}

.tt1_chapters tr td ul > li:before{
	content:'|';
	display:inline-block;
	padding-left:.1em;
	padding-right:.35em;
}
.tt1_chapters tr td ul > li:first-child:before {
	content:'';
	display:none;
}

/* Chapter sub-styles */

.tt1_chapters tr.tt1_chapters-header.style2 {
	background-color:#aaa;
}

.tt1_chapters tr.tt1_chapters-header.style3 {
	background-color:#e7d492;
}
.tt1_chapters tr.tt1_chapters-header.style3 th.tt1_chapters-header-title,
.tt1_chapters tr.tt1_chapters-header.style3 th.tt1_chapters-header-title a
{
	color:#000000;
}


/* Tag Wookieepedia links */
#bodyContent .ttiFriends_wookieepedia a,
#bodyContent .tt1_external > a[href^="http://www.wookieepedia.com"].external {
	padding-right:1.5em;
	background:transparent url('/mediawiki/images2/4/44/Wookieepedia_mainlogo_inline.png') no-repeat top right;
}



/*====Header badge style
This isn't used, right?
						====*/
.tti_wiki_superexperimental
{
	display:none;
	float:right;
}


/*======== User:Jeysie's Mainpage CSS hacks follow. ============*/
/*
.categories .heading {background:#c03 url(http://tfwiki.net/mediawiki/images2/5/5c/Allsparkstripred.gif) !important;}
.continuities .heading {background:#039 url(http://tfwiki.net/mediawiki/images2/f/fe/Allsparkstripblue.gif) !important;}
.featured-article .heading {background:#c93 url(http://tfwiki.net/mediawiki/images2/4/44/Allsparkstripgold.gif) !important;}
.featured-series .heading {background:#999 url(http://tfwiki.net/mediawiki/images2/c/cf/Allsparkstripsilver.gif) !important;}
.editing .heading {background:#000 url(http://tfwiki.net/mediawiki/images2/b/b8/Allsparkstripcharcoal.gif) !important;}
.holy-grails .heading {background:#606 url(http://tfwiki.net/mediawiki/images2/c/cd/Allsparkstrippurple.gif) !important;}
.series .heading {background:#096 url(http://tfwiki.net/mediawiki/images2/1/16/Allsparkstripgreen.gif) !important;}
*/

/*
.categories .heading, .continuities .heading, .featured-article .heading, .featured-series .heading, .editing .heading, .holy-grails .heading, .series .heading, .this-day .heading
{
	background-image:url('/mediawiki/images2/d/d6/Meta_titlegloss.png') !important;;
}
*/


/* =============== FOOTNOTES =====================
     make them smalle;
   =============================================== */

ol.references li{
 font-size:smaller;
}
/* custom styles for "Shattered Glass (franchise)" article*/
/*
.page-Shattered_Glass_franchise #p-cactions ul li a,
.page-Shattered_Glass_franchise  #content{

	background-color:#333;
	background:#333 none repeat scroll 0 0 !important;
	color:#fff !important;

}


.page-Shattered_Glass_franchise  #content > h1,
.page-Shattered_Glass_franchise  #content #bodyContent > h1,
.page-Shattered_Glass_franchise  #content #bodyContent > h2,
.page-Shattered_Glass_franchise  #content #bodyContent > h3,
.page-Shattered_Glass_franchise  #content #bodyContent > h4,
.page-Shattered_Glass_franchise  #content #bodyContent > h5,
.page-Shattered_Glass_franchise  #content #bodyContent > h6
{
	color:#fff;
}

.page-Shattered_Glass_franchise div#siteNotice > center > table{
	background-color:transparent;
}

.page-Shattered_Glass_franchise  #content .thumb{
	border-color:transparent;
}

.page-Shattered_Glass_franchise  #content .thumb,
.page-Shattered_Glass_franchise  #content .tt1_basicquote{
	color:#000;
}

.page-Shattered_Glass_franchise  #content a{
	color:#224ee1;
}
.page-Shattered_Glass_franchise  #content a:visited{
	color:#9500bf;
}
.page-Shattered_Glass_franchise  #content a.new{
	color:#CC2200;
}
*/



/* Custom styles for the "Void" areticle */
body.page-Void {
/*	background:none; */
}

/*
.page-Void #content {
	border-style:none !important;
	background-color:transparent !important;
}

.page-Void #content .firstHeading, .page-Void #p-cactions .pBody
{
	opacity:.3;
}

.page-Void #p-navigation,
.page-Void #p-search,
.page-Void #p-tb,
.page-Void #p-ads
{
	opacity:.9;
}



.page-Void a[title='I slumber...'] {
	opacity: 0.9;
}

.page-Void a[title='I slumber...']:hover {
	opacity: 1.0;
}


*/







/* Custom styles for the "User:Derik/Sandbox14" areticle */
body.page-User_Derik_Sandbox14 {
/*	background:none; */
}

body.page-User_Derik_Sandbox14 div#content {
	background:white url(http://emopanda.com/tmp/logo-tfwiki-WD.png) no-repeat top left !important;

	padding-left:3em !important;
}



/*
.page-Void #content {
	border-style:none !important;
	background-color:transparent !important;
}

.page-Void #content .firstHeading, .page-Void #p-cactions .pBody
{
	opacity:.3;
}

.page-Void #p-navigation,
.page-Void #p-search,
.page-Void #p-tb,
.page-Void #p-ads
{
	opacity:.9;
}



.page-Void a[title='I slumber...'] {
	opacity: 0.9;
}

.page-Void a[title='I slumber...']:hover {
	opacity: 1.0;
}


*/








/* Wikitable revision for nested tables */

/* wikitable/prettytable class for skinning normal tables */
/* everything below is imported from Monobook.css, blame Derik if it blows up */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitable > tbody > tr > th, table.wikitable > tbody > tr > td,
table.prettytable > tbody > tr > th, table.prettytable > tbody > tr > td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.wikitable > tbody > tr > th,
table.prettytable > tbody > tr > th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable > caption,
table.prettytable > caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

.tt1_noticebox{
	border-width:.2em .2em .2em .4em;
	border-style:solid;
	border-color:#999;
	border-radius:1em;
 	-moz-border-radius:1em;
	-webkit-border-radius:1em;
}

.tt1-nbSidebar{
	width:44px;
	background-color:#999;
	background-image:url(/mediawiki/images2/8/8d/Allsparkstrip_copy_transparent.png);
	background-repeat:repeat-y;
	background-position: left -10px;
	display:table;
}

.tt1_noticebox > div{
	display:table-cell;
}

div.tt1-crSidebar{
	width:44px;
	background-color:#999;
	background-image:url(/mediawiki/images2/8/8d/Allsparkstrip_copy_transparent.png);
	background-repeat:repeat-y;
	background-position: left -10px;
}

.tt1_noticebox > div > div:first-child{
	background-color:#999;
	color:#f6f6f6;
	display:inline-block;
	font-size:14pt;
	line-height:16pt;
	margin:0;
}

.tt1_noticebox > div > div:first-child + p {
	margin-top:0;
}
.tt1_cr-boilerplate + div{
	margin-left:70px;
	margin-right:3em;
	background-color:#999;
	font-size:smaller;
	text-align:right;
}

.tt1_cr-header{
	background-color:#999;
	color:#f6f6f6;
	margin:0;
	padding:0 .25em .15em 0;
	position:absolute;
	top:0;
	left:0;
}


.tt1_cr-boilerplate2{
	margin:0 1em;
	border-spacing:0;
	background-color:#f6f6f6;
	border-width:.2em .2em .2em .4em;
	border-style:solid;
	border-color:#999;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	margin-bottom:.5em;
}


.page-Category_Things_that_don_t_exist .mw-warning-with-logexcerpt,
.page-Category_Things_that_don_t_exist #wpSave {
	display:none;
}
/*
href="/wiki/User_talk:Derik"

ul.special > li > a[title='User:ItsWalky']:before,
*/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Giving headers and TOC a little extra space */
h2 {margin-top: 20px;}

.toc {margin-top: 20px;}
#toolbar { height: 22px; }

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   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;
}

/* Forum formatting (by -Algorithm & -Splaka) */
/*
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}
*/
/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }


/* wikitable/prettytable class for skinning normal tables */
/* everything below is imported from Monobook.css, blame Derik if it blows up */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

/* TELETRAN-1 SPECIFIC BITS */

.tt1_nowrap {
white-space: nowrap;
}

.tt1_comiclink {
  font-size: 10px;
  background-color: #ececec;
  border-width: 0 1px 0 1px;
  border-style: solid;
  padding: 0 5px 0 5px;
  border-color: #cccccc;
  white-space: nowrap;
}

.tt1_icomiclink {
  font-size: 10px;
  background-color: #e8d0d0;
  border-width: 0 1px 0 1px;
  border-style: solid;
  padding: 0 2px 0 5px;
  border-color: #d3b1b1;
  white-space: nowrap;
}

#n-mainpage, #n-BotBots { border-bottom: 1px solid rgb(192, 192, 192) !important; }

/* JaAm */
.page-JaAm h1 { color: #FF0000; font-family: Comic Sans MS, sans-serif }
.page-JaAm h2 { color: #FF0000; font-family: Comic Sans MS, sans-serif }
.page-JaAm h2 .editsection { color: black; font-family: sans-serif }

/* main page layout */
.mainleft { width: 50%; float: left }
.mainright { width: 50%; float: right }

.yearofthe {
  width:250px;
  float:right;
}

/* Noname templates */
.noname { width: 100%; }
.noname-imagecell { padding-left: 2em; }
.noname-textcell { vertical-align: bottom; width: 100%; }
.noname-textcell div { background-color: #efefff; display: table; width: 100%; }
.noname-textcell p { margin: 0px; }

/* insignia bullet points */
ul.iconlist {margin-left:.5em}
li.publicdomain {background: url("/c/c5/Public_Domain.png") no-repeat 0px 1px; padding-left: 18px; list-style: none;}


/* Icons for IDWHasbro wiki links */
#bodyContent a[href^="http://idwhasbro.shoutwiki.com/"].extiw:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: transparent url('/mediawiki/images2/5/5a/IHWikiFavicon.png') no-repeat;
}
div.noprint a[href^="http://idwhasbro.shoutwiki.com/"].extiw:after { display: none !important; }

/* styles for scrollboxes ala Wookeepedia */
.scrollbox {
	margin-bottom:3px;
	margin-top:3px;
}
.scrollbox tr > td {
	background: transparent;
}
.scrollbox tr > td > div {
	overflow: auto; 
	-moz-border-radius-topleft: 0.5em;
	border: 1px solid #AAAAAA;
	padding-left: 0.5em;
	background: transparent;
}