User:Roybb95~enwiki/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.
/*
 * give different colors to namespaces
 */

/* default */
#content { background : #F8FCFF; }
#p-cactions li { background : #F8FCFF; }
#p-cactions li a { background : #F8FCFF; }
#mytabs li { background : #F8FCFF; }
#mytabs li a { background : #F8FCFF; }

/* articles */
.ns-0 * #content { background : white; }
.ns-0 * #p-cactions li { background : white; }
.ns-0 * #p-cactions li a { background : white; }
.ns-0 * #mytabs li { background : white; }
.ns-0 * #mytabs li a { background : white; }

/* discussion */
.ns-1 * #content { background : #FFFFEE; }
.ns-1 * #p-cactions li { background : #FFFFEE; }
.ns-1 * #p-cactions li a { background : #FFFFEE; }
.ns-1 * #mytabs li { background : #FFFFEE; }
.ns-1 * #mytabs li a { background : #FFFFEE; }

/* User */
.ns-2 * #content { background : white; }
.ns-2 * #p-cactions li { background : white; }
.ns-2 * #p-cactions li a { background : white; }
.ns-2 * #mytabs li { background : white; }
.ns-2 * #mytabs li a { background : white; }

/* User talk */
.ns-3 * #content { background : #FFFFEE; }
.ns-3 * #p-cactions li { background : #FFFFEE; }
.ns-3 * #p-cactions li a { background : #FFFFEE; }
.ns-3 * #mytabs li { background : #FFFFEE; }
.ns-3 * #mytabs li a { background : #FFFFEE; }

/* Wikipedia  */
.ns-4 * #content { background : #F4F4F4; }
.ns-4 * #p-cactions li { background : #F4F4F4; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }
.ns-4 * #mytabs li { background : #F4F4F4; }
.ns-4 * #mytabs li a { background : #F4F4F4; }

/* Wikipedia talk */
.ns-5 * #content { background : #FFFFEE; }
.ns-5 * #p-cactions li { background : #FFFFEE; }
.ns-5 * #p-cactions li a { background : #FFFFEE; }
.ns-5 * #mytabs li { background : #FFFFEE; }
.ns-5 * #mytabs li a { background : #FFFFEE; }

/* Image talk */
.ns-7 * #content { background : #FFFFEE; }
.ns-7 * #p-cactions li { background : #FFFFEE; }
.ns-7 * #p-cactions li a { background : #FFFFEE; }
.ns-7 * #mytabs li { background : #FFFFEE; }
.ns-7 * #mytabs li a { background : #FFFFEE; }

/* MediaWiki  */
.ns-8 * #content { background : #EEEEFF; }
.ns-8 * #p-cactions li { background : #EEEEFF; }
.ns-8 * #p-cactions li a { background : #EEEEFF; }
.ns-8 * #mytabs li { background : #EEEEFF; }
.ns-8 * #mytabs li a { background : #EEEEFF; }

/* MediaWiki talk */
.ns-9 * #content { background : #FFFFEE; }
.ns-9 * #p-cactions li { background : #FFFFEE; }
.ns-9 * #p-cactions li a { background : #FFFFEE; }
.ns-9 * #mytabs li { background : #FFFFEE; }
.ns-9 * #mytabs li a { background : #FFFFEE; }

/* Template */
.ns-11 * #content { background : #FFFFEE; }
.ns-11 * #p-cactions li { background : #FFFFEE; }
.ns-11 * #p-cactions li a { background : #FFFFEE; }
.ns-11 * #mytabs li { background : #FFFFEE; }
.ns-11 * #mytabs li a { background : #FFFFEE; }

/* Help */
.ns-12 * #content { background : #FFEEEE; }
.ns-12 * #p-cactions li { background : #FFEEEE; }
.ns-12 * #p-cactions li a { background : #FFEEEE; }
.ns-12 * #mytabs li { background : #FFEEEE; }
.ns-12 * #mytabs li a { background : #FFEEEE; }

/* Help talk */
.ns-13 * #content { background : #FFEEEE; }
.ns-13 * #p-cactions li { background : #FFEEEE; }
.ns-13 * #p-cactions li a { background : #FFEEEE; }
.ns-13 * #mytabs li { background : #FFEEEE; }
.ns-13 * #mytabs li a { background : #FFEEEE; }

/* Category talk */
.ns-15 * #content { background : #FFFFEE; }
.ns-15 * #p-cactions li { background : #FFFFEE; }
.ns-15 * #p-cactions li a { background : #FFFFEE; }
.ns-15 * #mytabs li { background : #FFFFEE; }
.ns-15 * #mytabs li a { background : #FFFFEE; }


/************************************************/
/************************************************/
/************************************************/
/* rounded (top) tabs + sidebar */
.pBody 
{
   padding: 0.3em 0.1em;
   -moz-border-radius: 0.5em;
}

#p-search,#p-nav,#p-tb,#p-lang {
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius: 0.5em;
}

#p-cactions ul li, #p-cactions ul li a 
{  
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}

/*
 * some more round corners
 */

/* TOCs and THUMBs */
#toc, div.thumb div {
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8.5px;
    -moz-border-radius-bottomright: 8.4px;
}

/* user notification thing */
.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}

/* SEARCH BOX COLOR */
input.searchButton {
    margin-top:1px;
    padding: 0 0.4em !important;
    font-size: 95%;
    cursor: pointer;
    background-color: White;
    border: 1px solid #00CC00;
}

#searchInput {
    border: 1px solid #00CC00;  
    -moz-border-radius: 3em;
    width:10.9em;
    margin: 0em 0em 0.5em 0em;
    font-size: 95%;
}

/* category box rounder than ever */
div#catlinks { -moz-border-radius: 3em; }

/* Have the sidebar pop a little to the right*/
#p-nav {margin-left: 4px;}
#p-search {margin-left: 4px;}
#p-tb {margin-left: 4px;}
#p-lang {margin-left: 4px;}

#siteNotice {display: none;}

/******** bottom tab styling (not for IE currently) *********/
#mytabs {
    margin: -0.3em 0 0  11.5em;
    white-space:nowrap;
    line-height: 1.1em;
    overflow: visible;
    border-collapse: collapse;
    padding: 0 0 0 1em;
    list-style: none;
    font-size: 95%;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: White;
}
#mytabs li.selected {
    border-color: #fabd23;
    padding: 0.2em 0 0 0;
}
#mytabs li a {
    background-color: White;
    color: #005189;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover {
    z-index: 3;
    text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }

/* remove comment tags if bottom tabs should be rounded as well in moz */
#mytabs li, #mytabs li a { 
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}

/* the personal toolbar */
#p-personal ul {
  opacity: 0.6;
  -moz-border-radius-bottomleft: 1em;
  border: 1px solid rgb(250, 189, 35);
  background: #F8FCFF;
  float: right;
  padding: 0;
  padding-bottom: 0.3em;
  padding-right: 3px;
  border-top: none;
  border-right: none;
  margin: 0;
  background-image: url("http://roybb95.goldeye.info/images/favicon.ico");
  background-repeat: no-repeat;
  padding-right: 20px;
  background-position: right center;
  
}

#p-personal a:hover {
  background: #FFF;
}

#p-personal a {
  padding: 0.5em;
  margin: 0;
}

#p-personal li {
  margin: 0;
  border-right: 1px dotted rgb(170, 170, 170);
}