killzone

Note: After publishing, you may have to bypass your browser's cache to see the changes.

@import "/index.php?title=MediaWiki:Common.css/hilite&action=raw&ctype=text/css";

/* ################################################## */
/* ### FORUMS                                     ### */
/* ################################################## */

.forumheader {
   border: 1px solid #AAA;
   background-color: #F9F9F9; 
   margin-top: 1em; 
   margin-bottom: 1em; 
   padding: 10px 5px;
}
.forumlist {
   border: 1px solid #aaa;
}
.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(https://images.wikia.nocookie.net/fallout/images/4/4e/Forum_new.gif?1) 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;
}
.forumlist th.forum_title, .forumlist th.forum_edited, .forumlist th.forum_editor {
   border: none;
   background: #CA2200;
   color: #FFF;
}
.forumlist th.forum_subheader, .forumlist td.forum_footer {
   border: none;
   background: #000000;
   color: #FFF;
}
.forumlist td.forum_title, .forumlist td.forum_edited, .forumlist td.forum_editor {
   border: none;
   background-color: #111111;
}
.forumlist td.forum_footer a {
   color: #FFF;
}
.forumsearch {
   border: 1px solid #AAA;
   background-color: #F9F9F9; 
   float: right;
   width: auto;
   padding: 0 0.5em 0.5em 0.5em; 
   margin: 0 0 0.8em 0.5em; 
   text-align:center; 
   font-size: 90%;
}

/* remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li { 
   display: none; 
}

/* do not wrap links in content fields if nowraplinks is set */
table.fallout_navbox_nowraplinks td.fallout_navbox_cell a,
table.fallout_navbox_nowraplinks td.fallout_navbox_groupcell a {
   white-space:nowrap;
}

/* header bar needs brighter links */
table.fallout_navbox_box th a:link { 
   color: #AFA000;
}
table.fallout_navbox_box th a:active { 
   color: #fff;
}
table.fallout_navbox_box th a:visited { 
   color: #B6A700;
}
table.fallout_navbox_box th a:hover { 
   color: #fff;
}
table.fallout_navbox_box th a.new {
   color: #f11 !important;
}

/* headers and footer need brighter links */
td.fallout_navbox_header a:link, 
td.fallout_navbox_footer a:link { 
   color: #cfc000;
}
td.fallout_navbox_header a:active , 
td.fallout_navbox_footer a:active { 
   color: #fff;
}
td.fallout_navbox_header a:visited , 
td.fallout_navbox_footer a:visited { 
   color: #B6A700;
}
td.fallout_navbox_header a:hover , 
td.fallout_navbox_footer a:hover { 
   color: #fff;
}

@media print {
   table.fallout_navbox_box {
       display: none;
   }
}

/* end Navboxes */


/* ################################################## */
/* ### COPYRIGHT / SOURCE BOXES                   ### */
/* ### (Template:Copyrightbox/Template:Sourcebox) ### */
/* ################################################## */

/* Template:Copyrightbox */
table.copybox {
   color: #000;
   background-color: #F5F5DC;
   clear: both;
   padding: 0.3em 0.5em;
   margin: 0.5em 0;
   border: 1px solid #A8ACA8;
   font-size: 90%; 
   line-height: normal; 
   border-collapse: collapse;
}

table.copybox th {
   width: 40px;
   text-align: center;
   vertical-align: middle;
   padding: 0.2em 0 0.2em 0.5em;
}

table.copybox td {
   padding-left: 0.5em;
   width: 100%;
}

/* Template:Sourcebox */
table.sourcebox {
   margin: 0.25em auto 0.25em 0;
   border-collapse: collapse;
   line-height: normal; 
}

table.sourcebox th {
   vertical-align: middle; 
   text-align: center; 
   padding: 0 0.5em;
}

table.sourcebox td {
   font-size: 85%; 
   padding: 0;
}

table.sourcebox td span {
   border-top: 1px solid #000; 
   border-bottom: 1px solid #000; 
   display: block;
   padding: 0.25em 0.5em;
}

table.sourcebox a.new {
   color: #F11 !important;
}

