Difference between revisions of "MediaWiki:Monobook.css"

MuseWiki, wiki for the band Muse
Jump to navigation Jump to search
m (Geh, what's overriding this)
Line 336: Line 336:
background: #cfc !important;
background: #cfc !important;
}
}
.MainPageBG .simplepie li {clear:both;}
.MainPageBG .simplepie img {float:right;}

Revision as of 08:54, 15 July 2009

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


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

a {
color: #7fd3de;
}

.firstHeading {
color: #fff;
}

/* 3a85ea is "MuseWiki blue" */

.portlet h5 {
font-size:1.3em;
}

.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 > div.pBody {
-moz-border-radius-bottomright:.5em;
-webkit-border-bottom-right-radius:.5em;
}

/* 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;
}

/* make guillemet thingies look like links */

ul.col *.gu {
color: #7fd3de;
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;
}

body {
background: #000000 url(http://files.getdropbox.com/u/453678/musewikbg.jpg) no-repeat top left fixed !important;
color: #cccccc !important;
}

div#p-logo a {
background-image: url(http://files.getdropbox.com/u/453678/musewikiLogo.png) !important;
}

#p-logo,#p-logo a,#p-logo a:hover {
height: 95px !important;
}

#column-one {
padding-top: 110px !important;
}

.firstHeading {
font-family: arial !important; 
font-size: 220% !important;
}
h2,h3,h4,h5 {
color: #ffffff !important;
}
table {
color: #cccccc !important;
background: transparent !important;
}
th {
text-transform: uppercase !important;
background: #ffffff !important;
color: #333333 !important;
}
tr.even {
background: #222222 !important
}
td {
background: transparent !important;
}
#allmessagestable tr.def {
background: #222222 !important;
}
#allmessagestable tr.orig {
background: #993333 !important;
}
#allmessagestable tr.new {
background: #339933 !important;
}
#content {
color: #cccccc !important;
}
#column-one {
background: transparent !important;
}
div.portlet > h5 {
background: none !important;
text-transform: uppercase !important;
}
.portlet ul {
font-size: 1em !important;
list-style-type: none !important;
list-style-image: none !important;
margin: 0.3em 0 0 0.3em !important;
}
.generated-sidebar .pBody,.portlet .pBody {
background: #212121 !important;
opacity: 0.8 !important;
}
#p-personal,#p-cactions {
background: transparent !important;
}
#p-cactions .pBody,#p-personal .pBody {
background: transparent !important;
}
#p-cactions li {
background: transparent !important;
border: 0 !important;
}
#p-cactions li a {
color: #BDBCBC !important;
text-transform: uppercase !important;
font-size: 1.2em !important;
background: transparent !important;
}
#p-cactions li a:hover,#p-personal li a:hover {
color: #ffffff !important;
}
#p-personal li a {
color: #BDBCBC !important;
font-size: 1.1em !important;
background: transparent !important;
}
div#p-cactions > div.pBody li {
-moz-border-radius: 0.2em 0 !important;
}
.pBody ul {
list-style-type: none !important;
}
.pBody a {
color: #ffffff !important;
}
div#content {
background: #222222 !important
}
.boxmenu ul {
list-style-type: none !important;
list-style-image: none !important;
}
.boxmenu ul a {
color: #BDBCBC !important;
text-transform: uppercase !important;
}
.boxmenu ul a:hover {
color: #FFFFFF !important;
text-decoration: none !important;
}
.catlinks {
background: #090909 !important;
opacity: 0.8 !important;
-moz-border-radius: 0.5em !important;
}
.mw-plusminus-pos {
color: #559722 !important;
}
pre {
background-color: #f0f0f0 !important
}
a {
color: #7fd3de !important;
}
div.thumb {
border-color: #101010 !important;
}
#footer {
background: #101010 !important;
opacity: 0.8 !important;
}

/* Discobox magic */

.albumbox .even {
background: #545 !important; <!--remove important later... -->
}

.albumbox .even td {
background: #545 !important; <!--remove important later... -->
}

.singlebox .even {
background: #033 !important; <!--remove important later... -->
}

.singlebox .even td {
background: #033 !important; <!--remove important later... -->
}

.EPbox .even {
background: #232 !important; <!--remove important later... -->
}

.EPbox .even td {
background: #232 !important; <!--remove important later... -->
}

/* stuff common to all discoboxes ONLY */

.discobox {
border:1px #aaa solid;
-khtml-border-radius:.5em;
-moz-border-radius:.5em;
}

.discobox .head {
-moz-border-radius:.5em .5em 0 0 !important;
}

/* songbox magic */

.songbox {
border: 1px #aaa solid;
-khtml-border-radius: .5em;
-moz-border-radius: .5em;
}

.songbox .head {
-moz-border-radius: .5em .5em 0 0 !important;
}

.songbox .even {
background: #6f7780 !important;
}

/* memberbox magic */

.memberbox {
border: 1px #aaa solid;
-khtml-border-radius: .5em;
-moz-border-radius: .5em;
}

.memberbox .head {
text-align: center;
-moz-border-radius: .5em .5em 0 0 !important;

.memberbox .even {
background: #b0c4de !important;
}

.memberbox .even td {
background: #b0c4de !important;
}


/* gigbox magic */

.gigbox {
border: 1px #aaa solid !important;
-khtml-border-radius: .5em !important;
-moz-border-radius: .5em !important;
}

.gigbox .head {
-moz-border-radius: 0.5em 0.5em 0 0 !important;
}

.gigbox .even {
background: #cfc !important;
}

.gigbox .even td {
background: #cfc !important;
}

.gigbox td.even {
background: #cfc !important;
}

.MainPageBG .simplepie li {clear:both;}
.MainPageBG .simplepie img {float:right;}