User:Logical2u/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body { background-image:none; }

.allpagesredirect a { color:green; }
.redirects a { color:green; }
.pagesredirect a { color:green; }
#n-sitesupport { display:none; }
#n-contact { display:none; }
#n-About-Wikipedia { display:none; }
#n-About { display:none; }
#n-Contents { display:none; }
#editpage-copywarn { display:none; }
#editpage-copywarn3 { display:none; }
#editpage-specialchars { display:none; }
#copyright { display:none; }
#f-poweredbyico { display:none; }
#f-copyright-ico { display:none; }
#lastmod { display:none; }
#editpage-copywarn { display:none; }
#siteSub { display:none; }
#fundraising { display:none; }
#editpage-specialchars { display:none; }
#editpage-copywarn2 { display:none; }
#pabanner { display:none; }
#footer {display:none}

#content 
{ 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}

div.pBody 
{
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

#p-cactions li
{
    position: relative;
    float: left;
}

#p-cactions li li
{
    float: none;
    display: block;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
  -moz-border-radius-topleft: .0em;
  -moz-border-radius-topright: .0em;
  -moz-border-radius-bottomright: .0em;
  -moz-border-radius-bottomleft: .0em;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid 
    padding: 0px;
    margin: 0px;
    background: #000000;
    background-color: grey;
}
body {
    font: x-small sans-serif;
    background: #B6AFA9	url("")4em 0px no-repeat;
    color: #000000;
    margin: 0;
}
.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #000000;
    background-color: #000000;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}


/* new message notification (a red background with white text/links */
.usermessage {
    background: #003F87 url('http://www.micahclemens.com/wikipedia/new_message_blue.png') repeat-x scroll left top;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    vertical-align: top;
	}
.usermessage a, .usermessage a:visited {color:#D7B435;}
#p-logo { 
    background: url('http://img.photobucket.com/albums/v137/Logical2u/516px-USAr.png') no-repeat; 
    display: none
    position:absolute;  /*needed to use z-index */
    top: 8;
    left: 100;
    right: 65;
    height: 0;
    width: 0;
    padding: 0 0 150px 150px;
    overflow: hidden;
}
h1.firstHeading {background: #FF4500 url('http://img.photobucket.com/albums/v137/Logical2u/Orangebarone.png') repeat-x scroll left top;color:#FFFFFF;padding 3px;border:1px solid #B6AFA9;text-indent:.5em;}
/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
    border-color: #aaa;
}
/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0.6em 0em 1em 155px;
}/*Junk I'm glad to get rid of */

#f-copyright,

#f-lastmod,

#editpage-copywarn,

h3#siteSub,

#fundraising,

#editpage-specialchars,

#editpage-copywarn2,

#pabanner { display: none; }