User:Kate/simple.css
From Wikitech
< User:Kate(Difference between revisions)
| Line 1: | Line 1: | ||
body { | body { | ||
| − | background-color: # | + | 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; | ||
} | } | ||
Revision as of 04:57, 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; } .portlet ul { list-style-type: none; } .portlet h5 { height: 20px; } .portlet:hover { height: auto; opacity: .95; border: solid 1px black; background-color: #eeeeff !important; }