MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Nie podano opisu zmian |
|||
Linia 49: | Linia 49: | ||
h6 .editsection { font-size: 125%; font-weight: normal; } | h6 .editsection { font-size: 125%; font-weight: normal; } | ||
/* edycja Bartosz86 */ | |||
/* Popup Items */ | |||
div.tw_bg_tl, div.tw_bg_tr, div.tw_bg_bl, div.tw_bg_br { | |||
background-image: url("https://wiki.the-west.pl/images/6/68/Popup.png"); | |||
position: absolute; | |||
} | |||
.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; | |||
} | |||
div.popup_inform div.popup_window { | |||
position: absolute; | |||
z-index: -1; | |||
margin: 4px 0px 0px; | |||
max-width: 250px; | |||
} | |||
div.popup_inform div.popup_window:hover { | |||
z-index: 6; | |||
} | |||
div.popup_image { | |||
background-image: url("https://wiki.the-west.pl/images/2/21/ItemBackground.png"); | |||
width:93px; | |||
height:93px; | |||
margin: auto; | |||
} | |||
div.popup_contents img{ | |||
padding-top: 10px; | |||
width: 73px; | |||
height: 73px; | |||
} | |||
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; | |||
} | |||
div.popup_contents span.itemCategory { | |||
display: block; | |||
font-style: italic; | |||
font-size: 9px; | |||
} | |||
div.popup_contents span.itemInfo { | |||
font-style: italic; | |||
font-size: 11px; | |||
line-height: 12px; | |||
padding-bottom: 5px; | |||
display: block; | |||
} | |||
div.popup_contents p.itemBonus { | |||
text-align: left; | |||
line-height: 12px; | |||
} | |||
div.popup_contents p.itemBonus span { | |||
color: #8B4513; | |||
white-space: nowrap; | |||
} | |||
div.itemPrice { | |||
display: block; | |||
padding: 2px 0px 0px; | |||
} | |||
span.itemBuyIcon, span.itemSellIcon { | |||
display: inline-block; | |||
width: 14px; | |||
height: 10px; | |||
background: transparent url("https://wiki.the-west.pl/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: 11px; | |||
line-height: 12px; | |||
color: #007500; | |||
padding-bottom: 5px; | |||
} | |||
div.popup_contents span.itemNotUpgradeable { | |||
color: #900; | |||
text-align: center; | |||
display: block; | |||
} | |||
/* End popup items */ | |||
/* Koniec edycji */ | |||
/* edycja Darius II - w razie problemów kontakt lub skasować :) */ | /* edycja Darius II - w razie problemów kontakt lub skasować :) */ | ||
Wersja z 16:11, 11 lis 2015
/* 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 */ /* Popup Items */ div.tw_bg_tl, div.tw_bg_tr, div.tw_bg_bl, div.tw_bg_br { background-image: url("https://wiki.the-west.pl/images/6/68/Popup.png"); position: absolute; } .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; } div.popup_inform div.popup_window { position: absolute; z-index: -1; margin: 4px 0px 0px; max-width: 250px; } div.popup_inform div.popup_window:hover { z-index: 6; } div.popup_image { background-image: url("https://wiki.the-west.pl/images/2/21/ItemBackground.png"); width:93px; height:93px; margin: auto; } div.popup_contents img{ padding-top: 10px; width: 73px; height: 73px; } 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; } div.popup_contents span.itemCategory { display: block; font-style: italic; font-size: 9px; } div.popup_contents span.itemInfo { font-style: italic; font-size: 11px; line-height: 12px; padding-bottom: 5px; display: block; } div.popup_contents p.itemBonus { text-align: left; line-height: 12px; } div.popup_contents p.itemBonus span { color: #8B4513; white-space: nowrap; } div.itemPrice { display: block; padding: 2px 0px 0px; } span.itemBuyIcon, span.itemSellIcon { display: inline-block; width: 14px; height: 10px; background: transparent url("https://wiki.the-west.pl/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: 11px; line-height: 12px; color: #007500; padding-bottom: 5px; } div.popup_contents span.itemNotUpgradeable { color: #900; text-align: center; display: block; } /* End popup items */ /* 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(http://wiki.the-west.pl/images/0/03/Bgevent.png)/* tło wiki */ /* blokada kodu */ #ca-viewsource{ visibility: hidden !important; width:300px; } /* koniec mojej edycji */ /*podświetlenie popup*/ .pops a { background-color: #ffc !important; } /*koniec mojej edycji*/ /*Logo*/ /*koniec edycji*/