MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Wiki The-West PL
Przejdź do nawigacji
Nie podano opisu zmian
mNie podano opisu zmian
Linia 535: Linia 535:


/* MINI POPUP */
/* MINI POPUP */
.popup_window img {width:auto !important;height:auto !important;}
div.popup_window img {
width:auto !important;
height:auto !important;
}
.popup_inform.mini {background: none;padding: 0;width: 29px;}
.popup_inform.mini {background: none;padding: 0;width: 29px;}
.mini img {width: 29px;height: 29px;}
.mini img {width: 29px;height: 29px;}
Linia 616: Linia 619:
}
}


.prizesGroups .group .gContent div.mini {
float:left;
}
.prizesGroups .group .gBg {
.prizesGroups .group .gBg {
     opacity: 0.4;
     opacity: 0.4;
     position: absolute;
     position: absolute;
     width: 155px;
     width: inherit;
     min-height: 300px;
     min-height: inherit;
border-radius: 5px;  
border-radius: 5px;  
}
}
Linia 630: Linia 636:
opacity: 0.9;
opacity: 0.9;
     position: absolute;
     position: absolute;
     width: 155px;
     width: inherit;
     min-height: 300px;
     min-height: inherit;
}
}



Wersja z 20:59, 16 mar 2017

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

/* wikitable */
table.wikitable {
   width: 100%;
   border: 1px solid black;
   border-collapse: collapse;
   background-color: #F2D494;
   color: black;
}
table.wikitable th {
   border: 1px solid black;
   padding: 5px;
   background-color: #BA9B72;
   color: black;
}
table.wikitable td {
   border: 1px solid black;
   padding: 5px;
   color: black;
}


/* Rozmiary nagłówków */
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #97855e;
}
h1 { font-size:24px; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; font-weight: bold;}
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 120%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 110%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

