MediaWiki:Monobook.css
From Twinsuniverse
Revision as of 10:32, 15 November 2012 by J McKalling (Talk | contribs)
Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Monobook skin */ /* Main content frame */ #content { border-radius: 0.4em; } /* Upper tabs */ #p-cactions ul li, #p-cactions ul li a { border-radius: 0.7em 0.7em 0px 0px; } /* Side-Bar */ div.pBody { border-radius: 0px 7px 7px 0px; } /* Footer */ #footer { border-radius: 0.3em; } /* Thumbnails */ div.thumbinner { border-radius: 0.6em; } /* Table of Contents */ #toc { border-radius: 8px; } /* "Categories" box */ #catlinks { border-radius: 8px; } /* Left boxes on main page */ table[align="left"][cellspacing="6"] td { border-radius: 9px; }