MediaWiki:Common.css: Różnice pomiędzy wersjami
Linia 42: | Linia 42: | ||
.boxesheaderbackground { | .boxesheaderbackground { | ||
background: url("https://en-wiki.metin2.gameforge.com/images/4/47/Boxesheaderbackgroundxmas.png") repeat 0em 0em; | background: url("https://en-wiki.metin2.gameforge.com/images/4/47/Boxesheaderbackgroundxmas.png") repeat 0em 0em; | ||
+ | } | ||
+ | |||
+ | /*-------------------------------------------------- | ||
+ | ul.tabbernav = the tab navigation list | ||
+ | li.tabberactive = the active tab | ||
+ | --------------------------------------------------*/ | ||
+ | ul.tabbernav { | ||
+ | margin: 0; | ||
+ | padding: 3px 0; | ||
+ | border-bottom: 1px solid rgb(81,36,16); | ||
+ | font: bold 12px Verdana,sans-serif; | ||
+ | } | ||
+ | |||
+ | ul.tabbernav li { | ||
+ | list-style: none; | ||
+ | margin: 0; | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | ul.tabbernav li a { | ||
+ | padding: 3px 0.5em; | ||
+ | margin-left: 3px; | ||
+ | border: 1px solid rgb(81,36,16); | ||
+ | border-bottom: none; | ||
+ | background:#972014; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | ul.tabbernav li a:link { | ||
+ | color: #f0d9a2; | ||
+ | } | ||
+ | |||
+ | ul.tabbernav li a:hover { | ||
+ | color: #f0d9a2; | ||
+ | background: #1f0e02; | ||
+ | border-color: rgb(81,36,16); | ||
+ | } | ||
+ | |||
+ | ul.tabbernav li.tabberactive a { | ||
+ | background-color: #1f0e02; | ||
+ | border: 1px solid rgb(81,36,16); | ||
+ | } | ||
+ | |||
+ | ul.tabbernav li.tabberactive a:hover { | ||
+ | color: #f0d9a2; | ||
+ | background: #1f0e02; | ||
+ | border-bottom: none; | ||
} | } | ||
Wersja z 20:28, 14 sie 2019
/* CSS placed here will be applied to all skins */
body.page-Strona_główna #catlinks,body.page-Strona_główna h1.firstHeading{
display: none;
}
td, th {
padding: 2px;
}
li.gallerybox div.thumb,
div.tright div.thumbinner {
background: none;
border: 1px solid rgb(150, 150, 150);
}
html .thumbimage {
border: 1px solid rgb(180, 180, 180);
}
.transparentbckg800 {
background: url("https://en-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat;
display: inline-block;
padding: 5px;
width: 790px;
color: #00000;
border: 1px solid #000000;
border-radius: 5px;
}
.transparentbackground {
background: url("https://en-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat;
border: 1px solid #000000;
}
li.gallerybox div.thumb,
div.tright div.thumbinner {
background: url("https://en-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent;
border: 1px solid #88283a;
}
.boxesheaderbackground {
background: url("https://en-wiki.metin2.gameforge.com/images/4/47/Boxesheaderbackgroundxmas.png") repeat 0em 0em;
}
/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
ul.tabbernav {
margin: 0;
padding: 3px 0;
border-bottom: 1px solid rgb(81,36,16);
font: bold 12px Verdana,sans-serif;
}
ul.tabbernav li {
list-style: none;
margin: 0;
display: inline;
}
ul.tabbernav li a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid rgb(81,36,16);
border-bottom: none;
background:#972014;
text-decoration: none;
}
ul.tabbernav li a:link {
color: #f0d9a2;
}
ul.tabbernav li a:hover {
color: #f0d9a2;
background: #1f0e02;
border-color: rgb(81,36,16);
}
ul.tabbernav li.tabberactive a {
background-color: #1f0e02;
border: 1px solid rgb(81,36,16);
}
ul.tabbernav li.tabberactive a:hover {
color: #f0d9a2;
background: #1f0e02;
border-bottom: none;
}
/* *********************************************************************** */
/* WERSJA KOMPUTEROWA */
/* *********************************************************************** */
@media only screen and (min-width: 801px){
body {
background: url('https://pl-wiki.metin2.gameforge.com/images/8/88/Event_Letni_2019_T%C5%82o.jpg') no-repeat fixed center top #000
}
}
/*
http://wiki.metin2.co.uk/images/3/39/Boxesheaderbackgroundnormal.png
http://wiki.metin2.co.uk/images/6/66/Valentineboxheader.png
http://wiki.metin2.co.uk/images/6/67/Easterboxheader.png
http://wiki.metin2.co.uk/images/4/47/Boxesheaderbackgroundxmas.png
http://wiki.metin2.co.uk/images/0/09/Boxesheaderbackgroundhalloween.png
*/
.testowa_obr {
background: url("https://en-wiki.metin2.gameforge.com/images/8/8b/WikiTopBarBackground.png");
}