MediaWiki:Common.css
From LMU BioDB 2015
Revision as of 00:45, 30 August 2015 by Dondi (Talk | contribs) (Define standard th and td styles for schedule-table.)
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 be applied to all skins */ .toc-container { float: right; margin-left: 20px; } /* A little table compensation. */ .mw-content-ltr table p + ul { margin-top: -5px; } /* Standard style for quickie highlights/warnings. */ .content-warning { border-radius: 10px; background-color: #fed; box-shadow: inset 0 4px 8px #987; padding: 10px; text-align: center } /* Style group for the specialized class schedule table. */ .schedule-table { width: 100%; margin: 1em 0; } .schedule-table th { background-color: #ddd; } .schedule-table td, .schedule-table th { padding: 1.5ex; vertical-align: top; }