Difference between revisions of "MediaWiki:Wrtlprnft.css"

From Armagetron
m (hopefully the last time...)
(let's see how it works with a non-fixed BG...)
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: #c3c3c3 url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
+
background: #c3c3c3 url(http://wrtlprnft.ath.cx/wikibg-white.png) 0 0 fixed;
 
}
 
}
  
#p-personal {
+
.usermessage {
background: #c3c3c3 url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
 
 
}
 
}
  
Line 13: Line 12:
  
 
body {
 
body {
background: #000 url(http://wrtlprnft.ath.cx/wikibg.png) 0 0 fixed;
+
background: #000 url(http://wrtlprnft.ath.cx/wikibg.png) 0 0;
 
}
 
}
  

Revision as of 14:13, 2 September 2006

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

.usermessage {
}

.thumb {
      border-color: transparent !important;
      background: transparent;
}

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

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