MediaWiki:Common.css: Różnice pomiędzy wersjami
Linia 2: | Linia 2: | ||
/* New Skin CSS */ | /* New Skin CSS */ | ||
+ | |||
+ | /* CSS an dieser Stelle wirkt sich auf alle Skins aus | ||
+ | |||
+ | http://metin2wiki.de/skins/Metin2Theme/bullet.gif verkleinern */ | ||
+ | |||
+ | /* Hauptseiten-Titel und -Kategorien verstecken */ | ||
+ | body.page-Hauptseite #catlinks, | ||
+ | body.page-Hauptseite h1.firstHeading{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .guide { | ||
+ | background-image: url(http://www.metin2wiki.de/images/4/4f/Forum_Hintergrund.jpg); | ||
+ | background-repeat: repeat-y; } | ||
+ | |||
+ | #bodyContent a.external, #bodyContent a.external[href^="gopher://"] { | ||
+ | background: url("http://metin2wiki.de/images/a/af/External-link.png") no-repeat scroll right center transparent; | ||
+ | padding-right: 13px; | ||
+ | } | ||
+ | |||
+ | #firstHeading { | ||
+ | padding-top: 2px; | ||
+ | } | ||
+ | |||
+ | .pBody { | ||
+ | margin: 3px 0 0 0 !important; | ||
+ | } | ||
+ | |||
+ | .mw-editsection { | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | ul { | ||
+ | list-style-image: url("http://metin2wiki.de/images/4/4b/MinusS.png"); | ||
+ | } | ||
+ | |||
+ | .mw-content-ltr ul { | ||
+ | margin: 0.3em 0px 0px 2em; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | .portletNavMiddle UL { | ||
+ | padding: 0px 0px 1px 27px; | ||
+ | } | ||
+ | |||
+ | #contentSub, #contentSub2 { | ||
+ | margin: 1em 0px 1.4em 1em; | ||
+ | } | ||
+ | |||
+ | .icon_14 { | ||
+ | background-image:url(http://metin2wiki.de/images/thumb/6/6a/Hintergrund.png/14px-Hintergrund.png); | ||
+ | background-position: center center; | ||
+ | } | ||
+ | .icon_14 img {vertical-align:top !important;} | ||
+ | |||
+ | .drachenstein_colhead { | ||
+ | width: 120px; | ||
+ | border: 1px solid #5d0505; | ||
+ | border-radius: 10px; | ||
+ | box-shadow: 2px 2px 5px #000000; | ||
+ | background: #5d0505; | ||
+ | color: #dadada; | ||
+ | font-weight: bold; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .drachenstein_head { | ||
+ | width: 425px; | ||
+ | border: 1px solid #5d0505; | ||
+ | border-top-left-radius: 10px; | ||
+ | border-top-right-radius: 10px; | ||
+ | box-shadow:2px 2px 5px #000000; | ||
+ | background: #5d0505; | ||
+ | color: #f0d9a2; | ||
+ | font-weight: bold; | ||
+ | padding: 5px 15px; | ||
+ | } | ||
+ | |||
+ | .drachenstein_reinheit { | ||
+ | width: 110px; | ||
+ | height: 92px; | ||
+ | border-radius: 55px; | ||
+ | font-size: 20px; | ||
+ | color: #f0d9a2; | ||
+ | padding-top: 18px; | ||
+ | line-height: 30px; | ||
+ | align: center; | ||
+ | text-align: center; | ||
+ | background: #5d0505; | ||
+ | box-shadow: 2px 2px 5px #000000; | ||
+ | } | ||
+ | |||
+ | .drachenstein_level { | ||
+ | width: 50px; | ||
+ | height: 50px; | ||
+ | border-radius: 25px; | ||
+ | font-size: 20px; | ||
+ | color: #dadada; | ||
+ | line-height: 50px; | ||
+ | text-align: center; | ||
+ | background: #5d0505; | ||
+ | box-shadow: 2px 2px 5px #000000; | ||
+ | } | ||
+ | |||
+ | .drachenstein_bonus { | ||
+ | color: #5d0505; | ||
+ | font-size: 17px; | ||
+ | border-top: 1px dashed #5d0505; | ||
+ | border-Bottom: 1px dashed #5d0505; | ||
+ | } | ||
+ | |||
+ | .drachenstein_eBonus { | ||
+ | color: #5d0505; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | |||
+ | .drachenstein_td1 { | ||
+ | border-left: 1px dashed #5d0505; | ||
+ | border-top: 1px dashed #5d0505; | ||
+ | border-bottom: 1px dashed #5d0505; | ||
+ | } | ||
+ | |||
+ | .drachenstein_td2 { | ||
+ | border-right: 1px dashed #5d0505; | ||
+ | border-top: 1px dashed #5d0505; | ||
+ | border-bottom: 1px dashed #5d0505; | ||
+ | } | ||
+ | |||
+ | .drachenstein_table { | ||
+ | border: 1px solid #5d0505; | ||
+ | padding-right: 10px; | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | table.collapsed tr.collapsible { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | ||
+ | float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ | ||
+ | font-weight: normal; /* are styled here so they can be customised. */ | ||
+ | text-align: right; | ||
+ | width: auto; | ||
+ | } | ||
+ | .collapseButton a { | ||
+ | color:#f0d9a2; | ||
+ | } | ||
+ | |||
+ | .ds_head { | ||
+ | background-color:#5d0505; | ||
+ | color:#f0d9a2; | ||
+ | border:1px solid transparent; | ||
+ | border-top-left-radius:7px; | ||
+ | border-top-right-radius:7px; | ||
+ | text-align:center; | ||
+ | padding:2px; | ||
+ | } | ||
+ | |||
+ | .ds_colhead { | ||
+ | background-color:#820707; | ||
+ | border-bottom-left-radius:5px; | ||
+ | border-bottom-right-radius:5px; | ||
+ | margin-top:1px; | ||
+ | } | ||
+ | |||
+ | #prefcontrol { | ||
+ | padding: 5px !important; | ||
+ | } | ||
div#content .content-footer{ | div#content .content-footer{ | ||
position: relative; | position: relative; | ||
width: 960px; | width: 960px; | ||
− | padding: | + | padding: 0px; |
left: -35px; | left: -35px; | ||
right: 0px; | right: 0px; | ||
− | bottom: - | + | bottom: -26px; |
− | background: url('http://wiki.metin2. | + | background: url('http://wiki.metin2.de/images/f/f3/Contentfooter.png') no-repeat scroll top center transparent !important; |
− | height: | + | height: 56px; |
z-index: 0; | z-index: 0; | ||
} | } | ||
Linia 31: | Linia 199: | ||
div#column-one { | div#column-one { | ||
− | padding-top: | + | padding-top: 46px; |
} | } | ||
Linia 83: | Linia 251: | ||
color:#8B4513; | color:#8B4513; | ||
} | } | ||
+ | |||
+ | |||
ul { | ul { | ||
line-height: 1.5em; | line-height: 1.5em; | ||
− | list-style-image: url("http://wiki.metin2. | + | list-style-image: url("http://wiki.metin2.com.pt/images/7/7a/Bullet.png"); |
list-style-type: square; | list-style-type: square; | ||
margin: 0.3em 0px 0px 1.5em; | margin: 0.3em 0px 0px 1.5em; | ||
Linia 123: | Linia 293: | ||
#p-personal { | #p-personal { | ||
− | background: url("http://wiki.metin2. | + | background: url("http://wiki.metin2.com.pt/images/8/87/Top.png") transparent; |
} | } | ||
Linia 134: | Linia 304: | ||
body { | body { | ||
background: url('http://wiki.metin2.pl/images/f/f2/Background_19.1.jpg') no-repeat fixed center top #000; | background: url('http://wiki.metin2.pl/images/f/f2/Background_19.1.jpg') no-repeat fixed center top #000; | ||
− | + | overflow-x: visible !important; | |
-webkit-background-size: cover; | -webkit-background-size: cover; | ||
-moz-background-size: cover; | -moz-background-size: cover; | ||
Linia 140: | Linia 310: | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
+ | |||
.portletNavMiddle ul li a{ | .portletNavMiddle ul li a{ | ||
Linia 151: | Linia 322: | ||
background: none; | background: none; | ||
font-weight: bold; | font-weight: bold; | ||
− | margin: | + | margin: 2px 0px 5px 0px; |
padding-top: .5em; | padding-top: .5em; | ||
padding-bottom: .17em; | padding-bottom: .17em; | ||
border-bottom: 0px solid #aaa; | border-bottom: 0px solid #aaa; | ||
font-size: 11.9px; | font-size: 11.9px; | ||
− | |||
} | } | ||
.portletNavBG { | .portletNavBG { | ||
− | background: url('http://wiki.metin2. | + | background: url('http://wiki.metin2.com.pt/images/b/bb/Coiso1.png') no-repeat; |
width: 157px; | width: 157px; | ||
min-height: 34px; | min-height: 34px; | ||
Linia 168: | Linia 338: | ||
.portletNavMiddle { | .portletNavMiddle { | ||
− | background: url('http://wiki.metin2. | + | background: url('http://wiki.metin2.com.pt/images/8/87/Coiso2.png') repeat-y; |
width: 157px; | width: 157px; | ||
} | } | ||
.portletNavBtn{ | .portletNavBtn{ | ||
− | background: url('http://wiki.metin2. | + | background: url('http://wiki.metin2.com.pt/images/8/87/Coiso3.png') no-repeat 0 100%; |
max-height: 132px; | max-height: 132px; | ||
width: 157px; | width: 157px; | ||
Linia 181: | Linia 351: | ||
position: relative; | position: relative; | ||
right: 0px; | right: 0px; | ||
− | left: | + | left: 675px; |
− | top: | + | top: 0px; |
− | height: | + | height: 168px; |
− | width: | + | width: 493px; |
} | } | ||
Linia 191: | Linia 361: | ||
position: relative; | position: relative; | ||
height: 168px; | height: 168px; | ||
− | + | width: 493px; | |
− | width: | ||
margin: auto; | margin: auto; | ||
overflow: visible; | overflow: visible; | ||
} | } | ||
+ | |||
div#column-content { | div#column-content { | ||
left: 0px; | left: 0px; | ||
right: 0px; | right: 0px; | ||
− | top: | + | top: 253px; |
opacity: 0.99; | opacity: 0.99; | ||
position: relative; | position: relative; | ||
Linia 211: | Linia 381: | ||
width: 960px; | width: 960px; | ||
padding: 0px; | padding: 0px; | ||
− | top: | + | top: 150px; |
left: 178px; | left: 178px; | ||
right: 0px; | right: 0px; | ||
− | background: url('http://wiki.metin2. | + | background: url('http://wiki.metin2.com.pt/images/a/a8/Navbg.png') no-repeat scroll center center transparent !important; |
height: 155px; | height: 155px; | ||
z-index: 0; | z-index: 0; | ||
Linia 220: | Linia 390: | ||
#p-cactions .pBodyTabs { | #p-cactions .pBodyTabs { | ||
− | margin-top: | + | margin-top: 57px; |
margin-right: 10px; | margin-right: 10px; | ||
} | } | ||
Linia 233: | Linia 403: | ||
width: 890px; | width: 890px; | ||
border-width: 0px; | border-width: 0px; | ||
− | background: url("http://wiki.metin2. | + | background: url("http://wiki.metin2.com.pt/images/f/f8/Contentbackground.png") repeat-y; |
} | } | ||
+ | |||
div#footer { | div#footer { | ||
Linia 244: | Linia 415: | ||
border: medium none; | border: medium none; | ||
height: 203px; | height: 203px; | ||
− | background: url('http://wiki.metin2. | + | background: url('http://wiki.metin2.com.pt/images/a/ab/M2-footer2.png') no-repeat scroll center bottom transparent; |
} | } | ||
#bilder { | #bilder { | ||
display: none !important; | display: none !important; | ||
+ | } | ||
+ | |||
+ | .mw-content-ltr .editsection, .mw-content-rtl .mw-content-ltr .editsection { | ||
+ | float: right; | ||
+ | margin: 0px 35px 0px 0px; | ||
+ | } | ||
+ | |||
+ | .editsection a:link { | ||
+ | text-decoration: none; | ||
+ | color: #0667d2 !important; | ||
+ | } | ||
+ | |||
+ | .editsection a:visited { | ||
+ | color: #0667d2 !important; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | editsection a:active { | ||
+ | color: #0667d2 !important; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .editsection a:hover { | ||
+ | color: #0667d2 !important; | ||
+ | text-decoration: none; | ||
} | } | ||
Linia 267: | Linia 463: | ||
} | } | ||
− | / | + | #toctitle h2{ |
+ | color:#643200 !important; | ||
+ | border-style: none; | ||
+ | border-width: 0px; | ||
+ | -moz-border-image: none; | ||
+ | -webkit-border-image: none; | ||
+ | -o-border-image: none; | ||
+ | border-image: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | #toc, | ||
+ | .toc, | ||
+ | .mw-warning { | ||
+ | background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat; | ||
+ | border: 1px solid #000000; | ||
+ | color: #643200; | ||
+ | border-top-right-radius: 5px; | ||
+ | border-top-left-radius: 5px; | ||
+ | border-bottom-right-radius: 5px; | ||
+ | border-bottom-left-radius: 5px; | ||
+ | display: inline-block !important; | ||
+ | padding: 10px !important; | ||
+ | } | ||
− | body.page- | + | body.page-Main_Page #catlinks, |
+ | body.page-Main_Page h1.firstHeading{ | ||
display: none; | display: none; | ||
} | } | ||
Linia 275: | Linia 495: | ||
.flaggedrevs-color-0 { | .flaggedrevs-color-0 { | ||
text-decoration: blink; | text-decoration: blink; | ||
+ | |||
color: rgb(200, 0, 0); | color: rgb(200, 0, 0); | ||
background: none; | background: none; | ||
Linia 288: | Linia 509: | ||
#bodyContent a.external { | #bodyContent a.external { | ||
− | padding-right: | + | padding-right: 13px; |
} | } | ||
li.gallerybox div.thumb, | li.gallerybox div.thumb, | ||
+ | div.tleft div.thumbinner, | ||
div.tright div.thumbinner { | div.tright div.thumbinner { | ||
background: none; | background: none; | ||
Linia 310: | Linia 532: | ||
th .mw-collapsible-toggle a { | th .mw-collapsible-toggle a { | ||
color: rgb(255, 255, 255); | color: rgb(255, 255, 255); | ||
+ | } | ||
+ | |||
+ | #toc h2, | ||
+ | .toc h2 { | ||
+ | display: inline; | ||
+ | border: none; | ||
+ | padding: 0; | ||
+ | font-size: 100%; | ||
+ | font-weight: bold; | ||
+ | background: none; | ||
+ | color: #0667d2; | ||
} | } | ||
.transparentbckg800 { | .transparentbckg800 { | ||
− | background: url("http://wiki.metin2. | + | background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat; |
display: inline-block; | display: inline-block; | ||
padding: 5px; | padding: 5px; | ||
Linia 323: | Linia 556: | ||
.transparentbackground { | .transparentbackground { | ||
− | background: url("http://wiki.metin2. | + | background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat; |
border: 1px solid #000000; | border: 1px solid #000000; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Linia 365: | Linia 580: | ||
.catlinks a { | .catlinks a { | ||
color: rgb(241, 222, 142); | color: rgb(241, 222, 142); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Linia 381: | Linia 585: | ||
.toc, | .toc, | ||
.mw-warning { | .mw-warning { | ||
− | background: url("http://wiki.metin2. | + | background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat; |
border: 1px solid #000000; | border: 1px solid #000000; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
Linia 388: | Linia 592: | ||
border-bottom-right-radius: 5px; | border-bottom-right-radius: 5px; | ||
border-bottom-left-radius: 5px; | border-bottom-left-radius: 5px; | ||
− | |||
− | |||
} | } | ||
#toc h2, | #toc h2, | ||
.toc h2 { | .toc h2 { | ||
− | + | display: inline; | |
− | + | border: none; | |
− | + | padding: 0; | |
− | + | font-size: 100%; | |
− | + | font-weight: bold; | |
− | + | background: none; | |
− | + | color: #FFFFFF; | |
} | } | ||
Linia 425: | Linia 627: | ||
li.gallerybox div.thumb, | li.gallerybox div.thumb, | ||
+ | div.tleft div.thumbinner, | ||
div.tright div.thumbinner { | div.tright div.thumbinner { | ||
− | background: url("http://wiki.metin2. | + | background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent; |
border: 1px solid #88283a; | border: 1px solid #88283a; | ||
} | } | ||
− | . | + | |
− | background: url("http://wiki.metin2. | + | .header-bgxmas { |
+ | background: url("http://wiki.metin2.com.pt/images/1/12/Header-bg.png") repeat 0em 0em; | ||
} | } | ||
/* | /* | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | + | .cenas { |
− | background: url("http://wiki.metin2. | + | background:url('http://wiki.metin2.com.pt/images/c/ca/Textura.png') no-repeat; |
+ | } | ||
+ | |||
+ | .qwerty{ | ||
+ | -moz-border-radius: 8px; | ||
+ | -webkit-border-radius: 8px; | ||
+ | border-radius: 8px; | ||
+ | } | ||
+ | |||
+ | .header-bg { | ||
+ | background: url("http://wiki.metin2.com.pt/images/1/12/Header-bg.png") repeat 0em 0em; | ||
+ | } | ||
+ | |||
+ | |||
+ | .header-gelo { | ||
+ | background: url("") repeat 0em 0em; | ||
+ | } | ||
+ | .header-pt { | ||
+ | background: url("http://wiki.metin2.com.pt/images/3/33/Tes7.png") repeat 0em 0em; | ||
+ | } | ||
+ | |||
+ | .header-test8xmas { | ||
+ | background: url("http://wiki.metin2.com.pt/images/2/27/Header-bgxmas.png") repeat 0em 0em; | ||
+ | } | ||
+ | |||
+ | .header-bg a:link { | ||
+ | color: #fece58; | ||
} | } | ||
+ | |||
+ | .header-bg a:new { | ||
+ | color: rgb(241, 222, 142); | ||
+ | } | ||
+ | */ |
Wersja z 14:08, 21 kwi 2019
/* CSS placed here will be applied to all skins */
/* New Skin CSS */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus
http://metin2wiki.de/skins/Metin2Theme/bullet.gif verkleinern */
/* Hauptseiten-Titel und -Kategorien verstecken */
body.page-Hauptseite #catlinks,
body.page-Hauptseite h1.firstHeading{
display: none;
}
.guide {
background-image: url(http://www.metin2wiki.de/images/4/4f/Forum_Hintergrund.jpg);
background-repeat: repeat-y; }
#bodyContent a.external, #bodyContent a.external[href^="gopher://"] {
background: url("http://metin2wiki.de/images/a/af/External-link.png") no-repeat scroll right center transparent;
padding-right: 13px;
}
#firstHeading {
padding-top: 2px;
}
.pBody {
margin: 3px 0 0 0 !important;
}
.mw-editsection {
float: right;
}
ul {
list-style-image: url("http://metin2wiki.de/images/4/4b/MinusS.png");
}
.mw-content-ltr ul {
margin: 0.3em 0px 0px 2em;
padding: 0px;
}
.portletNavMiddle UL {
padding: 0px 0px 1px 27px;
}
#contentSub, #contentSub2 {
margin: 1em 0px 1.4em 1em;
}
.icon_14 {
background-image:url(http://metin2wiki.de/images/thumb/6/6a/Hintergrund.png/14px-Hintergrund.png);
background-position: center center;
}
.icon_14 img {vertical-align:top !important;}
.drachenstein_colhead {
width: 120px;
border: 1px solid #5d0505;
border-radius: 10px;
box-shadow: 2px 2px 5px #000000;
background: #5d0505;
color: #dadada;
font-weight: bold;
padding: 5px;
}
.drachenstein_head {
width: 425px;
border: 1px solid #5d0505;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
box-shadow:2px 2px 5px #000000;
background: #5d0505;
color: #f0d9a2;
font-weight: bold;
padding: 5px 15px;
}
.drachenstein_reinheit {
width: 110px;
height: 92px;
border-radius: 55px;
font-size: 20px;
color: #f0d9a2;
padding-top: 18px;
line-height: 30px;
align: center;
text-align: center;
background: #5d0505;
box-shadow: 2px 2px 5px #000000;
}
.drachenstein_level {
width: 50px;
height: 50px;
border-radius: 25px;
font-size: 20px;
color: #dadada;
line-height: 50px;
text-align: center;
background: #5d0505;
box-shadow: 2px 2px 5px #000000;
}
.drachenstein_bonus {
color: #5d0505;
font-size: 17px;
border-top: 1px dashed #5d0505;
border-Bottom: 1px dashed #5d0505;
}
.drachenstein_eBonus {
color: #5d0505;
font-size: 15px;
}
.drachenstein_td1 {
border-left: 1px dashed #5d0505;
border-top: 1px dashed #5d0505;
border-bottom: 1px dashed #5d0505;
}
.drachenstein_td2 {
border-right: 1px dashed #5d0505;
border-top: 1px dashed #5d0505;
border-bottom: 1px dashed #5d0505;
}
.drachenstein_table {
border: 1px solid #5d0505;
padding-right: 10px;
padding-bottom: 10px;
}
table.collapsed tr.collapsible {
display: none;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}
.collapseButton a {
color:#f0d9a2;
}
.ds_head {
background-color:#5d0505;
color:#f0d9a2;
border:1px solid transparent;
border-top-left-radius:7px;
border-top-right-radius:7px;
text-align:center;
padding:2px;
}
.ds_colhead {
background-color:#820707;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
margin-top:1px;
}
#prefcontrol {
padding: 5px !important;
}
div#content .content-footer{
position: relative;
width: 960px;
padding: 0px;
left: -35px;
right: 0px;
bottom: -26px;
background: url('http://wiki.metin2.de/images/f/f3/Contentfooter.png') no-repeat scroll top center transparent !important;
height: 56px;
z-index: 0;
}
h1, h2, h3, h4, h5, h6 {
color: #8B4500;
border-bottom: 0px solid #8B4500;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
margin-bottom: .3em;
color: #8B4500;
}
#firstHeading{
color: #8B4500;
border-bottom: 0px solid #8B4500;
}
div#column-one {
padding-top: 46px;
}
#p-cactions .new a {
color: #EEB422;
}
#p-cactions li.selected {
border-bottom: 0 px solid transparent !important;
border-left: 0px solid transparent !important;
border-right: 0px solid transparent !important;
border-top: 0px solid transparent !important;
font-weight: 700;
background-color: transparent;
}
#p-cactions li {
background: transparent;
border-bottom: 0 px solid transparent !important;
border-left: 0px solid transparent !important;
border-right: 0px solid transparent !important;
border-top: 0px solid transparent !important;
display: inline;
margin: 0px;
overflow: visible;
}
#p-cactions li.selected a, #p-cactions .new a, #p-cactions li a, #p-cactions li a:hover {
font-weight: normal;
font-size: 15px;
color: #fece58;
border: 1px solid #f1de8e;
background: transparent;
z-index: 1;
border-radius: 6px;
padding-bottom: 3px;
}
#searchInput::-webkit-input-placeholder {
color:#8B4513;
}
#searchInput:-moz-placeholder {
color:#8B4513;
opacity: 1;
}
#searchInput::-moz-placeholder {
color:#8B4513;
opacity: 1;
}
#searchInput:-ms-input-placeholder {
color:#8B4513;
}
ul {
line-height: 1.5em;
list-style-image: url("http://wiki.metin2.com.pt/images/7/7a/Bullet.png");
list-style-type: square;
margin: 0.3em 0px 0px 1.5em;
padding: 0px;
}
#p-tb{
position: relative;
z-index: 1;
inline-block;
}
#p-search{
position: relative;
z-index: 1;
inline-block;
}
#p-lang{
position: relative;
z-index: 1;
inline-block;
}
#p-Community{
position: relative;
z-index: 1;
inline-block;
}
#p-navigation {
position: relative;
z-index:1;
inline-block;
}
#p-personal {
background: url("http://wiki.metin2.com.pt/images/8/87/Top.png") transparent;
}
#f-copyrightico{
left: 45px;
top: 130px;}
#f-list{margin-top:160px;}
body {
background: url('http://wiki.metin2.pl/images/f/f2/Background_19.1.jpg') no-repeat fixed center top #000;
overflow-x: visible !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.portletNavMiddle ul li a{
MARGIN: 0px 0px 0px 0px;
COLOR: #EEB422;
TEXT-DECORATION: none;
}
.portletNavBG h5 {
color: #fef6aa;
background: none;
font-weight: bold;
margin: 2px 0px 5px 0px;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 0px solid #aaa;
font-size: 11.9px;
}
.portletNavBG {
background: url('http://wiki.metin2.com.pt/images/b/bb/Coiso1.png') no-repeat;
width: 157px;
min-height: 34px;
overflow: hidden;
text-align: center;
}
.portletNavMiddle {
background: url('http://wiki.metin2.com.pt/images/8/87/Coiso2.png') repeat-y;
width: 157px;
}
.portletNavBtn{
background: url('http://wiki.metin2.com.pt/images/8/87/Coiso3.png') no-repeat 0 100%;
max-height: 132px;
width: 157px;
}
#p-logo {
position: relative;
right: 0px;
left: 675px;
top: 0px;
height: 168px;
width: 493px;
}
#p-logo a, #p-logo a:hover {
background: url('http://wiki.metin2.pl/images/3/39/Wielkanoc_2016_-_Logo.png') no-repeat center top transparent !important;
position: relative;
height: 168px;
width: 493px;
margin: auto;
overflow: visible;
}
div#column-content {
left: 0px;
right: 0px;
top: 253px;
opacity: 0.99;
position: relative;
z-index: 1;
margin-bottom:50px;
}
#p-cactions {
position: absolute;
width: 960px;
padding: 0px;
top: 150px;
left: 178px;
right: 0px;
background: url('http://wiki.metin2.com.pt/images/a/a8/Navbg.png') no-repeat scroll center center transparent !important;
height: 155px;
z-index: 0;
}
#p-cactions .pBodyTabs {
margin-top: 57px;
margin-right: 10px;
}
#f-poweredbyico{display:none;}
div#content {
position:relative;
color: #000;
padding: 10px 35px 0px;
margin-top: 0px;
width: 890px;
border-width: 0px;
background: url("http://wiki.metin2.com.pt/images/f/f8/Contentbackground.png") repeat-y;
}
div#footer {
position: absolute;
margin: 0px;
padding: 50px 0px 0px;
display: block;
width: 100%;
border: medium none;
height: 203px;
background: url('http://wiki.metin2.com.pt/images/a/ab/M2-footer2.png') no-repeat scroll center bottom transparent;
}
#bilder {
display: none !important;
}
.mw-content-ltr .editsection, .mw-content-rtl .mw-content-ltr .editsection {
float: right;
margin: 0px 35px 0px 0px;
}
.editsection a:link {
text-decoration: none;
color: #0667d2 !important;
}
.editsection a:visited {
color: #0667d2 !important;
text-decoration: none;
}
editsection a:active {
color: #0667d2 !important;
text-decoration: none;
}
.editsection a:hover {
color: #0667d2 !important;
text-decoration: none;
}
#mw-content-text h2 {
background: url("http://wiki.metin2.com.pt/images/e/ee/BoardNewM.png") no-repeat scroll left center transparent;
height: 30px;
color: !important;
text-indent: 40px;
font-weight: bold;
color:#643200 !important
border-style: solid;
border-width: 0px 0px 7px;
-moz-border-image: url("http://wiki.metin2.com.pt/images/7/74/Testwiki.png") 0 0 33 81 repeat;
-webkit-border-image: url("http://wiki.metin2.com.pt/images/7/74/Testwiki.png") 0 0 33 81 repeat;
-o-border-image: url("http://wiki.metin2.com.pt/images/7/74/Testwiki.png") 0 0 33 81 repeat;
border-image: url("http://wiki.metin2.com.pt/images/7/74/Testwiki.png") 0 0 33 81 fill repeat;
}
#toctitle h2{
color:#643200 !important;
border-style: none;
border-width: 0px;
-moz-border-image: none;
-webkit-border-image: none;
-o-border-image: none;
border-image: none;
}
#toc,
.toc,
.mw-warning {
background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat;
border: 1px solid #000000;
color: #643200;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
display: inline-block !important;
padding: 10px !important;
}
body.page-Main_Page #catlinks,
body.page-Main_Page h1.firstHeading{
display: none;
}
.flaggedrevs-color-0 {
text-decoration: blink;
color: rgb(200, 0, 0);
background: none;
}
.flaggedrevs-color-1 {
background: none;
}
.mw-specialpagecached {
font-style: italic;
}
#bodyContent a.external {
padding-right: 13px;
}
li.gallerybox div.thumb,
div.tleft div.thumbinner,
div.tright div.thumbinner {
background: none;
border: 1px solid rgb(150, 150, 150);
}
html .thumbimage {
border: 1px solid rgb(180, 180, 180);
}
table.diff,
td.diff-otitle,
td.diff-ntitle,
td.diff-context {
background: none;
}
th .mw-collapsible-toggle a {
color: rgb(255, 255, 255);
}
#toc h2,
.toc h2 {
display: inline;
border: none;
padding: 0;
font-size: 100%;
font-weight: bold;
background: none;
color: #0667d2;
}
.transparentbckg800 {
background: url("http://wiki.metin2.com.pt/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("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat;
border: 1px solid #000000;
}
.mw-collapsible-toggle a:link {
color: #0667d2;
}
.mw-content-ltr .editsection,
.mw-content-rtl .mw-content-ltr .editsection {
float: right;
margin: 0 35px 0 0;
}
#catlinks,
.catlinks {
background: url("http://wiki.metin2.com.pt/images/f/f3/Catlinks_background.png") no-repeat scroll center transparent;
border: none;
color: rgb(241, 222, 142);
}
#catlinks a,
.catlinks a {
color: rgb(241, 222, 142);
}
#toc,
.toc,
.mw-warning {
background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat;
border: 1px solid #000000;
color: #FFFFFF;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#toc h2,
.toc h2 {
display: inline;
border: none;
padding: 0;
font-size: 100%;
font-weight: bold;
background: none;
color: #FFFFFF;
}
.nativelooktop {
background: url("http://wiki.metin2.co.uk/images/1/1c/Nativelooktop.jpg") no-repeat;
padding: 0px;
width: 190px;
height: 10px;
}
.nativelookbackground {
background-image: url("http://wiki.metin2.co.uk/images/1/12/Nativelookbackground.jpg");
background-repeat: repeat-y;
padding: 0px;
width: 190px;
}
.nativelookbottom {
background: url("http://wiki.metin2.co.uk/images/8/8b/Nativelookbottom.jpg") no-repeat;
padding: 0px;
width: 190px;
height: 10px;
}
li.gallerybox div.thumb,
div.tleft div.thumbinner,
div.tright div.thumbinner {
background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent;
border: 1px solid #88283a;
}
.header-bgxmas {
background: url("http://wiki.metin2.com.pt/images/1/12/Header-bg.png") repeat 0em 0em;
}
/*
.cenas {
background:url('http://wiki.metin2.com.pt/images/c/ca/Textura.png') no-repeat;
}
.qwerty{
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.header-bg {
background: url("http://wiki.metin2.com.pt/images/1/12/Header-bg.png") repeat 0em 0em;
}
.header-gelo {
background: url("") repeat 0em 0em;
}
.header-pt {
background: url("http://wiki.metin2.com.pt/images/3/33/Tes7.png") repeat 0em 0em;
}
.header-test8xmas {
background: url("http://wiki.metin2.com.pt/images/2/27/Header-bgxmas.png") repeat 0em 0em;
}
.header-bg a:link {
color: #fece58;
}
.header-bg a:new {
color: rgb(241, 222, 142);
}
*/