Diferenças entre edições de "MediaWiki:Common.css"

Linha 181: Linha 181:
  
 
/*testes*/
 
/*testes*/
 +
 
.header-bg {
 
.header-bg {
 
     background: url("http://wiki.metin2.cz/images/1/12/Header-bg.png") repeat 0em 0em;
 
     background: url("http://wiki.metin2.cz/images/1/12/Header-bg.png") repeat 0em 0em;

Revisão das 20h22min de 2 de maio 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: 35px;
    color: #7b1300;
    text-indent: 40px;
    border-bottom: 2px dashed #7b1300;
    font-weight: bold;
}

#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;
}


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: 0px;
}

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);
}

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;
}

div#content {
    border-width: 0px;
    background: url("http://wiki.metin2.com.pt/images/2/29/Bodybackgroung.png") repeat;
}

#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.tright div.thumbinner {
    background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent;
    border: 1px solid #88283a;
}

.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; 
}

/*testes*/

.header-bg {
    background: url("http://wiki.metin2.cz/images/1/12/Header-bg.png") repeat 0em 0em;
}

/* Doplněk pro nový vzhled hlavičky tabulek */
.header-bg a:link {
    color: #fece58;
}

.header-bg a:new {
    color: rgb(241, 222, 142);
}