User:Kate/simple.css
From Wikitech
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
body { background-color: #f4f4f4; margin: 0 0 0 0; padding: 0 0 0 0; } #content { margin-top: 30px; margin-left: 1em; border-left: none; } #column-one { position: absolute; height: 20px; width: 100%; top: 0px; left: 0px; margin: 0em 0em 0em 0em; padding: 0em 0em 0em 0em; border-bottom: solid 1px black; background-color: #aaaabb; } .portlet { height: 20px; overflow: hidden; float: left; width: auto; } .portlet ul { list-style-type: none; } .portlet h5 { height: 20px; } .portlet:hover { height: auto; opacity: .95; border: solid 1px black; background-color: #eeeeff !important; }