Difference between revisions of "MediaWiki:Wrtlprnft.css"

From Armagetron
(should now be readable even without images.)
(changing the yellow colors in the footer and selected “tabs” to something more fitting)
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
*>#content, *>.pBody, *>#p-cactions li, *>#p-cactions li a, *>#footer {
+
#content, .pBody, #p-cactions li, #p-cactions li.selected a, #footer, #p-personal, table, table.diff, #catlinks, code {
background: #c3c3c3 url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
+
background: transparent url(http://wrtlprnft.ath.cx/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;
 +
}
 +
code {
 +
border:1px dashed #aaa;
 
}
 
}
  
#p-personal {
+
.usermessage {
background: #c3c3c3 url(http://wrtlprnft.ath.cx/wikibg-dimmed.png) 0 0 fixed;
+
background: transparent url(http://wrtlprnft.ath.cx/wikibg-yellow.png) 0 0 scroll;
 +
}
 +
 
 +
.thumb {
 +
      border-color: transparent !important;
 +
background: transparent url(http://wrtlprnft.ath.cx/wikibg-white.png) 0 0 scroll;
 
}
 
}
  
 
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 scroll;
 
}
 
}
  
Line 14: Line 28:
 
       color: white;
 
       color: white;
 
       font-weight:bold;
 
       font-weight:bold;
 +
}
 +
 +
#p-cactions li.selected {
 +
    border-color: #d7dfd6;
 +
}
 +
 +
#footer {
 +
    border-color: #d7dfd6;
 
}
 
}

Latest revision as of 05:18, 18 February 2007

#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;
}
#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;
}
code {
	border:1px dashed #aaa;
}

.usermessage {
	background: transparent url(http://wrtlprnft.ath.cx/wikibg-yellow.png) 0 0 scroll;
}

.thumb {
      border-color: transparent !important;
	background: transparent url(http://wrtlprnft.ath.cx/wikibg-white.png) 0 0 scroll;
}

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

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

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

#footer {
    border-color: #d7dfd6;
}