«ميدياويكي:Common.css»: الفرق بين المراجعتين

سطر ١٠٤: سطر ١٠٤:
 
   background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat;
 
   background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat;
 
   border: 1px solid #000000;
 
   border: 1px solid #000000;
 +
}
 +
 +
 +
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;
 
}
 
}

مراجعة ١٢:٢٥، ٢ ديسمبر ٢٠١٤

/* ستؤثر الأنماط المتراصة (CSS) المعروضة هنا على كل الواجهات */

* {
  font-family: Tahoma;
}

body.page-Main_Page #catlinks,
body.page-Main_Page h1.firstHeading{
display: none;
}

*/Gallery Box */
div.thumb {
    background-color: transparent;
    border-color: transparent;
}

li.gallerybox {
    background-color: transparent;
}

li.gallerybox div.thumb,
div.tright div.thumbinner {
background-color:transparent;
border: 1px solid rgb(150, 150, 150);
}

html .thumbimage {
border: 1px solid rgb(180, 180, 180);
}

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

div.thumbinner {background-color:transparent;}
div.thumb {border-color: transparent;}

#mw-content-text h2 {
    background: url("http://wiki.metin2.com.pt/images/e/ee/BoardNewM.png") no-repeat scroll right 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;
}

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


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