Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#confirmemail { display:none; }

#editpage-specialchars { display: none; }


/* source: http://meta.wikimedia.org/wiki/User_styles */


/* 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: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
pre {
  /* next four lines setup the rounded corners on pre */
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  /* next line puts scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
  overflow: auto;
}


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

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

/* change border background of selected tabs */
/* #p-cactions li.selected { border-color: #aaaaaa; } */


/* don't use a smaller font */
td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 100% };
/* underline just the text that's different */
span.diffchange { text-decoration:underline; }