/* CSS placed here will affect users of the Monobook skin */

/* -- Inicia copiado de Wikia Recipes -- */

/*body{
  background: whitesmoke 0px 0px; 
  font-size: 10px; font-family:Verdana,Arial;
}*/

#p-nav,#p-search,#p-tb,#footer,#content { opacity: 1; }

/*body { background: whitesmoke; font-size: 10px; font-family:Verdana,Arial;}

/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }

/* change background of unselected tabs 
#p-cactions ul li a { background: #FFFFCC; }

/* change background of selected tabs */
#p-cactions ul li.selected a { background: white; }

/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }*/

/* -- Termina copiado de Wikia Recipes -- */