Difference between revisions of "MediaWiki:Monobook.css"

MuseWiki, wiki for the band Muse
Jump to navigation Jump to search
m (Remove theme-independent CSS, which has been moved to Common.css.)
 
Line 121: Line 121:
color: #fff !important;
color: #fff !important;
}
}
/* gig box styling begins */
.gigbox th {text-align:left}

Revision as of 20:46, 2 June 2009

/*NB: Click on edit to read whilst retaining sanity*/


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

a {color:#36c;}

a:visited {color:#8e6e95;}

.firstHeading {color:#36c;}

/* 3a85ea is "MuseWiki blue" */

.portlet h5 {
background:#3a85ea url(skins/monobook/navBlueBack.gif) repeat scroll 0;
color:#fff;
font-size:1.3em;
display:block;
padding-bottom:3px;
}

.portlet ul {
font-size:.97em;
}

h1, h2, h3{
color:#333;
border-bottom:2px dotted #ddd;
}

h3#siteSub {
display:inline;
border:none;
font-size:x-small;
color:#ccc;
}

#contentSub {
margin:0;
}

tr.even {
background:#fff;
}

table.wikitable th, table.prettytable th {
background:#3a85ea url(skins/monobook/navBlueBack.gif) repeat scroll 0% 50%;
color:#fff;
}

/* Curves are the new pr0n - sidebar */

div.portlet > h5 {
-moz-border-radius-topright:1em;
-webkit-border-top-right-radius:1em;
}

div.portlet > h5:first-letter {
text-transform:uppercase;
}

div.portlet > div.pBody {
-moz-border-radius-bottomright:.5em;
-webkit-border-bottom-right-radius:.5em;
}

/* gradient stuff, pBody is used above the tabs too -.-  */

#p-Navigation > div.pBody, #p-Muse > div.pBody, #p-Meta > div.pBody, #p-search > div.pBody, #p-tb > div.pBody {
background: -webkit-gradient(linear, left top, right bottom, from(#f3f5fd), to(#f3f5fd), color-stop(0.5, #fff), color-stop(0.5, #fff));
}

/* now for the tabs */

div#p-cactions > div.pBody li {
-moz-border-radius: .5em .5em 0 0;
-webkit-border-top-right-radius:.5em;
}

/*Use something IE7 doesn't support otherwise it goofs up the tabs. CSS3 regex ftw*/

*|div#p-cactions div.pBody li a {
background:transparent;
}

/* ...and for the main box - tabs */

div#column-content > div#content {
-moz-border-radius:.5em 0 0 .5em;
-webkit-border-top-left-radius:.5em;
}

/* now for some mouseover stuff on the tabs */

div#p-cactions > div.pBody li:hover {
background:#3a85ea;
}

div#p-cactions > div.pBody li:hover a {
color:#fff;
}

/* make guillemet thingies look like links */

ul.col *.gu {
color:#36c;
display:inline;
}

ul.col:hover *.gu {
color:#8e6e95;
}

/* make blue and red box links visible */

.bluebackbox a, .redbackbox a {
color: #ddd !important;
}

.bluebackbox a:hover, .redbackbox a:hover {
color: #fff !important;
}

/* gig box styling begins */
.gigbox th {text-align:left}