User:S charette/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
#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; }