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

سطر ٧: سطر ٧:
 
body.page-Main_Page #catlinks,
 
body.page-Main_Page #catlinks,
 
body.page-Main_Page h1.firstHeading{
 
body.page-Main_Page h1.firstHeading{
display: none;
 
}
 
 
body.page-الصفحة_الرئيسية #catlinks,
 
body.page-الصفحة_الرئيسية h1.firstHeading{
 
 
display: none;
 
display: none;
 
}
 
}

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

/* ستؤثر الأنماط المتراصة (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: 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;
}