User:Airforceguy/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.

/* <pre> */
 
 
 
/* Don't Display "From Wikipedia, the free encyclopedia", because we know that we are at wikipedia */
#siteSub {
    display: none;
}
 
/* Unbold 'edit' link*/
#ca-edit a { font-weight: normal !important;}
 
 
/* </pre> */
 
/* <pre> */
 
/* hide copyleft/disclaimer footer */
#footer {display: none;}
 
/* hide "special warnings2" messages and "special characters" box in edit pages */
#editpage-copywarn2 {display: none;}
#editpage-specialchars {display: none;}
 
 
/* put scrollbar on pre sections. and solid borders */
pre {overflow: auto;}
pre {border: 1px solid #aaa;}
 
/* gray border for Categories at bottom of page */
#catlinks {padding:0 5px 0 5px; margin-top:0.5em; -moz-border-radius:.5em; border:1px solid #CDCDCD; clear:both;}
 
 
/* </pre> */
 
/* <pre> */
 
/* 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> */
 
/* Remove logout, never use it anyway */
 
li#pt-logout { display: none; }
 
/* suppress the person icon by your username */
li#pt-userpage { background: none }
 
/* Dont need this copyright notice on every page */
 
li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }
 
.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}
 
.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");
 
/* Diff rendering */
 
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline { 
    background: #f5f5f5;
    color: #4169e1;
    font-size: 100%;
}
td.diff-deletedline { 
    background: #f5f5f5;
    color: #b22222;
    font-size: 100%;
}
td.diff-context {
    background:#e6e6fa;
    color: #708090;
    font-size: 100%;
}
span.diffchange { color: #00008b; }
 
}
 
/* Standardize messagebox theme */
 
.messagebox.standard-talk {
   border: 1px solid #696969;
   background-color: #f5f5f5;
 
}
 
.messagebox.cleanup {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}
 
.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}
 
/* Orange bar of death */
 
.usermessage {
    background-color: #dcdcdc;
    border: 1px solid #7b68ee;
    color: #696969;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
 
/* Voting */
.votesupport {
 
  background-color: lightgreen;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;
 
}
 
 
.voteoppose {
 
  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;
 
}
 
.votekeep {
 
  background-color: lightblue;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;
 
}
 
 
.votedelete {
 
  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;
 
}
 
 
.rfacomment {
 
  background-color: orange;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;
 
}
 
.commentimportant {
 
  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;
 
}
 
 
.commentmediumpriority {
 
  background-color: yellow;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;
 
}
 
 
.commentlowpriority {
 
  background-color: lightgreen;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;
 
}
 
<pre><nowiki>
#p-cactions li
{
    position: relative;
    float: left;
}
 
#p-cactions li li
{
    float: none;
    display: block;
    border: 1px solid #aaaaaa;
    border-top: none;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
}
 
.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: #F8FCFF;
}
 
.tabmenu:hover ul
{
    display: block;
}
 
.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}
 
.tabmenu ul a:hover
{
    font-weight: bold;
}
</nowiki></pre>
/* REMOVE THAT UGLY SITENOTICE */
 
#siteNotice {
    display: none;
}