Mass Effect Wiki
Advertisement

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
/******************************************************************************/
/* umieszczony tutaj css jest stosowany do wszystkich skórek na całej stronie */
/* zobacz także MediaWiki:Common.css i MediaWiki:Monobook.css                 */
/******************************************************************************/

/********************/
/* generalne zmiany */
/********************/

/* pokaż/ukryj link */
.collapseLink { color: #FEC356 }

/* zredukowany margines w galerii zdjęć */
.wikia-gallery { margin: 0 }

/* zapewnia, że kod ma 9 punktów z powodu przeglądarki Chrome */
code { font-size: 9pt; }


/**********/
/* portal */
/**********/
.portal_container { }
.portal_section ul  { list-style: disc; }
.portal_section { border: 1px solid black; margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, rgba(149,213,255, 0.1) 0, black 100%); -moz-border-radius: 10px; -moz-box-shadow: 1px 1px 4px rgb(24, 24, 24); background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, color-stop(0, rgba(149,213,255, 0.1)), color-stop(70%, rgba(0,26,43,0.5))); -webkit-border-radius: 9px; -webkit-box-shadow: 1px 1px 4px rgb(24, 24, 24); border-radius: 10px; box-shadow: 1px 1px 4px rgb(24, 24, 24); }
.portal_header { padding: 0 1em; position: relative; }
.portal_header_text { display: table; width: 95%; padding: 0.6em 0 0 0; border-bottom: 1px dotted rgb(240,248,255); text-align: center; font-family: IMFELLDWPicaPRORegular; font-size: 2em; }
.portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; }
.portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: rgb(240,248,255) !important; }
.portal_body { padding: 0.8em; }
.portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
.portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { color: rgb(240,248,255) !important; }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px dotted rgb(240,248,255); text-align: left; font-family: IMFELLDWPicaPRORegular; font-size: 1.8em; color: rgb(240,248,255) ; }

/******************/
/* portal: slider */
/******************/
#portal_slider { margin: 0px; padding: 0px; position: relative; height: 450px; }
#portal_slider #portal_next, #portal_slider #portal_prev { text-align: center; cursor: pointer; border: 0px solid #FEC356; height: 30px !important; width: 20px; font-family: arial, san-serif; font-size: 36px; line-height: 22px; font-weight: bold; position: absolute; bottom: 8px; -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); background-image: -moz-linear-gradient(bottom, rgb(169,111,1) 0, rgb(254,195,86) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(169,111,1)), color-stop(100%, rgb(254,195,86))); text-shadow: 1px 1px rgba(255, 255, 255, 0.3), -1px 0 rgba(0,0,0,0.3); color: rgb(190,124,1); -moz-user-select: none; -webkit-user-select: none; user-select: none; }
#portal_slider #portal_next:hover, #portal_slider #portal_prev:hover { background-image: -moz-linear-gradient(bottom, rgb(233,152,1) 0, rgb(254,218,150) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(233,152,1)), color-stop(100%, rgb(254,218,150))); color: rgb(233,152,1); }
#portal_slider #portal_next { right: 10px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
#portal_slider #portal_prev { right: 31px; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
#portal_slider > .portal_body { padding: 0; }


