«ميدياويكي: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;
}
 
 
 
 
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;
 
}
 
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;
 
 
}
 
}

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

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

* {
  font-family: Tahoma;
}


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

li.gallerybox {
    background-color: transparent;
}

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

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


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