User:Ultimate Toad/monobook.css: Difference between revisions

m
no edit summary
m (Fixed)
mNo edit summary
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* the site logo */
/* Background */
#p-logo a, #p-logo a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: transparent url(https://wikibound.info/w/images/thumb/9/97/WikiBound_textonly.png/320px-WikiBound_textonly.png) no-repeat scroll 0 0 !important;
overflow:visible;
width:380px;
height:140px;
padding:5px;
margin-top: 3px;
}


/* the super-background */
body { background: url(https://cdn.wikibound.info/7/77/Wb-monobook-bg.png); }
body {
  background:#10006F;
}
#globalWrapper {
background: none !important
}
 
/*the background of the page text */
#content {
margin-top:174px !important;
}
#content, div#content { background: #000000 !important; color: #BFBFBF !important; border:6px solid #BFBFBF !important; }
 
/* rounded corners */
#content { border-top-left-radius: 1em; border-bottom-left-radius: 1em; border-top-right-radius: 1em; border-bottom-right-radius: 1em;
}
 
/* Change the color of tabs */
#p-cactions {
margin-top:138px; !important;
}
#p-cactions ul li a {
border:3px solid #BFBFBF;
background-color:#000000;
color:#00AFFF;  }
#p-cactions li.selected {
border:medium none #000000; !important;
z-index: 0 !important;
}
#p-cactions li {
border:medium none #000000 !important;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
 
/* header colors */
h1, h2, h3, h4, h5, h6 {
color: #BFBFBF;
}
 
/* userpage bar */
#p-personal ul {
background-color:#000000;
border: 2px solid #BFBFBF;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
-moz-border-radius-bottomleft: 2em;
border-radius-bottomleft: 2em;
display:inline;
float:right;
}
#p-personal li a {
color:#00AFFF;
}
/* contents box */
#toc {
    border: 3px solid #BFBFBF;
    color: #000000;
    background: #000000;
}
 
/* sidebar boxes */
 
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div  { border-top-left-radius: 1em; border-bottom-left-radius: 1em; border-top-right-radius: 1em; border-bottom-right-radius: 1em;
  background:#000000 !important;
  border:3px solid #BFBFBF !important;
}
 
/* sidebar box headers */
 
#p-navigation h5, #p-helpful pages h5, #p-search h5, #p-links h5, #p-tb h5, #p-lang h5 { color: #BFBFBF;
}
#footer a {
color:#00AFFF;
font-weight:bold;
}
#footer {
background-color:#000000 !important;
border-top:2px solid #BFBFBF !important;
border-bottom: 2px solid #BFBFBF !important;
color:#00AFFF;
}


/* Link colors */
/* Link colors */


h5 { color: #00007f; }
a { color: #0000ff; }
a { color: #00AFFF; }
a:visited { color: #770099; }
a:visited { color: #BB82EE; }
a:hover { text-decoration: underline; }
a:hover { text-decoration: underline; }
a.new { color: #FF0000; }
a.new { color: #ff0000; }
}
.mw-parser-output a.extiw { color: #06f; }
 
.mw-parser-output a.extiw:visited { color: #3
/* Userpage icon */
776599; }
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(/images/thumb/a/af/EarthBound%27sBlueMarble.png/14px-EarthBound%27sBlueMarble.png) top left no-repeat; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #04c; }