User:MilesMi/monobook.css

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Script error: No such module "Message box".
Template:Script doc autoNote: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the Script error: No such module "key". key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#n-mainpage { font-weight: bold; }

#content, #p-cactions li a { background: #F4F4F4; }
.ns-0  * #content, .ns-0  * #p-cactions li a { background: #FFFFFF; }  /* (main)        */
.ns-1  * #content, .ns-1  * #p-cactions li a { background: #F7F7F7; }  /* Talk          */
.ns-2  * #content, .ns-2  * #p-cactions li a { background: #FFEEEE; }  /* User          */
.ns-3  * #content, .ns-3  * #p-cactions li a { background: #EEDEDE; }  /* User_talk     */
.ns-4  * #content, .ns-4  * #p-cactions li a { background: #EEF8FF; }  /* Project       */
.ns-5  * #content, .ns-5  * #p-cactions li a { background: #DEE7EE; }  /* Project_talk  */
.ns-12 * #content, .ns-12 * #p-cactions li a { background: #EEFFEE; }  /* Help          */
.ns-13 * #content, .ns-13 * #p-cactions li a { background: #DEEEDE; }  /* Help_talk     */
.ns-14 * #content, .ns-14 * #p-cactions li a { background: #FFFFEE; }  /* Category      */
.ns-15 * #content, .ns-15 * #p-cactions li a { background: #EEEEDE; }  /* Category_talk */

#p-cactions li, #p-cactions li a {
  border-radius-topleft: 0.5em;
  border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
}
#p-cactions li.selected, #p-cactions li.selected a,
#p-cactions li:hover, #p-cactions li:hover a {
  border-top-width: 2px;
}
#content { 
  border-radius-topleft: 0.75em;
  border-radius-bottomleft: 0.75em;
  -moz-border-radius-topleft: 0.75em; 
  -moz-border-radius-bottomleft: 0.75em;
}
div.pBody {
  border-right-width: 2px;
  border-radius-topright: 0.75em;
  border-radius-bottomright: 0.75em;
  -moz-border-radius-topright: 0.75em;
  -moz-border-radius-bottomright: 0.75em;
}