User:Beria/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#editpage-copywarn {display:none}
#editpage-specialchars-Caracteres {display:none}
#editpage-specialchars-C.C3.B3digo {display:none}
#weekedit-makeup-history-list {display:none}
div.portlet h5 {display:none}
 
/* Sección 2: Bordes redondeados (para navegadores moz/firefox/gecko) */
 
.pBody {
   padding: 0.3em 0.1em;
   -moz-border-radius-topright: 0.5em;
}
 
.portlet h5 {
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 0.5em;
}
 
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0.5em;
}
 
#content {
  -moz-border-radius-topleft: 0.5em;
}

/* popup navigation */
.navpopup {
background-color:  #F0F8FF  !important;
border: thin solid  #6495ED  !important;
}

/* wlm pt */
.wlmreview {
  display: block !important;
}