User:Kate/simple.css
From Wikitech
< User:Kate(Difference between revisions)
| Line 28: | Line 28: | ||
float: left; | float: left; | ||
width: auto; | width: auto; | ||
| + | border-left: solid 1px #aaaabb; | ||
| + | border-right: solid 1px #aaaabb; | ||
} | } | ||
Revision as of 05:03, 24 October 2005
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; border-left: solid 1px #aaaabb; border-right: solid 1px #aaaabb; } .portlet ul { list-style-type: none; } .portlet h5 { height: 20px; } .portlet:hover { height: auto; opacity: .95; border: solid 1px black; background-color: #eeeeff !important; }