User:Koweja/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

div#siteNotice {display:none}
 
/* 
 div.mainbox { border: 1px solid black; padding: 0; width: 100% }
 div.mainboximg { float: right; padding: 3em; width: 242px; }
 div.mainboxtxt { padding: 1em; }
 div.mainboxlinks { width: 100%; border: 1px solid black; text-indent: 1em; }
 div.mainboxtxt2 { width: 40%; margin: 2em; padding: 1em; float: right; border: 1px solid black; background-color: #FFFFFF; }
 
 hr.travel { width: 100%; margin-bottom: 2em; }
*/
 
/* Change the formatting of the links - stolen from User:Shardsofmetal */
 
a:hover, a.autolink:hover, .pBody a:hover {
 text-decoration: none;
 color: #ff6600;
}
a:visited, a.autolink:visited { color: #002bb8 }
a.new:visited, #p-personal a.new:visited { color: #ba0000 }
a:active { color: #ff6600 }
a { text-decoration: none }
 
/* Format the sidebar divs */
 
div#p-navigation {
  width: 11em;
  background: #eff8ce;
  margin: 0 0 16px 0;
  border: 2px solid #D0DD9E;
  padding: 4px;
}
 
div#p-tb {
  width: 11em;
  background: #CCF8F7;
  margin: 0 0 16px 0;
  border: 2px solid #9EDDDE;
  padding: 4px;
}
 
div#p-search {
  width: 11em;
  background: #F8CDCC;
  margin: 0 0 16px 0;
  border: 2px solid #DE9EA0;
  padding: 4px;
}
 
/* Make a few corners round */
/* (only supported by moz/firefox/other gecko browsers for now) */
 
#p-cactions ul li, #p-cactions ul li a {  
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
}
#content { 
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-bottomleft: 1em;
}
div.pBody {
    -moz-border-radius-topright: 1em;
    -moz-border-radius-bottomright: 1em;
}
 
pre {
    overflow: auto;
    width: auto;
}
 
div.pBody {
  border: 0;
  background: transparent;
}
 
#column-one div.pBody ul { margin-left: 2em }
 
#column-one div h5 {
  /*color: #036;*/
  font-weight: bold;
  font-size: 100%;
}
 
#column-one div {
 -moz-border-radius-topright: 8px;
 -moz-border-radius-bottomright: 8px;
}
 
/* I don't use any other Wikipedias. Therefore, I have no reason to see the links. 
div#p-lang { display: none } */
 
#p-cactions li a, #p-cactions li {
 background: #FFF5EE;
}
 
#content { border-color: #fabd23 }