/********************************/
/* karty głównej strony/slidery */
/********************************/
.ui-tabs { position: relative; padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs-hide { display: none !important; }

/*******************/
/* portal: ankieta */
/*******************/
#portal_poll .ajax-poll { border: 0px; } /* give the poll some room on the right */
#portal_poll .pollAnswer { margin-bottom: 0.5em !important; } /* give each poll entry some space at the bottom */
#portal_poll .pollAnswerVotes { border-color: #dddddd; background-color: transparent; -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em; } /* round the edges a tad */
#portal_poll .pollAnswerVotes > span { background-color: transparent; }
#portal_poll .pollAnswerVotes > div { background-color: #8B0000 !important; border-right: 1px solid #dddddd; } /* make the background red */


/*********************/
/* portal: zawartość */
/*********************/
#portal_content { font-size: 0.9em; line-height: 1.7em; }
#portal_content .portal_body > table { height: 400px; }
#portal_content ul { list-style: disc outside; }
#portal_content ul ul { margin-left: 1em; }


/*******************/
/* portal: nowości */
/*******************/
#portal_news .WikiaBlogListingBox, #portal_news ul, .CommunityCornerModule .WikiaBlogListingBox { font-size: 100%; width: auto; float: none; clear: none; border: 0; padding: 0; background: transparent; }
#portal_news .WikiaBlogListingBox h3, #portal_news .wikia-button, .CommunityCornerModule .WikiaBlogListingBox h3 { display: none; }
#portal_news .WikiaBlogListingBox ul li { border-top: 0px !important; border-bottom: 1px dotted rgb(240,248,255) !important; list-style-type: none;} /* override the default border #portal_news colors */
.WikiaBlogListingBox ul li:first-child { border: none !important; } /* override the override */


/****************/
/* portal: czat */
/****************/
#portal_chat .ChatEntryPoint { background: transparent !important; border: none !important; padding: 0 !important; }
#portal_chat .chat-join { position: relative; }
#portal_chat .chat-name, #portal_chat .chat-headline { display: none; }
#portal_chat .ChatModule .chat-whos-here { border: none; }


/*****************/
/* portal: cytat */
/*****************/
.quotebox { /* border: 1px solid #523F35; background:#222222; */ -moz-border-radius: 1em; border-radius: 1em; -webkit-border-radius: 1em; 
display: table; }
.quotebox + .quotebox { margin:1em 0 0 0; }
.quotebox .leftquote { color: #006cbd; font-size: 3em; font-family: Times New Roman, serif; font-weight: bold; text-align: left; padding:0.3em 0 
0 0.3em; }
.quotebox .rightquote { color: #006cbd; font-size: 3em; font-family: Times New Roman, serif; font-weight: bold; text-align:right; padding:0 
0.3em 0 0; }
.quotebox .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; padding: 1em 0.2em 0 0.2em; line-height: 1.6em; width: 
100%; }
.quotebox .attribution { text-align: right; padding: 0em 1em 0.4em 0; font-weight: bold; font-style: oblique; }


/***************/
/* nowe strony */
/***************/
.not-patrolled  {
 background-color: #0A0A0A;
 border: 1px solid #323232;
 margin-bottom: -1px;
 padding: 0 2px 2px;
}


/****************/
/* wygląd divów */
/****************/
div#Naglowek
{
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
background: #02183d;
text-align:center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border-bottom:2px solid #e8fcfb;
padding: 1px;
}
div#Tresc
{ 
color:black;
font-size:12px;
padding: 3px;
text-align: center;
} 
table.NawigacjaMainColumn
{
text-align: center;
margin: 0 auto;
padding: 10px;
}
table.Formatowanie
{
color:black;
font-size: 12px;
text-align: justify;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 0.5em; 
}


/*****************/
/* tekst i linki */
/*****************/
a {
color: #006cbd;
text-decoration: none; 
}  
/== Kolor Mediawiki i atrybutu pre ==\
.WikiaArticle pre {
color: black;
} 
/== Aktualnie aktywne linki, kolor ==\
.activity-nav ul li.selected a {
color: #6c93f5;
}
/* Kolor tekstu komentarzy */
.comments .article-comments-li.odd blockquote, .comments .article-comments-li.even blockquote, .commentsbubble {
color: white;
}
/== Wyśrodkowanie tekstu z kolorem czarnym ==\
span.Srodek
{
text-align: center;
color: black;
}
 
