User:RossPatterson/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.
/* Sections from the sample at [[Monobook#Samples]] */ /* replace the book in the background with something else */ body { background: #F0F0F0; } /* don't use any logo, move the boxes onto that area instead */ #p-logo { display: none } #column-one { padding-top: 0; } /* change background of unselected tabs */ #p-cactions ul li a { background: #C7FDC7; } /* 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; } /* Diff view styling from the sample at [[Monobook]] */ /* 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; } /* Make the background behind the content area and the tabs a light grey (based on a sample at [[Monobook#Samples]]) */ #content, #content table #p-cactions ul li a { background: #f5f5f5; } /* Make visited and un-visited links easier to distinguish */ a:visited { color: green } /* Make links to redirects violet to distiguish them from links to pages */ a.mw-redirect { color: #cc00cc }