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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
(All done so going back)
m (Minor tab fixes)
Line 4: Line 4:


/* Change the color of tabs */
/* Change the color of tabs */
#p-cactions ul li a { background: #ffebb0;  border:1px solid #ffc08b !important; }  
#p-cactions ul li a { background: #ffebb0;  border-top:2px solid #ffc08b; border-right:1px solid #ffc08b; border-left:1px solid #ffc08b !important; }  
#p-cactions li.selected {  
#p-cactions li.selected {  
  border:medium none #000000 !important;  
  border-bottom:1px solid #ffffff !important;  
  z-index: 0 !important;  
  z-index: 0 !important;  
}
}
#p-cactions li {
#p-cactions { margin-top:-0.3px; !important
}
#p-cactions li {  
  border:medium none #000000 !important;
  border:medium none #000000 !important;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topleft: 1em;

Revision as of 05:07, 16 September 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-top:2px solid #ffc08b; border-right:1px solid #ffc08b; border-left:1px solid #ffc08b !important; } 
#p-cactions li.selected { 
 border-bottom:1px solid #ffffff !important; 
 z-index: 0 !important; 
}
#p-cactions { margin-top:-0.3px; !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;
}