/**VG Template Class**/
.vgr th {
 background-color: #5D8AA8;
 background-image: -moz-linear-gradient(top, #090f0f, #6086a7);
 background-image: -webkit-gradient(linear, 0% 100%, 0% 100%, from(#090f0f), to(#6086a7));
 color: #E1E1E1;
 border-color: #000000;
}				
 
.vgr td {
 background-color: #0A0A0A;
 color: #E1E1E1;
 border-color: #000000;
}				
 
.vgr tr:hover td {
 background-color: #192c32;
 color: #090f0f;
}
 
 
/* Lokalna nawigacja */
.WikiHeaderRestyle .shadow-mask { background: none repeat scroll 0 0 transparent;}
.WikiHeaderRestyle > nav { top: 25px;}
.WikiHeaderRestyle > nav li a {
	border-left: 1px solid transparent;
	color: #AAB0B0;
}
.WikiHeaderRestyle > nav .subnav-2 li a.subnav-2a { padding: 1px 5px 0;}
.WikiHeaderRestyle > nav .subnav-3 { 
	max-width: 170px;
	width: auto;
	-moz-border-radius: 0 5px 5px 5px;
	-khtml-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}
.WikiHeaderRestyle > nav .subnav-3 li { 
	width: 100%;
	border-top: 1px solid #D9D9D9;
	padding: 0;
}
.WikiHeaderRestyle > nav .subnav-3 li:first-child {
	-khtml-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	border-top: 0 none;
	margin-top: -4px;
}
.WikiHeaderRestyle > nav .subnav-3 li:last-child {
	-khtml-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin-bottom: -3px;
}
.WikiHeaderRestyle > nav .subnav-3 li a {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0;
	padding: 5px 5px 5px 10px;
	white-space: normal;
	width: auto;
}
 
.WikiHeaderRestyle .buttons { top: 25px;}
.WikiHeaderRestyle .buttons .contribute { width: 110px;}
.WikiHeaderRestyle .buttons .contribute > img { 
	width: 22px;
	margin-right: 4px;
}
.WikiHeaderRestyle .buttons .contribute ul {
	left: -1px;
	width: 108px;
}
.WikiHeaderRestyle .buttons .contribute ul li a{ padding-left: 5px;}


/* ====== Galaktyczne szablony ====== */
.galaxy-details {
   width: 310px;
   color: #fff;
   line-height: 15px;
   padding: 1px;
   margin: 0 0 1em 1em;
   border: 1px solid #324e5f !important;
   background-color: #07283d !important;
}
.galaxy-details th {
   background: #002137;
   text-align: center;
}
.galaxy-details .col-header {
   padding: 6px 0 3px;
}
.galaxy-details .col-title, .galaxy-details .col-caption {
   font-size: 1em;
   text-align: center;
   font-weight: bold;	
   padding: 4px 10px 6px;
   background-color: #002137;	
}
.galaxy-details .col-left {
   width: 145px;
   font-size: 0.9em;
   text-align: right;
   font-weight: bold;
   padding: 4px 10px 4px 0;
   background-color: #002137 !important;
}
.galaxy-details .col-right {
   width: 145px;
   font-size: 0.9em;
   text-align: left;
   font-weight: normal;
   padding: 4px 0 4px 10px;
}
 
 
/* ====== Styl szablonu infoboksów ====== */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: #fff;
   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;
}
 
 
/* ====== Infoboksy przeciwników ====== */
 
/* ---- GENERALNE ---- */
.infobox-enemy {
   width: 240px;
   margin: 0 0 2em 2em;
   padding: 0.2em;
   color: #fff;
   font-size: .9em;
   vertical-align: middle;
   float: right;
   clear: right;
}
.infobox-enemy .col-header {
   font-size: 1.11em;
   text-align: left;
}
.infobox-enemy .col-left {
   width: 70px;
   text-align: right;
   padding: 0 0.5em;
}
.infobox-enemy .col-right {
   width: 170px;
   text-align: left;
   padding: 0 0.5em;
}
 
/* ---- Szablon:Przeciwnicy ---- */
.enemy-ME {
   background-color: #1e1e2e;
   border: 1px solid #334;
}
.enemy-ME .col-left {
   background-color: #223;
}
.enemy-ME .lifebar-box {
   background: url('http://images.wikia.com/masseffect/images/c/c9/ME-Enemy-HB-Container-Background.png') 3px center no-repeat;
   margin: auto; 
   width: 220px;
   height: 55px;
}
.enemy-ME .lifebar-box div {
   vertical-align: center;
   margin: auto;
} 
.enemy-ME .lifebar-text {
   text-align: center;
   font-weight: bold;
   width: 176px;
   height: 20px;
   line-height: 20px;
   padding-top: 9px;
   padding-bottom: 4px;
   text-shadow: #000 1px 1px 1px;
}
.enemy-ME .lifebar-image {
   width: 104px;
   height: 13px;
   line-height: 9px;
}
.enemy-ME .health  { color: #ff0000; }
.enemy-ME .shields { color: #33A1C9; }
 
/* ---- Szablon:Przeciwnik ME2 ---- */
.enemy-ME2 {
   background: #260700;
   border: 1px solid #324e5f;
}
.enemy-ME2 .col-left {
   background-color: #3E0F00;
}
.enemy-ME2 .lifebar-box {
   width: 240px;
   height: 54px;
   background: url('http://images.wikia.com/masseffect/images/7/71/ME2-Enemy-HB-Container-Background.png') no-repeat;
   font-weight: bold;
   text-align: center;
   margin: auto;
}
.enemy-ME2 .lifebar-box div {
   width: 175px;
   margin: auto;
   vertical-align: top;
} 
.enemy-ME2 .lifebar-text {
   height: 20px;
   padding-top: 3px;
}
.enemy-ME2 .lifebar-image {
   height: 31px;
}
.enemy-ME2 .zdrowie   { color: #ff0000; }
.enemy-ME2 .pancerz   { color: #f1b60c; }
.enemy-ME2 .tarcze    { color: #33A1C9; }
.enemy-ME2 .bariery   { color: #6a5acd; }
 
/* ---- Szablon:Przeciwnik ME3 ---- */
.enemy-ME3 {
   background-color: #0f2849;
   border: 1px solid #324e5f;
}
.enemy-ME3 .col-left {
   background-color: #14345E;
}
.enemy-ME3 .lifebar-box {
   width: 200px;
   height: 62px;
   font-weight: bold;
   text-align: center;
   background: url('http://images3.wikia.nocookie.net/__cb20120412022902/masseffect/images/e/ef/ME3_Enemy_Container.png') no-repeat;
   margin: 4px auto;
}
.enemy-ME3 .lifebar-box div {
   width: 172px;
   margin: auto;
   vertical-align: top;
} 
.enemy-ME3 .lifebar-text {
   height: 20px;
   padding-top: 5px;
   color: #FFC17B;
   text-shadow: #01101D 1px 1px 1px;
}
.enemy-ME3 .lifebar-image {
   height: 30px;
   padding-top: 1px;  
   background: url('http://images1.wikia.nocookie.net/__cb20120412022629/masseffect/images/2/2a/ME3_Enemy_Background.png') no-repeat center 1px;
}
.enemy-ME3 .zdrowie   { color: #ff0000; }
.enemy-ME3 .pancerz   { color: #ff931e; }
.enemy-ME3 .tarcze    { color: #00ffff; }
.enemy-ME3 .bariery   { color: #b748b7; }
 
/* ---- Szablon:AdversariesMEI ---- */
.enemy-MEI {
   background-color: #074B60;
   border: 1px solid #324e5f;
}
.enemy-MEI .col-left {
   background-color: #336877;
}
.enemy-MEI .lifebar-box {
   width: 210px;
   height: 52px;
   font-weight: bold;
   text-align: center;
   background: url('http://images1.wikia.nocookie.net/masseffect/images/1/1e/MEI_Enemy_Container.png') no-repeat;
   margin: 4px auto;
}
.enemy-MEI .lifebar-box div {
   width: 177px;
   margin: auto;
   vertical-align: top;
} 
.enemy-MEI .lifebar-text {
   height: 21px;
   text-shadow: #6D9DB5 1px 1px 1px;
}
.enemy-MEI .lifebar-image {
   height: 21px;
   margin: auto;
   padding-top: 1px;  
}
.enemy-MEI .health   { color: #CC0000; }
.enemy-MEI .armor    { color: #FED300; }
.enemy-MEI .shields  { color: #52BEDE; }
.enemy-MEI .barriers  { color: #B962B9; }
 
 
/************************/
/* Definicje dla portal */
/************************/
 
.portal_sliderlink_1, .portal_sliderlink_2, .portal_sliderlink_3, .portal_sliderlink_4, .portal_sliderlink_6, .portal_sliderlink_5, .portal_sliderlink_6, .portal_sliderlink_7 {
border: 1px solid #000;
}
 
.portal_sliderlink_1:hover, .portal_sliderlink_2:hover, .portal_sliderlink_3:hover, .portal_sliderlink_4:hover, .portal_sliderlink_6:hover, .portal_sliderlink_5:hover, .portal_sliderlink_6:hover, .portal_sliderlink_7:hover {
border: 1px solid #999;
}
 
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect a {
    color:#888;
    font-style:italic;
}
.watchlistredir a {
    color:#888;
    font-style:italic;
}
 
/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
    background-color:#F9F9F9;
    border:1px solid #AAA;
    margin-top:1em;
    padding:12px;
}
.forumlist td.forum_edited a {
    color:#000;
    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;
}
 
/* Infobox template style */
.infobox {
    border:1px solid #AAA;
    background-color:#F9F9F9;
    color:black;
    margin:0.5em 0 0.5em 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;
}
.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;
}
 
/* Wikitable class for skinning normal tables */
table.wikitable {
    margin:1em 1em 1em 0;
/*    background:#F9F9F9; */
    border:1px #AAA solid;
    border-collapse:collapse;
}
table.wikitable th, table.wikitable td {
    border:1px #AAA solid;
    padding:0.2em;
}
table.wikitable th {
/*    background:#F2F2F2; */
    text-align:center;
}
table.wikitable caption, {
    margin-left:inherit;
    margin-right:inherit;
    font-weight:bold;
}
 
/* domyślna skórka dla nawigacyjnych boksów */
table.navbox {
    background-color:#F9F9F9;
    border:1px solid #AAA;
    clear:both;
    font-size:90%;
    margin:1em 0em 0em;
    padding:2px;
    text-align:center;
    width:100%;
}
table.navbox th {
    background-color:#CCF;
    font-size:120%;
    padding-left:1em;
    padding-right:1em;
}
@media print {
    .navbox {
        display:none;
    }
}
 
/* Standard Navigationsleisten, aka "box hiding thingy" from the German Wikipedia. Documentation at Wikipedia:NavFrame on Wikipedia. */
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:#CCF;
    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;
}
 
/* Small reference list for Template:Reflist */
ol.references {
    font-size: 100%;
}
.references-small { 
    font-size:90%;
}
.references-2column {
    font-size:90%;
    -moz-column-count:2;
    column-count:2;
}
.same-bg {
    background:none
}
 
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target, sup.reference:target, span.citation:target, cite:target { 
    background-color: #DEF;
}
 
/* Display text below main article header, located at MediaWiki:Tagline */
#siteSub {
    display:inline;
    font-size:92%;
    font-weight:normal;
}
 
/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
    color: #006500;
}
 
.mw-plusminus-neg {
    color: #8B0000;
}
 
/* remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) -Splarka */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li {
    display:none;
}
 
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://images.wikia.com/central/images/5/5d/Checker-16x16.png") repeat;
}
 
/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
    margin: 0 0 0 2em; 
}
/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS).
 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul { display: none; }
}
Advertisement