Difference between revisions of "User:Wrtlprnft/monobook.css"

From Armagetron
m (Redirect won't work, let's try @import…)
(I want my style back :x)
Line 1: Line 1:
@import url('/index.php?title=User:Lackadaisical/monobook.css&action=raw&ctype=text/css')
+
#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;
 +
}

Revision as of 03:31, 17 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;
}