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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
(Now for table of contents)
(All done so going back)
Line 1: Line 1:
/* the site logo */
/* the background of the page text */
#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:#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, div#content { !important; border:1px solid #ffc08b !important; }
#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 {
#p-cactions ul li a { background: #ffebb0; border:1px solid #ffc08b !important; }  
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 50: Line 17:
}
}


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


/* sidebar boxes */
/* 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;
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
 
 
   background:#000000 !important;
   background:#ffffff !important;
 
 
   border:3px solid #BFBFBF !important;
   border:1px solid #ffc08b !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; }

Revision as of 01:45, 31 August 2020

/* the background of the page text */

#content, div#content { !important; border:1px solid #ffc08b !important; }

/* Change the color of tabs */
#p-cactions ul li a { background: #ffebb0;  border:1px solid #ffc08b !important; } 
#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; 
}

/* contents box */
#toc {
    border: 1px solid #ffebb0;
    color: #000000;
    background: #ffffff;
}

/* sidebar boxes */

#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
 	
  background:#ffffff !important;
 	
  border:1px solid #ffc08b !important;
}