Difference between revisions of "MediaWiki:Common.css"

Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/* New Skin CSS */
 +
 +
div#content .content-footer{
 +
position: relative;
 +
width: 1960px;
 +
margin:auto;
 +
padding: 0px;
 +
left: -35px;
 +
right: 0px;
 +
bottom: -26px;
 +
background: url('http://wiki.metin2.co.uk/images/b/bb/WikiContentFooterBackground.png') no-repeat scroll top center transparent !important;
 +
height: 56px;
 +
z-index: 0;
 +
}
  
 
body.page-Main_Page #catlinks,
 
body.page-Main_Page #catlinks,

Revision as of 23:33, 12 January 2015

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

/* New Skin CSS */

div#content .content-footer{
position: relative;
width: 1960px;
margin:auto;
padding: 0px;
left: -35px;
right: 0px;
bottom: -26px;
background: url('http://wiki.metin2.co.uk/images/b/bb/WikiContentFooterBackground.png') no-repeat scroll top center transparent !important;
height: 56px;
z-index: 0;
}

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

.flaggedrevs-color-0 { 
text-decoration: blink;
color: rgb(200, 0, 0);
background: none;
}

.flaggedrevs-color-1 {
background: none;
}

.mw-specialpagecached {
font-style: italic;
}

#bodyContent a.external {
padding-right: 0px;
}

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

table.diff,
td.diff-otitle, 
td.diff-ntitle,
td.diff-context {
background: none;
}

th .mw-collapsible-toggle a {
color: rgb(255, 255, 255);
}