/* edycja Bartosz86 */
body.page-Strona_główna a:hover {
opacity: 0.8;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
body.page-Eventy .home_event_link {
border: 1px solid;
}

body.page-Eventy a:hover {
opacity: 0.8;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
body.page-Eventy .home_event_link {
border: 1px solid;
}

body.page-Użytkownik:Harlion a:hover {
opacity: 0.8;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
body.page-Użytkownik:Harlion .home_event_link {
border: 1px solid;
}

/* Popup Items */
div.tw_bg_tl, div.tw_bg_tr, div.tw_bg_bl, div.tw_bg_br {
	background-image: url(/images/6/68/Popup.png);
	position: absolute;
	z-index: -1;
}
.tw_bg_tl {
	background-position: left top;
	bottom: 50%;
	right: 50%;
	left: 0;
	top: 0;
}
.tw_bg_tr {
	background-position: right top;
	width: 50%;
	bottom: 50%;
	right: 0;
	top: 0;
}
.tw_bg_bl {
	background-position: left bottom;
	height: 50%;
	right: 50%;
	bottom: 0;
	left: 0;
}
.tw_bg_br {
	background-position: right bottom;
	height: 50%;
	width: 50%;
	bottom: 0;
	right: 0;
}
.m-r-5 { margin-right: 5px; }
div.popup_inform {
	position: relative;
	outline: medium none;
	text-decoration: none;
	padding: 8px 5px 11px 7px; 
	background-image: url(/images/2/21/ItemBackground.png);
	background-repeat: no-repeat;
	width: 80px;
}
div.popup_inform.medium {
	background-image: url(/images/8/84/ItemBackgroundMedium.png);
	position: relative;
	outline: medium none;
	text-decoration: none;
	padding: 0px; 
	background-repeat: no-repeat;
	width: 90px;	
}
div.popup_inform.large {
	background-image: url(/images/8/82/ItemBackgroundLarge.png);
	position: relative;
	outline: medium none;
	text-decoration: none;
	padding: 0px; 
	background-repeat: no-repeat;
	width: 93px;	
}
div.popup_inform div.popup_window {
	position: absolute;
	left:-99999px;
	margin: 0px;
	min-width: 150px;
	max-width: 400px;
}
div.popup_inform:hover > div.popup_window.right {
	left: 0%;
	margin: -80px 0px 0px 100px;
	z-index: 6;
}
div.popup_inform:hover > div.popup_window.left {
	left: 0%;
	margin: -80px 0px 0px -260px;
	z-index: 6;
}
div.popup_image {
	background-image: url(/images/2/21/ItemBackground.png);
	background-repeat: no-repeat;
	width:92px;
	height:93px;
	margin: auto;	
}
div.popup_image img{
	padding-top: 10px;
	width: 73px;
	height: 73px;
}
div.popup_contents {
	text-align: center;
	margin: 20px;
	white-space: nowrap
}
div.popup_contents span.itemID {
	display: block;
	font-style: italic;
	font-size: 9px;
	margin-top: -5px;
	padding-bottom: 3px;
}
div.popup_contents span.itemName {
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 20px;
}
div.popup_contents span.itemCategory {
	display: block;
	font-style: italic;
	font-size: 9px;
	line-height: 12px;
}
div.popup_contents span.itemInfo {
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	display: block;
	padding: 5px 18px;
}
div.popup_contents p.itemBonus {
	text-align: left;
	line-height: 12px;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 20px;
	display: block;
}
div.popup_contents p.itemBonus span {
	color: #8B4513;
	display: block;
}
div.itemDMG {
	text-align: left;
	display: block;
	padding: 0 20px 0 25px;
	font-size: 12px;
}
div.itemFortsBonus, div.itemSectorBonus {
	text-align: left;
	display: block;
	padding: 0 20px 0 25px;
}
span.fortBonusName, span.fortSectorBonusName {
	color: #A1781F;
	font-weight: 600;
}
span.fortBonus, span.fortSectorBonus {
	display: block;
	font-size: 11px;
	padding-left: 11px;
	line-height: 14px;
}
.itemStats .itemAtt {
	color: #006500;
	display: block;
	padding-left: 15px;
	font-size: 12px;
	font-weight: 600;
	line-height: 13px;
}
.itemStats .itemSkill {
	color: #006500;
	display: block;
	padding-left: 25px;
	font-size: 11px;
	line-height: 12px;
}
.itemStats .itemExtraBonus {
	color: #006500;
	display: block;
	padding-left: 5px;
	font-size: 11px;
	line-height: 12px;
}

div.popup_contents p.itemStats {
	text-align: left;
}
p.itemSet {
	text-align: left;
	margin-top: -15px;
	padding-left: 25px;
	margin-bottom: 10px;
}
span.itemSetItems {
	text-align: left;
	display: block;
	line-height: 12px;
	font-size: 11px;
	color: #000;
}
p.itemSet span.itemSetName {
	font-size: 12px;
	display: block;
	font-weight: 600;
	color: #000;
}
div.itemPrice {
	display: block;
	padding: 2px 0px 0px;
}
span.itemBuyIcon, span.itemSellIcon {
	display: inline-block;
	width: 14px;
	height: 10px;
	background: transparent url(/images/6/6e/IconsBS.png) repeat-x scroll 0% 0%;
}
div.popup_contents span.itemBuyIcon {
	background-position: left center;
}
div.popup_contents span.itemSellIcon {
	background-position: right center;
}
div.popup_contents span.itemAuctionable {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #007500;
	padding-bottom: 5px;
}
div.popup_contents span.itemNotAuctionable {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: rgba(0, 0, 0, 0.92);
	padding-bottom: 5px;
	font-style: italic;
}
div.popup_contents span.itemNotUpgradeable {
	color: #900;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin: auto;
	max-width: 220px;
}
div.popup_contents div.itemRequired {
	text-align: left;
	padding-left: 25px;
	margin: 10px 0px;
}
div.itemRequired p, div.itemRequired span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	max-width: 220px;
}
.catInventory {
	opacity: 0.75;
}
/* End popup items */

/* Inventory  */
.inventory_menu_div {
	height: 120px;
}
.intentory_items_div {
    margin-left: 170px;
    margin-top: 30px;
}
.inventory_menu_title {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-top: -5px;
}
.inventory_menu_item {
    width: 50px;
    display: block;
    float: left;
    margin: 0 auto;
    text-align: center;
}
.inventory_menu_item a:hover {
	opacity: 0.8;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

/* Inventory sets */
div.InventorySet {
	position: relative;
	min-height: 400px;
	min-width: 150px;
}
div.wear_head {
	display: block;
	width: 93px;
	position: absolute;
	top: 9px;
	left: 96px;
}
div.wear_neck {
	display: block;
	width: 92px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.wear_body {
	display: block;
	width: 93px;
	top: 105px;
	position: absolute;
	left: 95px;
}
div.wear_right_arm {
	display: block;
	width: 92px;
	position: absolute;
	left: -1px;
	top: 94px;
}
div.wear_right_arm.no_wear {
	width: 97px;
	left: -2px;
	top: 87px;
}
div.wear_right_arm .second_arm { display: none; }
div.wear_left_arm {
	display: block;
	width: 93px;
	position: absolute;
	top: 94px;
	left: 190px;	
}
div.wear_left_arm.no_wear { top: 86px; }
div.wear_yield {
	display: block;
	width: 93px;
	position: absolute;
	left: 0px;
	top: 317px;
}
div.wear_foot {
	display: block;
	width: 93px;
	position: absolute;
	top: 317px;
	left: 190px;
}
div.wear_animal {
	display: block;
	width: 93px;
	position: absolute;
	left: 0px;
	top: 227px;
}
div.wear_belt {
	display: block;
	width: 93px;
	position: absolute;
	top: 227px;
	left: 190px;
}
div.wear_pants {
	display: block;
	width: 93px;
	position: absolute;
	left: 96px;
	top: 250px;
}
div.SwitchGuns {
	display: block;
	width: 55px;
	position: absolute;
	top: 25px;
	left: 210px;
	cursor: pointer;
}

/* End inventory sets */

/* Blokada podpowiedzi na stronach */
#west_pl_hints_container { display: none; }

/* Koniec edycji */

/* edycja Darius II - w razie problemów kontakt lub skasować :) */
#wrapper { width: 1200px; } /* szerokość wiki */
#container { width: 900px; } /* szerokość boksu z treścią */
/* dopasowanie grafiki */
#contentTop { width: 900px; background-size: 100% 77px; }
#west_pl_hints_container { width: 870px!important; background-size: 100%!important; }
#content { width: 870px; background-size: 100%; }
#contentFooter { background-size: 101%; }
/* /dopasowanie grafiki */
/* poprawki Har'a */
#p-cactions { width: 850px; }

/* Harlion */
h3.ui-accordion-header { padding-left: 35px;}
.ui-tabs-vertical { width: 55em; }
  .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
  .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
  .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

/*#content {background-image: url(/images/0/03/Bgevent.png)}/* tło wiki na eventy - obecnie DdLM) */


/* blokada kodu */
#ca-viewsource{
visibility: hidden !important;
width:300px;
}
/* koniec mojej edycji */

/* CSS Preto */
.setRozBox {
	cursor:pointer;
	width:90%;
	text-align:center;
	margin:3px auto;
	line-height:15px;
	background-color:#ffe3b3
}
.setyRozLista {
	color:#cc3300;
	background:rgba(245, 245, 220, 0.4);
	border:1px solid #996633;
	width:auto;
	padding:2px;
	text-align:center;
	font-weight:bold
}
#ladowanie {
	display:none;
    background-image: url(/images/5/56/Ladowanie.gif);
	width:20px;
}


#fIp .popup_inform{float:left;}
.searchBox {background: url(/images/4/45/SearchBox.png);width:401px;height:31px;outline: none;border:0px;padding:0 2px 0 6px}
#wyszukiwarka input[type="search"] (padding:4px;outline:none;border:0px;)
#wyszukiwarka input:focus (outline:none;border:0px;)

/* MINI POPUP */
div.popup_window img {
width:auto !important;
height:auto !important;
}
.popup_inform.mini {background: none;padding: 0;width: 29px;}
.mini img {width: 29px;height: 29px;}


/* PBOX */
.PBox {position: relative;}

.PBox_title {
	position: absolute;
	left: -5px;
	top: 0px;
	right: -5px;
	height: 68px;
	overflow: hidden;
	font-family: Times New Roman, Serif;
	cursor: move;
}

.PBox_title_left, .PBox_title_right {
	position: absolute;
	background-image: url(/images/3/3c/PBoxTitle.png);
	height: 50px;
	bottom: 0px;
	background-repeat: no-repeat;
}

.PBox_title_left {
	left: 0;
	right: 50%;
	background-position: left bottom;
}

.PBox_title_right {
	left: 50%;
	right: 0;
	background-position: right bottom;
}

.PBox_title_text {
	position: relative;
	color: #FFE7B1;
	margin-left: auto;
	margin-right: auto;
	padding-top: 28px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-stretch: normal;
	font-size: 20pt;
	line-height: normal;
	font-family: "Times New Roman";
}

.PBox_content {padding: 70px 25px 0 25px;}

.prizesGroups .group{
	display: inline-block;
    vertical-align: top;
    width: 155px;
    min-height: 300px;
    margin: 0 10px;
    opacity: 1;
    float: left;
}

.prizesGroups .group .gLabel {
	position: relative;
    text-align: center;
    text-shadow: 0 0 5px #000;
    padding: 10px 0 5px 0;
    color: white;
	font-weight:600;
}

.prizesGroups .group .gContent {
	position: relative;
    padding: 10px;
}

.prizesGroups .group .gContent div.mini {
float:left;
}
.prizesGroups .group .gBg {
    opacity: 0.4;
    position: absolute;
    width: inherit;
    min-height: inherit;
	border-radius: 5px; 
}

.prizesGroups .group .gBorder {
	border: 3px solid #a49e97;
    border-radius: 8px;
    box-shadow: 0 0 20px inset;
	opacity: 0.9;
    position: absolute;
    width: inherit;
    min-height: inherit;
}

.prizesGroups .VSep {
    display: inline-block;
    background: url(/images/6/67/PrizesVSep.jpg);
    width: 25px;
    height: 270px;
    margin: 15px 0;
    float:left;
}

.prizesGroups .XSep {
    display: inline-block;
    background: url(/images/5/58/PrizesXSep.jpg);
    width: 270px;
    height: 25px;
    margin: 10px 62px;
}

.prizesGroups  .prizes{
    width: 555px;
    min-height: 106px;
    margin-right: 15px;
}

.prizesGroups .winner{
	width: 155px;
    min-height: 106px;
    margin-left: 15px;
}

/* Preto koniec */