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

From Armagetron
(..)
 
Line 2: Line 2:
 
background-color: #e2e5f1;
 
background-color: #e2e5f1;
 
background-image: none;
 
background-image: none;
xbackground-image: url('http://www.infidaisical.net/aawiki/bodybg.gif');
+
background-image: url('http://wrtlprnft.ath.cx/wikibg.png');
xbackground-repeat: repeat-y;
+
background-repeat: repeat;
 
}
 
}
  
 
div#p-logo{
 
div#p-logo{
xbackground-image: url('http://www.infidaisical.net/aawiki/logobg.gif');
+
background-image: url('http://www.infidaisical.net/aawiki/logobg.gif');
 
xbackground-repeat: no-repeat;
 
xbackground-repeat: no-repeat;
 
background-color: #9097b2;
 
background-color: #9097b2;
Line 75: Line 75:
 
padding: 4px 20px 0 182px;
 
padding: 4px 20px 0 182px;
 
background-color: #9097b2;
 
background-color: #9097b2;
xbackground-image: url('http://www.infidaisical.net/aawiki/headerbg.gif');
+
background-image: url('http://www.infidaisical.net/aawiki/headerbg.gif');
 
border: 0;
 
border: 0;
 
height: 51px;
 
height: 51px;
Line 83: Line 83:
 
div#p-community ul{
 
div#p-community ul{
 
padding-top: 20px;
 
padding-top: 20px;
xbackground-image: url('http://www.infidaisical.net/aawiki/headertext.gif');
+
background-image: url('http://www.infidaisical.net/aawiki/headertext.gif');
 
background-position: 0 10px;
 
background-position: 0 10px;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
Line 126: Line 126:
 
div#p-personal .pBody{
 
div#p-personal .pBody{
 
margin: 0 20px 0 182px;
 
margin: 0 20px 0 182px;
xbackground-image: url(http://www.infidaisical.net/aawiki/personalbg.gif);
+
background-image: url(http://www.infidaisical.net/aawiki/personalbg.gif);
 
width: auto;
 
width: auto;
 
color: #ffffff;
 
color: #ffffff;
Line 134: Line 134:
 
height: 18px;
 
height: 18px;
 
}
 
}
 +
 +
#content, .pBody, #p-cactions li, #p-cactions li.selected a, #footer, table, table.diff, #catlinks, code {
 +
background: transparent url(http://wrtlprnft.ath.cx/wikibg-white.png) 0 0 scroll;

Latest revision as of 06:21, 8 March 2007

body{
background-color: #e2e5f1;
background-image: none;
background-image: url('http://wrtlprnft.ath.cx/wikibg.png');
background-repeat: repeat;
}

div#p-logo{
background-image: url('http://www.infidaisical.net/aawiki/logobg.gif');
xbackground-repeat: no-repeat;
background-color: #9097b2;
margin: 12px  0 8px 12px;
width: 155px;
height: 159px;
}

div.portlet{
position: relative;
z-index: 3;
width: 155px;
border-color: #9097b2;
margin-left: 12px;
}

div.portlet h5{
background-color:  #9097b2;
display: block;
color: #ffffff;
padding: 2px 3px;
}

#column-content div#content{
margin-top: 110px;
margin-left: 182px;
margin-right: 20px;
border: 1px solid #9097b2;
}


div#column-one{
padding-top: 180px;
width: auto;
}

div#p-cactions{
left: 0;
right: 0;
top: 90px;
width: auto;
padding: 0 20px 0 182px;
}

div#p-cactions ul{
background-color: #eeeeee;
border: 1px solid #9097b2;
border-width: 0 1px;
height: 20px;
margin: 0;
padding: 5px 0 0 20px;
}

div#p-community{
position: absolute;
left: 0;
right: 0;
top: 0;
width: auto;
border: 0;
margin: 0;
padding: 0;
z-index: 0;
}

div#p-community .pBody{
padding: 4px 20px 0 182px;
background-color: #9097b2;
background-image: url('http://www.infidaisical.net/aawiki/headerbg.gif');
border: 0;
height: 51px;
text-align: right;
}

div#p-community ul{
padding-top: 20px;
background-image: url('http://www.infidaisical.net/aawiki/headertext.gif');
background-position: 0 10px;
background-repeat: no-repeat;
height: 50px;
}

div#p-community li{
height: 50px;
display: inline;
font-size: 14px;
font-weight: bold;
margin: 20px 1% 0 1%;
}

div#p-community li a,div#p-community li a.visited{
padding: 24px 1%;
height: 54px;
color: #ffffff;
}


div#p-community li a:hover{
color: #eeeeee;
background-color: #9097b2;
text-decoration: none;
}

div#p-community h5{
display: none;
}

div#p-personal{
display: block;
left: 0;
right: 0;
top: 66px;
margin: 0;
height: 16px;
z-index: 4;
}

div#p-personal .pBody{
margin: 0 20px 0 182px;
background-image: url(http://www.infidaisical.net/aawiki/personalbg.gif);
width: auto;
color: #ffffff;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #9097b2;
height: 18px;
}

#content, .pBody, #p-cactions li, #p-cactions li.selected a, #footer, table, table.diff, #catlinks, code {
	background: transparent url(http://wrtlprnft.ath.cx/wikibg-white.png) 0 0 scroll;