(even if you aren't vegan)
Difference between revisions of "User:X-caliber/monobook.css"
From Wiki User Wiki
(No difference)
|
Latest revision as of 13:49, 14 August 2008
.usermessage {
background-color: black;
border: 2px solid gray;
color: red;
font-weight: bold;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
}
#p-logo a {
background-image: url('http://www.hrwiki.org/images/a/ae/TheCheat_3D_variation.PNG') ! important;
background-position: top left;
background-repeat: no-repeat;
}
/* The following two addresses are not current and are included for legacy purposes only */
#bodyContent a[href ^="http://www.hrwiki.org"],
#article a[href ^="http://www.hrwiki.org"]
{
background: url('http://fanstuff.hrwiki.org/images/6/6b/Update-misc.png') center left no-repeat !important;
padding-left: 20px !important;
padding-right: 0px !important;
}
/* Background */
body {
background: green url('http://www.hrwiki.org/images/8/8a/Whale.PNG') 0 0 fixed;
color: blue;
margin: 0;
padding: 0;
}
.MainPageFanstuffBox {
background-color: #03CF99;
}
.NewsandInfoBox {
background: url(/skins/common/images/thecheat-background.gif);
background-color: #edd;
background-repeat: no-repeat;
background-position: bottom right;
}
h1, h2, h3 {
color: #FF00DD;
margin: 0px;
}
h4, h5, h6 {
color: #DC143C;
margin: 0px;
}
:link { text-decoration: none; }
:link { color: #003366; }
:link:visited { color: #FF0033; }
:link:active, :link.new { color: #FDCA40; }
:link.interwiki, :link.external { color: #663333; }
:link.stub { color: #FF000; }
/* round tabs */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 4em;
}
input.searchButton {
padding: 0 0.4em !important;
cursor: crosshair;
background-color: #3300DD;
border: 2px dotted #8844AA;
font-weight: normal;
}
#p-personal {
position:relative;
z-index:3;
width: 11.6em;
}
#p-personal .pBody {
width: 10.7em;
border: none;
margin: 0 0 0.1em 0em;
float: none;
overflow: hidden;
font-size: 95%;
background: White;
border-collapse: collapse;
border: 1px solid #aaaaaa;
padding: 0 0.8em 0.3em .5em;
}
li#pt-userpage { background: none }
<div class="portlet" id="p-personal">
<h5><?php $this->msg('personaltools') ?></h5>
<div class="pBody">
<ul>
<?php if($this->data['viewcount' ]) { ?>
<li id="f-viewcount"><?php $this->html('viewcount') ?></li>
<?php } ?>
<?php if($this->data['numberofwatchingusers' ]) { ?>
<li id="f-numberofwatchingusers"><?php $this->html('numberofwatchingusers') ?></li>
<?php } ?>