Dying Light Wiki
Nie podano opisu zmian
Znacznik: sourceedit
Nie podano opisu zmian
Znacznik: sourceedit
Linia 2: Linia 2:
 
@import "/load.php?mode=articles&articles=MediaWiki:Common.css|w:dev:NavBackground/code.css&only=styles";
 
@import "/load.php?mode=articles&articles=MediaWiki:Common.css|w:dev:NavBackground/code.css&only=styles";
   
  +
/*** EDYTOWANIE ***/
/**************************************************************************/
 
/*** EDYTOWANIE ***/
 
/**************************************************************************/
 
 
 
 
.WikiaArticle .editsection .sprite.edit-pencil {background: none transparent\9 !important;}
 
.WikiaArticle .editsection .sprite.edit-pencil {background: none transparent\9 !important;}
Linia 197: Linia 195:
 
z-index: 2 !important;
 
z-index: 2 !important;
 
}
 
}
  +
  +
/*** Nowe infoboksy ***/
  +
.portable-infobox {
  +
border: 2px solid #99451d;
  +
box-shadow: 0 3px 4px rgba(0,0,0,.4);
  +
color: #fff;
  +
border-radius: 5px;
  +
}
  +
  +
.pi-header, .pi-title {
  +
text-align: center;
  +
font-size: 26px;
  +
font-weight: bold;
  +
color: #fff;
  +
background-color: #d97d1e;
  +
}
  +
.pi-data-label {
  +
font-size: 18px;
  +
background-color: #c17c35;
  +
color: #fff;
  +
border-bottom: 1px solid #ff8c00;
  +
border-left: 2px solid #c17c35;
  +
border-right: 2px solid #c17c35;
  +
}
  +
.pi-data-value { padding-left: 20px; }
  +
