Difference between revisions of "MediaWiki:Common.css"

Line 3: Line 3:
 
body {
 
body {
 
background: url('https://en-wiki.metin2.gameforge.com/images/d/d7/Wikibackground2019.jpg') no-repeat fixed center top #000;
 
background: url('https://en-wiki.metin2.gameforge.com/images/d/d7/Wikibackground2019.jpg') no-repeat fixed center top #000;
overflow-x: visible !important;
 
 
}
 
}
  

Revision as of 11:21, 18 July 2019

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

body {
background: url('https://en-wiki.metin2.gameforge.com/images/d/d7/Wikibackground2019.jpg') no-repeat fixed center top #000;
}

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

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

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


/*
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
*/