/* Printing */
@media print {
   table.sourcebox, div.copybox {
       background:none;
       background-color: #FFF; 
   }
}


/* ################################################## */
/* ### DIRECTION / MESSAGE BOXES                  ### */
/* ### (Template:Directionbox/Template:Mbox)      ### */
/* ################################################## */

/* Template:Directionbox */
table.dirbox {
   color: #000;
   background-color: #F9F9F9;
   clear: both;
   padding: 0.3em 0.5em;
   margin: 0.5em 0;
   border: 1px solid #AAA;
   font-size: 90%; 
   line-height: normal; 
   border-collapse: collapse;
}

table.dirbox th {
   width: 40px;
   text-align: center;
   vertical-align: middle;
   padding: 0.2em 0 0.2em 0.5em;
}

table.dirbox td {
   padding-left: 0.5em;
   width: 100%;
}

/* Template:Mbox */
table.mbox {
   color: #000;
   background-color: #DDD; 
   border: 1px solid #AAA; 
   padding: 0; 
   margin: 0 10% 1em;
   font-size: 90%;
   line-height: normal; 
   border-collapse: collapse;
}

table.mbox + table.mbox {
   margin-top: -0.75em;
}

table.mbox th {
   width: 40px;
   text-align: center;
   vertical-align: middle;
   padding: 0.2em 0 0.2em 0.5em;
}

table.mbox td {
   padding-left: 0.5em;
   width: 100%;
}

/* Printing */
@media print {
   table.dirbox, table.mbox {
       display:none;
   }
}


/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

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

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

/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}
#article div.thumb {
   color:inherit;
}

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}




/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #000;
color: #FFF;
  border: 1px #aaa solid;
  border-collapse: collapse;
  vertical-align:top;
}

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

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

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



/* 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: #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;
}

.lightlinks a { color:#CCE; }
.lightlinks a.new {color:#FBB!important;}
.darklinks a { color:#33A; }
.whitelinks a { color:#FFF; }
.whitelinks a.new {color:#FFF!important;}
.blacklinks a { color:#000; }
.underlinelinks a { text-decoration:underline; }
.boldlinks a {font-weight: bold;}

/*This hides the date field from the forum tag, when inside class=hidedate */
.hidedate .forum_edited{
display:none;
}



/* 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 {  /* single pixel border between adjacent navboxes */
  margin-top: -1px;            /* (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: #000000;     /* Background color */
}
.navbox-list {
  border-color: #000000;   /* Must match background color */
}
.navbox-title,
table.navbox th {
  background: #2D0000;     /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: #2D2D2D;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #959C69;     /* Level 3 color */
}
.navbox-even {
  background: transparent;     /* Even row striping */
}
.navbox-odd {
  background: transparent; /* 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.      */
}

/* This just formats the centralised wikia help box on help pages */
.sharedHelp{
margin-top:40px;
clear:both;
}

.sharedHelpInfo{
font-size:22px;
margin:0 200px 30px 10px;
border:1px solid red;
width:325px;
text-align:left;
background-color:#FEE;
color:#000;
font-family:verdana, sans-serif;
}



/* NOTICES */

div.warning {
	background-color: #401F22;
	border: 1px solid #660000;
	color: #FF0000 !important;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
	text-align: justify;
}

div.header-notice,
.copyright-notice {
	background-color: #222222;
	border: 1px solid #666;
	color: #FFFFFF;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
	text-align: justify;
}

div.header-notice table {
	background-color: transparent;
	padding: 1px;
}

div.notice {
	background-color: #401F22;
	border: 1px dashed #CC0000;
	color: #FFFFFF;
	margin: 2em 20% 1em 20%;
	padding: .5em 1em;
	vertical-align: middle;
	text-align: justify;
	font-size:smaller;
}

div.header-notice#fa {
	width: auto;
	font-size: inherit !important;
}

div.notice p,
div.header-notice p,
div.warning p {
	line-height: 120% !important;
}

div span.msg-title {
	display: block;
	width: 100%;
	color: #FFD942;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #666;
}