Diferenças entre edições de "MediaWiki:Common.css"
Linha 11: | Linha 11: | ||
#bodyContent a.external { | #bodyContent a.external { | ||
padding-right: 0px; | padding-right: 0px; | ||
+ | } | ||
+ | |||
+ | #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.co.uk/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.co.uk/images/9/9f/Transparentbackground.png") repeat; | ||
+ | border: 1px solid #000000; | ||
} | } |
Revisão das 17h28min de 28 de abril de 2013
/* CSS */
#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: #7b1300;
text-indent: 35px;
border-bottom: 2px dashed #7b1300;
font-weight: bold;
}
#bodyContent a.external {
padding-right: 0px;
}
#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.co.uk/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.co.uk/images/9/9f/Transparentbackground.png") repeat;
border: 1px solid #000000;
}