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

سطر ١٩: سطر ١٩:
 
     text-align: center;
 
     text-align: center;
 
     border: 1px solid rgb(150, 150, 150);
 
     border: 1px solid rgb(150, 150, 150);
     background-color: transparent;
+
     background none;
 
}
 
}
  

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

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

* {
  font-family: Tahoma;
}


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

li.gallerybox {
    background-color: transparent;
}

li.gallerybox div.thumb {
    text-align: center;
    border: 1px solid rgb(150, 150, 150);
    background 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;
}