Saltar para o conteúdo

Usuário(a):Juliano/monobook.css

Origem: Wikipédia, a enciclopédia livre.

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
#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;
}