Difference between revisions of "MediaWiki:Monobook.css"

From Armagetron
m (Changed the background of the page (behind the background image) to white, so text (except the labels of the boxes at the left) is readable while the image is loading or if loading the image failed.)
m (let's try being more specific…)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
#content, .pBody, #p-cactions li, #p-cactions li.selected a, #footer, #p-personal, table, table.diff, #catlinks, code {
 
#content, .pBody, #p-cactions li, #p-cactions li.selected a, #footer, #p-personal, table, table.diff, #catlinks, code {
background: transparent url(http://wrtlprnft.ath.cx/wikibg-white.png) 0 0 scroll;
+
background: transparent url(/images/theme/wikibg-white.png) 0 0 scroll;
 
}
 
}
 
#p-cactions li a, #p-cactions li.selected a, td.diff-otitle, td.diff-ntitle, .catlinks {
 
#p-cactions li a, #p-cactions li.selected a, td.diff-otitle, td.diff-ntitle, .catlinks {
Line 23: Line 23:
 
}
 
}
  
.usermessage {
+
.usermessage, div#siteNotice {
background: transparent url(http://wrtlprnft.ath.cx/wikibg-yellow.png) 0 0 scroll;
+
background: transparent url(/images/theme/wikibg-yellow.png) 0 0 scroll;
 +
}
 +
 
 +
div#siteNotice {
 +
    margin-bottom:1em;
 
}
 
}
  
 
.thumb {
 
.thumb {
 
       border-color: transparent !important;
 
       border-color: transparent !important;
background: transparent url(http://wrtlprnft.ath.cx/wikibg-white.png) 0 0 scroll;
+
background: transparent url(/images/theme/wikibg-white.png) 0 0 scroll;
 
}
 
}
  
 
body {
 
body {
background: #fff url(http://wrtlprnft.ath.cx/wikibg.png) 0 0 scroll;
+
background: #fff url(/images/theme/wikibg.png) 0 0 scroll;
 
}
 
}
  

Latest revision as of 15:10, 24 July 2007

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

pre {
    overflow: auto;
}

/* the following is the contents of the old wrtlprnft skin */

#content, .pBody, #p-cactions li, #p-cactions li.selected a, #footer, #p-personal, table, table.diff, #catlinks, code {
	background: transparent url(/images/theme/wikibg-white.png) 0 0 scroll;
}
#p-cactions li a, #p-cactions li.selected a, td.diff-otitle, td.diff-ntitle, .catlinks {
      background: transparent none;
}
#p-cactions li.selected {
	background:white;
}
#p-cactions .pBody {
        background:transparent;
}
code {
	border:1px dashed #aaa;
}

.usermessage, div#siteNotice {
	background: transparent url(/images/theme/wikibg-yellow.png) 0 0 scroll;
}

div#siteNotice {
    margin-bottom:1em;
}

.thumb {
      border-color: transparent !important;
	background: transparent url(/images/theme/wikibg-white.png) 0 0 scroll;
}

body {
	background: #fff url(/images/theme/wikibg.png) 0 0 scroll;
}

.portlet h5 {
      color: white;
      font-weight:bold;
}

#p-cactions li.selected {
    border-color: #d7dfd6;
}

#footer {
    border-color: #d7dfd6;
}