Kasutaja:Boy/monobook.css

Märkus: Pärast salvestamist pead sa muudatuste nägemiseks oma brauseri puhvri tühjendama: Mozilla: ctrl-shift-r, IE: ctrl-f5, Safari: cmd-shift-r, Konqueror f5.

 /***********This is rounders from [[User Style]]. ******************/
 #p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
 }
 #content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
  border-left:none;
 }
 div.portlet {
  font-family: Verdana, Helvetica, Arial, sans-serif;
 }
 #footer {
  font-family: Verdana, Helvetica, Arial, sans-serif;
 }
 pre { overflow: auto;
    font-family: Lucida Console, monospace;
 }
 #p-personal ul {
  opacity:.6;
  -moz-border-radius-bottomleft:1em;
  border-color:rgb(250, 189, 35);
  border-width:1px;
  border-style:solid;
  background:#F8FCFF;
  float:right;
  padding:0;
  padding-bottom:.3em;
  padding-right:3px;
  border-top:none;
  border-right:none;
  margin:0;
  background-repeat:no-repeat;
  padding-right:5px;
  background-position:right center;
 }
 #toc { 
    font-family: Verdana, Helvetica, Arial, sans-serif;
 }
 #p-personal a:hover {
  font-weight:bold;
 }
 #p-personal a {
  padding:.5em;
  margin:0;
 }
 #p-personal li {
  margin:0;
  border-right:1px dotted rgb(170, 170, 170);
 }