MediaWiki:Monobook.css: Difference between revisions

Alright figured it out... except I still can't change "helpful pages" for some reason...
(Since the WikiBound skin was discontinued, might as well bring it back in monobook form. Feel free to revert if this change is too abrupt)
(Alright figured it out... except I still can't change "helpful pages" for some reason...)
Line 46: Line 46:
/* Sidebar boxes */
/* Sidebar boxes */


.pBody {
.pBody {
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
}
}
.pBody {
 
  border-top-right-radius: 1em;
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div  { 
  border-bottom-right-radius: 1em;
   border-top:3px solid #bff4e9;
   border-top:3px solid #bff4e9;
   border-bottom:3px solid #bff4e9;
   border-bottom:3px solid #bff4e9;
Line 60: Line 59:


/* Tab fixes */
/* Tab fixes */
#p-cactions ul li a {
#p-cactions ul li a {
  background: #dff4f9;
background: #dff4e9 !important;
  border-top:2px solid #bff4e9;
border:2px solid #bff4e9 !important;
  border-right:1px solid #bff4e9;
  }
  border-left:1px solid #bff4e9 !important;
  }  
#p-cactions ul li.selected a {
#p-cactions li.selected {  
background: #ffffff !important;
  border-bottom:1px solid #ffffff !important;  
border-bottom:1px solid #ffffff !important;  
  z-index: 0 !important;  
}
}
 
#p-cactions {
margin-top:1px; !important
}
#p-cactions li {  
#p-cactions li {  
  border:medium none #000000 !important;
  border:medium none !important;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-topright: 1em;
  border-radius-topleft: 1em;
  border-radius-topleft: 1em;
  border-radius-topright: 1em;  
  border-radius-topright: 1em;
}
}
 
/* Categories bar */
/* Categories bar */
.catlinks {
.catlinks {