Difference between revisions of "MediaWiki:Common.css"

Line 47: Line 47:
 
line-height: 62px;
 
line-height: 62px;
 
background: transparent url(http://wiki.metin2.co.uk/images/a/a7/M2_default_navbg800.png) no-repeat;
 
background: transparent url(http://wiki.metin2.co.uk/images/a/a7/M2_default_navbg800.png) no-repeat;
 +
padding-bottom: 20px;
 
}
 
}
  
 
h1.firstHeading {
 
h1.firstHeading {
 
color: #fece58;
 
color: #fece58;
font-weight: bold;
+
font-weight: none;
 
overflow: visible;
 
overflow: visible;
 
text-indent: 70px;
 
text-indent: 70px;

Revision as of 04:03, 16 January 2013

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

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);
}
#firstHeading {
line-height: 62px;
background: transparent url(http://wiki.metin2.co.uk/images/a/a7/M2_default_navbg800.png) no-repeat;
padding-bottom: 20px;
}

h1.firstHeading {
color: #fece58;
font-weight: none;
overflow: visible;
text-indent: 70px;
border-bottom: 0px;
margin:0px 0px 10px 0px;
}