Difference between revisions of "MediaWiki:Common.css"

m
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
td,th {padding: 2px}
 +
table { border-spacing: 0px; }
  
 
body {
 
body {
Line 11: Line 14:
  
 
li.gallerybox div.thumb,
 
li.gallerybox div.thumb,
 +
div.tleft div.thumbinner,
 
div.tright div.thumbinner {
 
div.tright div.thumbinner {
background: none;
+
    background: url("https://en-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent !important;
border: 1px solid rgb(150, 150, 150);
+
    border: 1px solid #88283a;
}
 
 
 
html .thumbimage {
 
border: 1px solid rgb(180, 180, 180);
 
 
}
 
}
  
Line 34: Line 34:
 
   border: 1px solid #000000;
 
   border: 1px solid #000000;
 
}
 
}
 +
 +
.boxesheaderbackground {
 +
    background: url("https://en-wiki.metin2.gameforge.com/images/4/47/Boxesheaderbackgroundxmas.png") repeat 0em 0em;
 +
}
 +
 +
.nativelooktop {
 +
  background: url("https://en-wiki.metin2.gameforge.com/images/1/1c/Nativelooktop.jpg") no-repeat;
 +
  padding: 0px;
 +
  width: 190px;
 +
  height: 10px;
 +
}
 +
 +
.nativelookbackground {
 +
  background-image: url("https://en-wiki.metin2.gameforge.com/images/1/12/Nativelookbackground.jpg");
 +
  background-repeat: repeat-y;
 +
  padding: 0px;
 +
  width: 190px;
 +
}
 +
 +
.nativelookbottom {
 +
  background: url("https://en-wiki.metin2.gameforge.com/images/8/8b/Nativelookbottom.jpg") no-repeat;
 +
  padding: 0px;
 +
  width: 190px;
 +
  height: 10px;
 +
}
 +
  
  

Latest revision as of 11:57, 1 December 2024

/* CSS placed here will be applied to all skins */

td,th {padding: 2px}
table { border-spacing: 0px; }

body {

}

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

li.gallerybox div.thumb,
div.tleft div.thumbinner,
div.tright div.thumbinner {
    background: url("https://en-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent !important;
    border: 1px solid #88283a;
}

.transparentbckg800 {
  background: url("https://en-wiki.metin2.gameforge.com/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("https://en-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat;
  border: 1px solid #000000;
}

.boxesheaderbackground {
    background: url("https://en-wiki.metin2.gameforge.com/images/4/47/Boxesheaderbackgroundxmas.png") repeat 0em 0em;
}

.nativelooktop {
  background: url("https://en-wiki.metin2.gameforge.com/images/1/1c/Nativelooktop.jpg") no-repeat;
  padding: 0px;
  width: 190px;
  height: 10px;
}

.nativelookbackground {
  background-image: url("https://en-wiki.metin2.gameforge.com/images/1/12/Nativelookbackground.jpg");
  background-repeat: repeat-y;
  padding: 0px;
  width: 190px;
}

.nativelookbottom {
  background: url("https://en-wiki.metin2.gameforge.com/images/8/8b/Nativelookbottom.jpg") no-repeat;
  padding: 0px;
  width: 190px;
  height: 10px;
}



/*
https://en-wiki.metin2.gameforge.com/images/3/39/Boxesheaderbackgroundnormal.png
https://en-wiki.metin2.gameforge.com/images/6/66/Valentineboxheader.png
https://en-wiki.metin2.gameforge.com/images/6/67/Easterboxheader.png
https://en-wiki.metin2.gameforge.com/images/4/47/Boxesheaderbackgroundxmas.png
https://en-wiki.metin2.gameforge.com/images/0/09/Boxesheaderbackgroundhalloween.png
*/