S.T.A.L.K.E.R. Wiki: Zone Chronicles
S.T.A.L.K.E.R. Wiki: Zone Chronicles
Нет описания правки
Нет описания правки
Строка 5: Строка 5:
 
/* 2013 */
 
/* 2013 */
 
@import url("/index.php?title=MediaWiki:DSWHoverTab.css&action=raw&ctype=text/css");
 
@import url("/index.php?title=MediaWiki:DSWHoverTab.css&action=raw&ctype=text/css");
  +
@import url("/index.php?title=MediaWiki:HoverTabs.css&action=raw&ctype=text/css");
 
.FluidSlider-hedaing {
 
.FluidSlider-hedaing {
 
color: #c4c4b0;
 
color: #c4c4b0;

Версия от 11:14, 29 января 2020

/** Размещённый здесь CSS будет применяться ко всем темам оформления */
/***** CSS placed here will be applied to all skins on the entire site. *****/

/* FluidSlider by Wildream. */
/* 2013 */
@import url("/index.php?title=MediaWiki:DSWHoverTab.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:HoverTabs.css&action=raw&ctype=text/css");
.FluidSlider-hedaing {
	color: #c4c4b0;
	font-size: 30px;
	left: 30px;
	position: relative;
	text-decoration: none;
}
.FluidSlider-maintext {
	color: #c4c4b0;
	left: 35px;
	position: relative;
	top: -10px;
}
.FluidSlider-nav {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	height: 80px;
	left: 0;
	margin-top: 48%;
	overflow: hidden;
	padding-bottom: 0;
	position: absolute;
	width: 100%;
}
.FluidSlider-viewpoint {
        width: 100%;
	position: relative;
        max-height: 510px;
        max-width: 1060px;
        margin: 0 auto;
        overflow: hidden;
}
.FluidSlider-more-button {
	float: right;
	font-size: 20px;
	height: 30px;
	padding-top: 6px;
	position: relative;
	right: 30px;
	top: -70px;
}
.FluidSlider-more-button > a {
	text-decoration: none;
}
 
.FluidSlide-description {
    display: none;
}
 
.FluidSlide {
    background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    display: inline;
    float: left;
    max-height: 510px;
    max-width: 1060px;
}
 
.FluidSlider-container {
    position: relative;
}

/* 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 {
   color: black;
   margin-bottom: 2px;
   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 {
  
}
.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;
}

 /* Infobox template styling */

.infobox
 {
   float: right;
   clear: right;
   margin: 0 0 .5em 1em;
   width: 250px;
   background: none;
   border-collapse: collapse;
   font-size: 0.8em;
   line-height: 1.5;
 }
.infobox table.infoboxtable
 {
   float:right;
   margin:0;
   width:100%;
   border-collapse:collapse;
 }
.infobox td.infoboximage
 {
   padding:0;
   text-align:center; 
 }
.infobox th.infoboxheading
 {
   font-weight:bold;
   text-align:center;
   font-size:larger;
 }
.infobox th.infoboxsubheading
 {
   vertical-align:top;
   text-align:left;
   font-weight:normal; 
 }
.infobox td.infoboxlabel, .infobox td.infoboxcell
 {
   vertical-align: middle;
 }

 /* ugly hack to force normal height for infobox cells */
.infoboxcell p { margin-top: 0px; margin-bottom: 0px; }
 /* .infoboxcell ul { list-style-type: disc; } */

.infoboxcell ul
 {
    padding-left: 10px;
    margin-left: 10px;
 }

.infoboxcell ul li
 {
    padding-left: 0;
    margin-left: 0;
    list-style-type: square;
 }

/* Template:Quote Settings */
td.Quote_Left, td.Quote_Right {
color: #047EC4;
font-size: 40px;
font-family: 'Arial Black', 'Times New Roman',serif;
font-weight: bold;
width: 0px; }

td.Quote_Left {
line-height: 0.7em; /* This adjusts the offset of the quotation mark */
vertical-align: top;
text-align: right; }

td.Quote_Right {
line-height: 0.1em; /* This adjusts the offset of the quotation mark */
vertical-align: bottom;
text-align: left; }


/* ################################################## */
/* ### STALKERBOXES, adapted from Porter21s EVABOX### */
/* ################################################## */

/* CSS for scanline boxes, works for both divs and tables */
.stalker_box {
  color: #fff;
  margin-bottom: 5px;
}

table.stalker_box {
  border-collapse: collapse;
}

table.stalker_box th {
  
  font-size:120%;
  padding: 2px;
}

/* DO NOT REMOVE THIS LINE. Otherwise white lines will appear in tables in IE */
/* table.stalker_box td {border:1px solid #0d9be3;} */

table.stalker_box td,
div.stalker_box {
  padding: 2px;

}

td.small_text {
  font-size:80%; 
}

### SOURCEBOX IMPORTED ###
/* 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 #047EC4; 

   border-bottom: 1px solid #047EC4; 

   display: block;
   padding: 0.25em 0.5em;
}

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


/* ################################################## */
/* ### EVA INFOBOX                                ### */
/* ################################################## */
table.stalker_infobox {
  margin-left: 5px;
  width: 275px;
  font-size: 90%;
  border: 1px #fff solid;
   padding: 0.2em;
}

td.stalker_box_title,
td.stalker_box_header,
td.stalker_box_data {
}
td.stalker_box_header,
td.stalker_box_title {
  background: #252525;
  border-width: 1px 0;
}
td.stalker_box_title {
  text-align: right;
  width: 25%;
  white-space: nowrap;
}
td.stalker_box_header {
  text-align: center;
}
td.stalker_box_data {
  border-width: 1px 1px 1px 0;
  text-align: left;
}

/*** EVA Box - TabView extension ***/
.stalker_box .yui-navset .yui-nav li {
  background: transparent;
  color: #fff;
  border: 0;
  padding: 2px 5px;
}


.stalker_box .yui-content {
  background: transparent;
  color: #fff;
  margin-top: 0;
  padding-top: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.stalker_box .yui-content table {
  color: #fff;
}

.stalker_box .yui-nav {
  text-align: center;
}

.stalker_box div.ajax-poll {
  border: 0;
  margin-top: 0;
}

/*** Temporary hacks for preview ***/
.stalker_box .yui-content table {
  background: transparent !important;
  border: 0 !important;
}