.pi-secondary-background { background-color: #111; }
  +
.pi-secondary-font { font-size: 14px; }
  +
.portable-infobox { background-color: #956428; }
  +
.pi-title { font-size: 26px; }
  +
.pi-data:not(:last-of-type), .pi { border-bottom: 1px solid #A21F1F; }
  +
.pi-data:not(:last-of-type), .pi .pi-group { border-bottom: 1px solid #99451d; }
  +
.pi-title-margins { background-color: #947B4F; }

Wersja z 21:33, 28 gru 2015

@import url("/load.php?mode=articles&articles=MediaWiki:Kolory.css&only=styles");
@import "/load.php?mode=articles&articles=MediaWiki:Common.css|w:dev:NavBackground/code.css&only=styles";

/*** EDYTOWANIE ***/
 
.WikiaArticle .editsection .sprite.edit-pencil {background: none transparent\9 !important;}
.WikiaArticle .editsection .sprite.edit-pencil {background: url('http://i.imgur.com/0xSNuz2.png') no-repeat !important; margin-bottom:-2px; margin-right:3px;}
 
.editsection a {
  font-family:Helvetica;
  font-size:9px;
  font-weight: bold; 
  text-transform:uppercase;
  letter-spacing:1px;
}
 
/* Podświetlenie */
.editsection {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	opacity: .5;
}
 
.editsection:hover {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: 1;
}
/* Moduły */
.WikiaRail .module { background: #ffc578; /* Old browsers */
 background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #e3831f !important;
    color: white;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 0 0 10px 0; }
}

.WikiaRail .module a { 
color: white; 
text-shadow: .5px .5px .5px #FFF
}

.WikiaRail .module h1, .WikiaRail #RIGHT_SKYSCRAPER h1, .WikiaRail .module h2, .WikiaRail #RIGHT_SKYSCRAPER h2, .WikiaRail #RIGHT_SKYSCRAPER h1, .WikiaRail #RIGHT_SKYSCRAPER h2, .WikiaRail .module h2, .WikiaRail #RIGHT_SKYSCRAPER h2, .WikiaRail #RIGHT_SKYSCRAPER h2 { color: white; }

/* Obrazek pod nawigację */
#WikiHeader {
background: url("http://i.imgur.com/gnoSgA9.png") 700px -10px no-repeat;
}

/* Tło za belką i logo */
.WikiHeader {
	border-bottom: 2px groove rgb(227, 131, 31);
	height: 80px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.mainpageboxQ {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}
.mainpageboxQ > tbody > tr > th {
    background-image: -webkit-linear-gradient(bottom, #d97d1e 28%, #99451d 82%);
    background-image: -moz-linear-gradient-moz(bottom, #d97d1e 28%, #99451d 82%);
    background-image: linear-gradient-moz(bottom, #d97d1e 28%, #99451d 82%);
    border-radius: 5px;
    color: #000;
    font-size: 150%;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

/* Style tabeli skopiowane z http://dyinglight.gamepedia.com/ */
table.wikitable {
    background: rgb(255,255,255); /* fallback for legacy support */
    background: rgba(255,255,255,.1);
}

table.mw-abuselog-details {
    background: rgb(0,0,0); /* fallback for legacy support */
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: #FFA500;
    text-align: center;
}

.wikitable th,
table.mw-abuselog-details th {
    background: #FFA500;
    border: 1px solid #000;
    color: #fff;
    padding: 0.2em;
}

table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border: 1px solid #000;
}

.wikitable td {
    border: 1px solid #3badc0;
    color: #fff;
    padding: 0.2em;
}

table.wikipoints {
    background: rgb(255,255,255); /* fallback for legacy support */
    background: rgba(255,255,255,.1);
}

table.mw-abuselog-details {
    background: rgb(0,0,0); /* fallback for legacy support */
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000;
}

table.wikipoints > tr > th,
table.wikipoints > * > tr > th {
    background: #FFA500;
    text-align: center;
}

.wikipoints th,
table.mw-abuselog-details th {
    background: #FFA500;
    border: 1px solid #000;
    color: #fff;
    padding: 0.2em;
}

table.wikipoints > tr > th,
table.wikipoints > tr > td,
table.wikipoints > * > tr > th,
table.wikipoints > * > tr > td {
    border: 1px solid #000;
}

.wikipoints td {
    border: 1px solid #3badc0;
    color: #fff;
    padding: 0.2em;
}

/* Ankieta */
.ajax-poll {
clear: both !important;
border: none !important;
}
 
div.ajax-poll {
margin-top: none !important;
padding: 5px !important;
}
 
.ajax-poll .header {
font-weight: bold !important;
color: #f000 !important;
text-align: center !important;
}
 
.pollAnswerVotes {
border: 1px solid rgb(208, 150, 50) !important;
font-size: 10px !important;
height: 12px !important;
margin-left: 0px !important;
position: relative !important;
width: 100% !important;
}
 
.pollAnswerVotes div {
background: none repeat scroll 0% 0% rgb(227, 131, 31) !important;
height: 12px !important;
left: 0px !important;
line-height: 20px !important;
position: absolute !important;
top: 0px !important;
z-index: 2 !important;
}

/*** Nowe infoboksy ***/
.portable-infobox {
        border: 2px solid #99451d;
        box-shadow: 0 3px 4px rgba(0,0,0,.4);
		color: #fff;
        border-radius: 5px;
}

.pi-header, .pi-title {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
		color: #fff;
        background-color: #d97d1e;
}
.pi-data-label {
        font-size: 18px;
        background-color: #c17c35;
		color: #fff;
		border-bottom: 1px solid #ff8c00;
		border-left: 2px solid #c17c35;
		border-right: 2px solid #c17c35;
}
.pi-data-value { padding-left: 20px; }
.pi-secondary-background { background-color: #111; }
.pi-secondary-font { font-size: 14px; }
.portable-infobox { background-color: #956428; }
.pi-title { font-size: 26px; }
.pi-data:not(:last-of-type), .pi { border-bottom: 1px solid #A21F1F; }
.pi-data:not(:last-of-type), .pi .pi-group { border-bottom: 1px solid #99451d; }
.pi-title-margins { background-color: #947B4F; }