Generasia would not be possible without tokyograph and all the wonderful people who've contributed over the past 15 years. Thank you!

Difference between revisions of "MediaWiki:Monobook.css"

(Created page with 'edit this file to customize the monobook skin for the entire site: /* the oricon chart styles for the front page. * / .oriconchart .album { float: left; width: …')
 
 
Line 81: Line 81:
  
 
}
 
}
 +
 +
body.page-MainIndexPages h1.firstHeading { display:none; }

Latest revision as of 03:17, 30 May 2009

/* edit this file to customize the monobook skin for the entire site */

/*

 the oricon chart styles for the front page.

    * / 

.oriconchart .album {

 float: left;
 width: 50%;
 display: inline;

} .oriconchart .single {

 float: right;
 width: 50%;
 display: inline;

}

.oriconchart .headerrow {

 font-weight: bold;
 text-align: center;
 background: #B0B0B0;
 font-variant: small-caps;

} .oriconchart .num1 {

 width: 100%;
 background: #9E9E9E;

}

.oriconchart .num1 img {

 float: left;
 display: inline;
 border: 2px solid green;
 margin: 2px;

}

.oriconchart .num2 {

 background: #B7B7B7;

} .oriconchart .num3 {

 background: #BEBEBE;

} .oriconchart .num4 {

 background: #C5C5C5;

} .oriconchart .num5 {

 background: #D3D3D3;

} .oriconchart .num6 td {

 background: #DADADA;

} .oriconchart .num7 td {

 background: #E1E1E1;

} .oriconchart .num8 td {

 background: #E8E8E8;

} .oriconchart .num9 td {

 background: #EFEFEF;

} .oriconchart .num10 td {

 background: #F6F6F6;

}

body.page-MainIndexPages h1.firstHeading { display:none; }