MediaWiki:Common.css: Difference between revisions

From A KoL Wiki
imported>Dehstil
m allow you to choose your own color, with white as the other
imported>Dehstil
m prevent icon from going to next line
Line 47: Line 47:
h2 .editsection { font-size: 67%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
h3, h4, h5, h6 {
border-bottom: none;
border-bottom: none;
font-weight: bold;
font-weight: bold;
}
}
h3 { font-size: 132%; }
h3 { font-size: 132%; }
Line 60: Line 60:


.editsection {
.editsection {
float: right;
float:right;
margin-left: 5px;
margin-left:5px;
}
 
.sorttable > tr:first-child{
white-space:nowrap;
}
}


.evenwhite.sorttable .even{
.evenwhite.sorttable .even{
background-color:white;
background-color:white;
}
}


.oddwhite.sorttable .odd{
.oddwhite.sorttable .odd{
background-color:white;
background-color:white;
}
}


/*</nowiki></pre>*/
/*</nowiki></pre>*/

Revision as of 07:27, 15 March 2007

/*<pre><nowiki>*/

a.stub{
 color:#772233;
}

a.new:hover, a.new:visited{
 color:#aa89c3;
}

a.external{
 background:url(/thekolwiki/skins/monobook/external.png) center right no-repeat;
 color:#3366bb;
 padding-right:13px;
}

a.extiw{
 color:#3366bb;
}

.plainlinks a.external, 
.plainlinks a.extiw{
 background:none;
 color:#0874D0;
 padding:0;
}

.box_tgen a{
 white-space:nowrap;
}

table#collection{
 margin:1em auto!important;
}

.auralonly{
 display:none;
}

@media aural {
 .auralonly{display:inline;}
}

h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
 border-bottom: none;
 font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

.editsection {
 float:right;
 margin-left:5px;
}

.sorttable > tr:first-child{
 white-space:nowrap;
}

.evenwhite.sorttable .even{
 background-color:white;
}

.oddwhite.sorttable .odd{
 background-color:white;
}

/*</nowiki></pre>*/