Jump to content

User:Sock of Steel359/monobook.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Sock of Steel359 (talk | contribs) at 17:00, 5 June 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.
/* ###### LOGO ###### */
#p-logo a { background: url(http://meta.wikipedia.org/upload/6/6e/Nohat-logo-X-en.png) 35% 50% no-repeat !important; }

#p-logo {
    top: 30px;
    left: 0px; }

/* body {background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;} */

/* ###### BASIC LAYOUT ###### */
#column-content { 
    margin-top: -0.5em;
    padding: 1; }
 #content {
    background-color: default;
    margin-left: 12.4em;
    border: 1px solid #aaaaaa; }
#column-one { padding-top: 190px; }
#footer { border: 1px solid #0000CD; }

/* ###### TABS ###### */
li#ca-nstab-user, li#ca-nstab-category, li#ca-nstab-main, li#ca-nstab-help, li#ca-nstab-mediawiki, li#ca-edit, li#ca-addsection, li#ca-talk, li#ca-watch, li#ca-unwatch, li#ca-protect, li#ca-delete, li#ca-move { margin-right: 0em; margin-left: 0em; }
li#ca-watch { margin-left: 0em; }

#p-cactions {
    position:fixed;
    top: 4px;
    left: 11em;
    z-index: 11;
    width: 500px; }

#p-cactions li {
    border: none !important;
    background: transparent; }
/* change colour of unselected tabs */
#p-cactions ul li a { background: transparent; }

.ns-0 * #p-cactions ul li a { background: #transparent; }

#p-cactions li.selected {
    border: 1px solid default; }
#p-cactions li a { color: default; }

/* Selected tab text */
#p-cactions ul li.selected a { color: default; background: transparent; font-weight: bold !important; }
#p-cactions ul li.selected a:hover { text-decoration: underline; }

#p-cactions .new a { color: #ba0000; }
#p-cactions li a:hover { background: transparent; text-decoration: underline; }

.ns-0 * #p-cactions li a:hover { background: transparent; }
.ns-0 * #content { background: white; }
.ns-0 * #p-cactions li a { background-color: transparent; }

/* links changing colour in sidebar/topbar is annoying */
.portlet li a:visited { color: default; }
#p-personal li a:visited { color: default; }

/* ###### PERSONAL TOOLBAR ###### */
#p-personal {
    padding-top: 2px;
    padding-bottom: 2px;
    position:fixed;
    left:0px;
    top:5px;
    background-color: #F8FCFF;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray; 
    z-index: 10; }

#p-personal li { padding: 2px; }

#p-personal li a {
    text-decoration: none;
    text-transform: lowercase;
    color: default;
    padding-bottom: 0.2em;
    background: none; }
#p-personal li a:hover {
    background-color: none;
    padding-bottom: 0;
    text-decoration: underline; }

#p-personal a.new { color:#ba0000; }

/* the icon in front of the user name, single quotes
in bg url to hide it from iemac */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login { background: none; }

#siteSub {
    display: none;
}

#ca-move a { display: none }

li#pt-logout { display: none; }
li#pt-preferences { display: none; }

.usermessage {

   background:  url('http:/upwiki/wikipedia/commons/a/a2/WikiLettreMini.png') top right no-repeat;
   background-repeat: no-repeat;
   background-color: white;
   border: 1px solid black;
   color: black;
   font-weight: bold;

}

#ca-edit a { font-weight: normal !important;}

// Edit page clutter

li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }

#protect_text { display: none; }

#watchlist-message { display: none; }

#viewingold-warning {
 background: transparent;
 border: transparent;
}

#wpSummaryLabel { display: none; }
#editpage-specialchars { display: none; }
#edittools_wikimarkup { display: none; }
#edittools_symbols { display: none; }
#edittools_characters { display: none; }
#edittools_greek { display: none; }
#edittools_cyrillic { display: none; }
#edittools_ipa { display: none; }

.resolved {display: none;}
.talkheader {display: none;}
.controversial {display: none;}
.todo {display: none;}
.oldpeerreview {display: none;}
.WP:LoCE {display: none;}
.summary in {display: none;}
.Talk Spoken Wikipedia id {display: none;}
.maintained {display: none;}

.history-size {display: none;}



#p-cactions li
{
    position: relative;
}

#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 #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: grey;
}

.tabmenu:hover ul
{
    display: block;
}

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

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