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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
Experimenting on something neat, testing how it looks throughout the site.
(new tricks)
(Experimenting on something neat, testing how it looks throughout the site.)
Line 1: Line 1:
/* the background of the page text */
/* the site logo */
#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;
}


#content, div#content { !important; border:1px solid #ffc08b !important; }
/* the super-background */
body {
  background:#000596;
}
#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 */
/* Change the color of tabs */
#p-cactions ul li a { background: #ffebb0; border:1px solid #ffc08b !important; }  
#p-cactions {
margin-top:138px; !important;
}
#p-cactions ul li a {
border:3px solid #BFBFBF;
background-color:#000000;
color:#00AFFF; }  
#p-cactions li.selected {  
#p-cactions li.selected {  
  border:medium none #000000 !important;  
  border:medium none #000000; !important;  
  z-index: 0 !important;  
  z-index: 0 !important;
}
}
#p-cactions li {
#p-cactions li {
Line 17: Line 50:
}
}


/* 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 */
/* contents box */
#toc {
#toc {
     border: 1px solid #ffebb0;
     border: 3px solid #BFBFBF;
     color: #000000;
     color: #000000;
     background: #ffffff;
     background: #000000;
}
}


/* sidebar boxes */
/* sidebar boxes */


#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
#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:#ffffff !important;
   background:#000000 !important;
 
 
   border:1px solid #ffc08b !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 */
h5 { color: #00007f; }
a { color: #00AFFF; }
a:visited { color: #BB82EE; }
a:hover { text-decoration: underline; }
a.new { color: #FF0000; }
}
/* Userpage icon */
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; }

Navigation menu