/***** CSS placed here will be applied to the new skin. *****/
/**/ /* <source lang="css"> */ @import "/index.php?title=MediaWiki:Highlight.css&action=raw&ctype=text/css"; /* Background image */ body{ background-attachment:fixed; } /*** Hidden Structures (used in InfoBoxes) ***/ .hiddenStructure { display: none; speak: none; } /* For showguide to have no line breaks */ .inline {display: inline} /* Infobox template style */ .infobox { border: 1px solid #aaa; 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 #aaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } function liveClock() { var link = wgServer + wgScriptPath + '/index.php?title=' + encodeURIComponent( wgPageName ) + '&action=purge'; if ( skin === 'monobook' ) { $( '#p-personal .pBody ul' ).append( '<li id="utcdate"><a href="' + link + '"></a></li>' ); } else if ( skin === 'oasis' ) { $( '#WikiaPage #WikiHeader div.buttons' ).prepend( '<div id="utcdate"><a href="' + link + '"></a></div>' ); } $( '#utcdate' ).css( { fontSize: 'larger', fontWeight: 'bolder', textTransform: 'none' } ); showTime(); } $( liveClock ); function showTime() { var now = new Date(), hh = now.getUTCHours(), mm = now.getUTCMinutes(), ss = now.getUTCSeconds(), dd = now.getUTCDate(), months = [ 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' ], month = months[now.getUTCMonth()], year = now.getUTCFullYear(), time = ( hh < 10 ? '0' + hh : hh ) + ':' + ( mm < 10 ? '0' + mm : mm ) + ':' + ( ss < 10 ? '0' + ss : ss ) + ', ' + ( dd < 10 ? '0' + dd : dd ) + ' ' + month + ' ' + year + ' (UTC)'; $( '#utcdate a' ).text( time ); window.setTimeout( showTime, 1000 ); } // .infobox.sisterproject { width: 20em; font-size: 90%; } @media print { .infobox.sisterproject { display: none; } } /* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { border: 0; border-top: 1px solid #aaa; border-right: 1px solid #aaa; } .infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { border: 0; border-right: 1px solid #aaa; } /* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */ .infobox.geography { text-align: left; border-collapse: collapse; line-height: 1.2em; font-size: 90%; } .infobox.geography td, .infobox.geography th { border-top: solid 1px #aaa; padding: 0.4em 0.2em 0.4em 0.8em; } .infobox.geography .mergedtoprow td, .infobox.geography .mergedtoprow th { border-top: solid 1px #aaa; padding: 0.4em 0.2em 0.2em 0.8em; } .infobox.geography .mergedrow td, .infobox.geography .mergedrow th { border: 0; padding: 0 0.2em 0.2em 0.8em; } .infobox.geography .mergedbottomrow td, .infobox.geography .mergedbottomrow th { border-top: 0; border-bottom: solid 1px #aaa; padding: 0 0.2em 0.4em 0.8em; } .infobox.geography .maptable td, .infobox.geography .maptable th { border: 0; padding: 0 0 0 0; } /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ div.Boxmerge, div.NavFrame { margin: 0px; padding: 4px; 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; background-color: #ccccff; 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; } /* Class styles */ /* .toccolours */ .toccolours { border:1px solid #aaa; background-color:#AAAAA; padding:5px; font-size: 95%; } /* wikitable/prettytable class for skinning normal tables */ table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: #AAAAA; border: 1px #aaa solid; border-collapse: collapse; } .wikitable th, .wikitable td, .prettytable th, .prettytable td { border: 1px #aaa solid; padding: 0.2em; } .wikitable th, .prettytable th { background: #AAAAA; text-align: center; } .wikitable caption, .prettytable caption { font-weight: bold; } /* default skin for navigation boxes */ table.navbox { /* navbox container style */ border:1px solid #aaa; width:100%; margin:auto; clear:both; font-size:88%; text-align:center; padding:1px; } table.navbox + table.navbox { margin-top:-1px; /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */ } .navbox-title, .navbox-abovebelow, table.navbox th { text-align:center; /* title and above/below styles */ padding-left:1em; padding-right:1em; } .navbox-group { /* group style */ white-space:nowrap; text-align:right; font-weight:bold; padding-left:1em; padding-right:1em; } .navbox, .navbox-subgroup { background:#FFFFFF; /* Background color */ } .navbox-list { border-color:#FFFFFF; /* Must match background color */ } .navbox-title, table.navbox th { background:#F3CCFF; /* Level 1 color */ } .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background:#F3CCFF; /* Level 2 color */ } .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background:#F3CCFF; /* Level 3 color */ } .navbox-even { background:#F3CCFF; /* Even row striping */ } .navbox-odd { background:#FAE5FF; /* Odd row striping */ } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; } .navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */ width: 6em; /* [[Template:Tnavbar]], so they need to be the same width. */ } /* Change the external link icon to an Adobe icon for all PDF files */ /* (in browsers that support these CSS selectors, like Mozilla and Opera) */ #bodyContent a[href$=".pdf"].external, #bodyContent a[href*=".pdf?"].external, #bodyContent a[href*=".pdf#"].external, #bodyContent a[href$=".PDF"].external, #bodyContent a[href*=".PDF?"].external, #bodyContent a[href*=".PDF#"].external { background: url(/images/6/62/15px-Icons-mini-file_acrobat.gif) center right no-repeat; padding-right: 16px; } /* Change the external link icon to an Adobe icon anywhere the PDFlink class */ /* is used (notably Template:PDFlink). This works in IE, unlike the above. */ span.PDFlink a { background: url(/images/6/62/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important; padding-right: 17px !important; } /* for MP3/M4V links */ #bodyContent a[href$=".mp3"].external, #bodyContent a[href*=".mp3?"].external, #bodyContent a[href*=".mp3#"].external, #bodyContent a[href$=".MP3"].external, #bodyContent a[href*=".MP3?"].external, #bodyContent a[href*=".MP3#"].external, #bodyContent a[href$=".m4v"].external, #bodyContent a[href*=".m4v?"].external, #bodyContent a[href*=".m4v#"].external { background: url(/images/1/14/15px-Icons-mini-file_mp3.gif) center right no-repeat; padding-right: 16px; padding-left: 2px; } /* Change the external link icon to an Adobe icon anywhere the mp3link class */ /* is used. This works in IE, unlike the above. */ span.PDFlink a { background: url(/images/1/14/15px-Icons-mini-file_mp3.gif) center right no-repeat !important; padding-right: 17px !important; } /* Change the external link icon to an icon for all doc files */ /* (in browsers that support these CSS selectors, like Mozilla and Opera) */ #bodyContent a[href$=".doc"].external, #bodyContent a[href*=".doc?"].external, #bodyContent a[href*=".doc#"].external, #bodyContent a[href$=".DOC"].external, #bodyContent a[href*=".DOC?"].external, #bodyContent a[href*=".DOC#"].external, #bodyContent a[href$=".Doc"].external, #bodyContent a[href*=".Doc?"].external, #bodyContent a[href*=".Doc#"].external { background: url(/images/d/dc/15px-Icons-mini-file_doc.gif) center right no-repeat; padding-right: 16px; } /* Change the external link icon to a doc icon anywhere the doclink class */ /* is used (notably Template:PDFlink). This works in IE, unlike the above. */ span.doclink a { background: url(/images/d/dc/15px-Icons-mini-file_doc.gif) center right no-repeat !important; padding-right: 17px !important; } /* Put a checker background at the image description page only visible if the image has transparent background */ #file img {background: url(/images/5/5d/Checker-16x16.png) repeat;} /* color coded recent changes */ .mw-plusminus-pos { color: #006500; } .mw-plusminus-neg { color: #8B0000; } /* per problem report 26700 */ .blog-comment img { position: static;height: auto;width: auto; } /* indent first line in paragraph */ .indent P {text-indent: 30pt;} /**/
/***********************************************************
- Formatting for article type banners - Added by plkrtn 2/3/09 for testing by Pyramidhead
- /
div#lp-article-type {
background-position:top left;
text-align:right;
padding-top:1em;
padding-right:1em;
margin:0px 2px 0;
min-height:55px;
-moz-border-radius:0.4em 0.4em 0.4em 0.4em;
max-height:55px;
font-size:large;
font-variant:small-caps;
}
div.type-realworld {
background: #CABE40 url() no-repeat; color: black;
}
div.type-alt {
background: #9FA0A0 url(
) no-repeat; color: white;
}
div.type-original {
background: #326099 url(
) no-repeat; color: white;
}
div.type-both {
background: #0B2018 url(
) no-repeat; color: white;
}
div.type-fanon {
background: #3281C5 url(
) no-repeat; color: white;
}
.theorytab { position:relative; top:-4.5em; } body.loggedout .theorytab { position:static; top: 0; }
/* CSS for LOST Party Guide */ .guide_smallbox {
width: 190px; color: black; background-color: #dfdfdf; font-size: 10pt; clear: both; margin-top: 4px; margin-bottom: 5px; padding: 5px;
}
table.guide_smallbox th, div.guide_smallbox h2 {
background-color: #black; color: #FFF; text-align:left; font-size: 12pt; font-weight:bold; border-style:none; margin-bottom: 0px !important; padding-left: 5px; padding-top: 2px !important; padding-bottom: 0px !important; clear: both;
}
table.guide_smallbox th a, div.guide_smallbox h2 a, table.guide_smallbox th a:visited, div.guide_smallbox h2 a:visited {
color: #FFF;
}
.guide_smallbox h3 {
font-size: 9pt !important; font-weight: bold !important; margin-bottom: -6px !important; padding-top: 0px !important; padding-bottom: 0px !important;
}
.guide_smallbox_text {
padding: 5px;
}
.guide_smallbox .editsection {
display: none;
}
div.p-shadow {
float: left; width: 98%; background: url() no-repeat bottom right !important; background: url(
) no-repeat bottom right; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px;
}
.p-right {
float: right; width: 50%;
}
.p-left {
float: left; width: 50%
}
.p-center {
clear: left; width: 100%;
}
div.p-center > div.p-shadow {
width: 99%;
}
div.p-shadow > div {
background: none !important; background: url() no-repeat left top; padding: 0 !important; padding: 0 6px 6px 0;
}
div.p-shadow > div > div {
color: #000; background-color: #fff; font: 12.5px Trebuchet MS, Helvetica, sans-serif; border: 1px solid #001C0C; padding: 4px !important; margin: -6px 6px 6px -6px !important; margin: 0; min-height: 385px; position: relative;
}
div.p-center > div.p-shadow > div > div {
min-height: 150px;
}
.p-shadow .editsection {
display:none;
}
.p-shadow h2 {
color: #FFF; font-weight: bold; background-image: url(); padding: 5px !important; margin: 0 !important;
}
.p-shadow h2 a, p-shadow h2 a:visited {
color: #FFF;
}
.p-shadow img {
padding: 5px;
}
.guide_tagline {
font-size: 105%; font-weight: bold; font-style: italic; color: #black; padding: 5px; margin-bottom: 5px;
}
.guide_bgimage {
position: absolute; z-index: -1; right: 0; bottom: 0;
}
.guide_bgimage img {
border-style: none; opacity: .2; filter: alpha(opacity = 20);
}
body.page-Fallout_3_Guide .monaco_shrinkwrap { left: 50%; margin-left: -486px; width: 972px; }
/* Super secret stuff for a Lost page that's going to rule */
- guide_leftbox_header {
background-image: url(); height: 50px; width: 250px;
}
- guide_rightbox_header {
background-image: url(); height: 50px; width: 250px;
}
- guide_widebox_header {
background-image: url(); height: 50px; width: 505px;
}
- guide_widebox1_header {
background-image: url(); height: 50px; width: 505px;
}
- guide_widebox2_header {
background: #77ac22 url() no-repeat; height: 50px; width: 505px;
}
.comments li[data-user="Lynettefan2626"] > blockquote { background: #ffb6c1 !important; } .comments li[data-user="Lynettefan2626"] > blockquote:after { border-color: transparent #8B0000 #8B0000 transparent !important; } .comments li[data-user="Lynettefan2626"] > blockquote div { background: transparent !important; } .comments li[data-user="Lynettefan2626"] > blockquote {font-family:'Segoe UI' !important;} .comments li[data-user="Lynettefan2626"] > blockquote {color:#000000 !important;}
.comments li[data-user="Renaboss"] > blockquote { background: #ffb6c1 !important; } .comments li[data-user="Renaboss"] > blockquote:after { border-color: transparent #8B0000 #8B0000 transparent !important; } .comments li[data-user="Renaboss"] > blockquote div { background: transparent !important; } .comments li[data-user="Renaboss"] > blockquote {font-family:'Tahoma' !important;} .comments li[data-user="Renaboss"] > blockquote {color:#000000 !important;}
.comments li[data-user="UFO Editor"] > blockquote { background: #ffb6c1 !important; } .comments li[data-user="UFO Editor"] > blockquote:after { border-color: transparent #8B0000 #8B0000 transparent !important; } .comments li[data-user="UFO Editor"] > blockquote div { background: transparent !important; } .comments li[data-user="UFO Editor"] > blockquote {font-family:'Century Gothic' !important;} .comments li[data-user="UFO Editor"] > blockquote {color:#000000 !important;}
.comments li[data-user="Lady Junky"] > blockquote { background: #ffb6c1 !important; } .comments li[data-user="Lady Junky"] > blockquote:after { border-color: transparent #8B0000 #8B0000 transparent !important; } .comments li[data-user="Lady Junky"] > blockquote div { background: transparent !important; } .comments li[data-user="Lady Junky"] > blockquote {font-family:'Century Gothic' !important;} .comments li[data-user="Lady Junky"] > blockquote {color:#000000 !important;}
.comments li[data-user="TheOneWithTheGoldenGiraffe"] > blockquote { background: #ffb6c1 !important; } .comments li[data-user="TheOneWithTheGoldenGiraffe"] > blockquote:after { border-color: transparent #B0171F #B0171F transparent !important; } .comments li[data-user="TheOneWithTheGoldenGiraffe"] > blockquote div { background: transparent !important; } .comments li[data-user="TheOneWithTheGoldenGiraffe"] > blockquote {font-family:'Century Gothic' !important;} .comments li[data-user="TheOneWithTheGoldenGiraffe"] > blockquote {color:#000000 !important;}
.comments li[data-user="Jdg98"] > blockquote { background: #ffb6c1 !important; } .comments li[data-user="Jdg98"] > blockquote:after { border-color: transparent #8B0000 #8B0000 transparent !important; } .comments li[data-user="Jdg98"] > blockquote div { background: transparent !important; } .comments li[data-user="Jdg98"] > blockquote {font-family:'Century Gothic' !important;} .comments li[data-user="Jdg98"] > blockquote {color:#000000 !important;}
.comments li[data-user="MaryPierceLopez"] > blockquote { background: #ffb6c1 !important; } .comments li[data-user="MaryPierceLopez"] > blockquote:after { border-color: transparent #8B0000 #8B0000 transparent !important; } .comments li[data-user="MaryPierceLopez"] > blockquote div { background: transparent !important; } .comments li[data-user="MaryPierceLopez"] > blockquote {font-family:'Century Gothic' !important;} .comments li[data-user="MaryPierceLopez"] > blockquote {color:#000000 !important;}
.comments li[data-user="ImmaGleek"] > blockquote { background: #ffb6c1 !important; } .comments li[data-user="ImmaGleek"] > blockquote:after { border-color: transparent #8B0000 #8B0000 transparent !important; } .comments li[data-user="ImmaGleek"] > blockquote div { background: transparent !important; } .comments li[data-user="ImmaGleek"] > blockquote {font-family:'Century Gothic' !important;} .comments li[data-user="ImmaGleek"] > blockquote {color:#000000 !important;}
- /
/*
* ADVANCED AJAX AUTO-REFRESHING ARTICLES * Code originally by "pcj" of Wowpedia * Maintenance, cleanup, style and bug fixes by Grunny (http://community.wikia.com/wiki/User:Grunny) */
var ajaxIndicator = 'http://images2.wikia.nocookie.net/dev/images/8/82/Facebook_throbber.gif', ajaxTimer, ajaxRefresh = 60000, refreshText = 'AJAX', refreshHover = 'Enable auto-refreshing page loads', doRefresh = true;
if ( !window.ajaxPages ) { var ajaxPages = new Array( 'Special:RecentChanges' ); } if ( !window.ajaxCallAgain ) { var ajaxCallAgain = []; } if( typeof AjaxRCRefreshText == "string" ) { refreshText = AjaxRCRefreshText; } if( typeof AjaxRCRefreshHoverText == "string" ) { refreshHover = AjaxRCRefreshHoverText; }
/**
* Sets the cookie * @param c_name string Name of the cookie * @param value string 'on' or 'off' * @param expiredays integer Expiry time of the cookie in days */
function setCookie( c_name, value, expiredays ) { var exdate = new Date(); exdate.setDate( exdate.getDate() + expiredays); document.cookie = c_name + "=" + escape(value) + ( ( expiredays === null ) ? "" : ";expires=" + exdate.toGMTString() ); }
/**
* Gets the cookie * @param c_name string Cookie name * @return The cookie name or empty string */
function getCookie( c_name ) { if ( document.cookie.length > 0 ) { var c_start = document.cookie.indexOf( c_name + "=" ); if ( c_start !== -1 ) { c_start = c_start + c_name.length + 1; var c_end = document.cookie.indexOf( ";", c_start ); if ( c_end === -1 ) { c_end = document.cookie.length; } return unescape( document.cookie.substring( c_start, c_end ) ); } } return ""; }
/**
* Main function to start the Auto-refresh process */
function preloadAJAXRL() { var ajaxRLCookie = ( getCookie( "ajaxload-" + wgPageName ) == "on" ) ? true : false, appTo = ( $( '#WikiaPageHeader' ).length ) ? $( '#WikiaPageHeader' ) : ( $( '#AdminDashboardHeader' ).length ? $( '#AdminDashboardHeader > h1' ) : $( '.firstHeading' ) ); appTo.append( ' ' + refreshText + ':<input type="checkbox" style="margin-bottom: 0;" id="ajaxToggle">' ); $( '#ajaxLoadProgress' ).ajaxSend( function ( event, xhr, settings ) { if ( location.href == settings.url ) { $( this ).show(); } } ).ajaxComplete ( function ( event, xhr, settings ) { if ( location.href == settings.url ) { $( this ).hide(); for( var i in ajaxCallAgain ) { ajaxCallAgain[i](); } } } ); $( '#ajaxToggle' ).click( toggleAjaxReload ); $( '#ajaxToggle' ).attr( 'checked', ajaxRLCookie); if ( getCookie( "ajaxload-" + wgPageName ) == "on" ) { loadPageData(); } }
/**
* Turn refresh on and off by toggling the checkbox */
function toggleAjaxReload() { if ( $( '#ajaxToggle' ).prop( 'checked' ) === true ) { setCookie( "ajaxload-" + wgPageName, "on", 30 ); doRefresh = true; loadPageData(); } else { setCookie( "ajaxload-" + wgPageName, "off", 30 ); doRefresh = false; clearTimeout( ajaxTimer ); } }
/**
* Does the actual refresh */
function loadPageData() { var cC = ( $( '#WikiaArticle' ).length ) ? '#WikiaArticle' : '#bodyContent'; $( cC ).load( location.href + " " + cC + " > *", function ( data ) { if ( doRefresh ) { ajaxTimer = setTimeout( loadPageData, ajaxRefresh ); } } ); }
/**
* Load the script on specific pages */
$( function () { for ( var x in ajaxPages ) { if ( wgPageName == ajaxPages[x] && $( '#ajaxToggle' ).length === 0 ) { preloadAJAXRL(); } } } ); /*
.nowrap, .nowraplinks a, .nowraplinks .selflink, span.texhtml, sup.reference a { white-space: nowrap; }
div#lp-banner {
background-position:top left;
text-align:right;
padding-top:1em;
padding-right:1em;
margin:0px 2px 0;
max-height:90px;
font-size:large;
font-variant:small-caps;
}
div.banner_orange {
background: #ff6600 url() no-repeat; color: white;
}
/* End CSS for LOST Party Guide */
/* Season 6 Giveaway */
.season6 {
background: #000 url('http://images2.wikia.nocookie.net/__cb20100806191060/lostpedia/images/5/5b/Lost_blog_bottom.jpg') no-repeat;
} .opacity50 {
background: url('http://images4.wikia.nocookie.net/__cb20100416182030/lostpedia/images/b/bb/50opacitywhite.png') repeat;
}
/* For positioning icons at top-right, used in Templates
"Spoken Article" and "Featured Article" */
div.topicon {
position:absolute; z-index:100; top:10px; display: block !important;
}
.diff {
background-color: transparent;
}
/* TabView extension */ .yui-content { background-color: #EDF5FF; /*border: solid 1px;*/ padding: 0.25em 0.5em; }
.yui-nav { border-color:#EDF5FF; border-style:solid; border-width:0pt 0pt 5px; margin: 0px !important; }
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
border-color:#EDF5FF;
border-style:solid;
border-width:0pt 0pt 5px;
}
.yui-navset .yui-nav .selected { background-color: #EDF5FF; }
.yui-navset .yui-nav li { padding-left: 10px; padding-right: 10px; }
/*** Homepage ***/ .homepage-feature-box {
border:1px solid #CCCCCC; margin:0 1px 10px; outline:1px solid #FFFFFF; padding:8px;
}
/*</nowiki></pre>*/