Difference between revisions of "MediaWiki:Common.css"

Line 201: Line 201:
 
   width: 190px;
 
   width: 190px;
 
   height: 10px;
 
   height: 10px;
 +
}
 +
 +
li.gallerybox div.thumb,
 +
div.tright div.thumbinner {
 +
    background: url("http://wiki.metin2.co.uk/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent;
 +
    border: 1px solid #88283a;
 
}
 
}

Revision as of 17:24, 1 March 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);
}

div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
    background: url("http://wiki.metin2.co.uk/images/d/d0/H2background_login.png") no-repeat scroll right center transparent;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-indent: 50px;
}

h1.firstHeading {
  background: url("http://wiki.metin2.co.uk/images/a/a7/M2_default_navbg800.png") no-repeat scroll right bottom transparent;
  display: table-cell;
  height: 62px;
  position: relative;
  vertical-align: middle;
  width: 800px;
  color: #fece58;
  text-indent: 50px;
  border-bottom: 0px;
  font-weight: none;
}

#mw-content-text h3 {
    background: url("http://wiki.metin2.co.uk/images/e/ee/BoardNewM.png") no-repeat scroll left center transparent;
    height: 30px;
    color: #7b1300;
    text-indent: 35px;
    border-bottom: 2px dashed #7b1300;
    font-weight: bold;
}

#mw-content-text h2 {
    background: url("http://wiki.metin2.co.uk/images/1/1b/H2background.png") no-repeat scroll right center transparent;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 800px;
    color: #fece58;
    text-indent: 70px;
    border-bottom: 0px;
    font-weight: none;
}

#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.co.uk/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.co.uk/images/9/9f/Transparentbackground.png") repeat;
  border: 1px solid #000000;
}

.editsection a:link {
	text-decoration: underline;
	color: #0667d2;
}

.editsection a:visited {
	color: #0667d2;
}

editsection a:active {
	color: #0667d2;
}

.editsection a:hover {
	color: #0667d2;
	text-decoration: none;
}

.mw-collapsible-toggle a:link {
    color: #0667d2;
}

.mw-content-ltr .editsection,
.mw-content-rtl .mw-content-ltr .editsection {
float: right;
margin: 0 35px 0 0;
}

div#content {
    border-width: 0px;
    background: url("http://wiki.metin2.co.uk/images/2/29/Bodybackgroung.png") repeat;
}

#catlinks,
.catlinks {
    background: url("http://wiki.metin2.co.uk/images/f/f3/Catlinks_background.png") no-repeat scroll center transparent;
    border: none;
    color: rgb(241, 222, 142);
}

#catlinks a,
.catlinks a {
    color: rgb(241, 222, 142);
}

#toc,
.toc,
.mw-warning {
    background: url("http://wiki.metin2.co.uk/images/9/9f/Transparentbackground.png") repeat;
    border: 1px solid #000000;
    color: #FFFFFF;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#toc h2,
.toc h2 {
    display: inline;
    border: none;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    background: none;
    color: #FFFFFF;
}

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

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

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

li.gallerybox div.thumb,
div.tright div.thumbinner {
    background: url("http://wiki.metin2.co.uk/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent;
    border: 1px solid #88283a;
}