Difference between revisions of "MediaWiki:Wrtlprnft.css"

From Armagetron
(made #p-personal appear right in IE)
(should now be readable even without images.)
Line 1: Line 1:
 
*>#content, *>.pBody, *>#p-cactions li, *>#p-cactions li a, *>#footer {
 
*>#content, *>.pBody, *>#p-cactions li, *>#p-cactions li a, *>#footer {
background: url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
+
background: #c3c3c3 url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
 
}
 
}
  
 
#p-personal {
 
#p-personal {
background: url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
+
background: #c3c3c3 url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
 
}
 
}
  
 
body {
 
body {
background: #f9f9f9 url(http://wrtlprnft.ath.cx/wikibg.png) 0 0 fixed;
+
background: #000 url(http://wrtlprnft.ath.cx/wikibg.png) 0 0 fixed;
 
}
 
}
  

Revision as of 17:31, 30 August 2006

*>#content, *>.pBody, *>#p-cactions li, *>#p-cactions li a, *>#footer {
	background: #c3c3c3 url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
}

#p-personal {
	background: #c3c3c3 url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
}

body {
	background: #000 url(http://wrtlprnft.ath.cx/wikibg.png) 0 0 fixed;
}

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