User:Kate/simple.css
From Wikitech
< User:Kate(Difference between revisions)
| Line 53: | Line 53: | ||
border-left: solid 1px #aaaabb; | border-left: solid 1px #aaaabb; | ||
border-right: solid 1px #aaaabb; | border-right: solid 1px #aaaabb; | ||
| + | padding-right: 1em; | ||
| + | padding-left: 1em !important; | ||
} | } | ||
| Line 58: | Line 60: | ||
list-style-type: none; | list-style-type: none; | ||
padding-left: 0em; | padding-left: 0em; | ||
| + | margin-left: 0em; | ||
} | } | ||
| Line 77: | Line 80: | ||
.portlet a:hover { | .portlet a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
| − | + | color: #aa6666; | |
| + | } | ||
| + | |||
| + | .portlet li.new a, .portlet li.new { | ||
| + | color: black; | ||
| + | text-decoration: none !important; | ||
} | } | ||
Revision as of 01:47, 25 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; } #p-search { position: absolute; top: 22px; right: 0px; height: auto; border: solid 1px #f4f4f4; /*border-right: solid 1px #f4f4f4;*/ } #p-search:hover { background-color: #f4f4f4 !important; } #p-search h5 { display: none; } #p-search input[type ^="text"] { width: 100px; display: inline; clear: none; } .portlet { height: 20px; overflow: hidden; float: left; width: auto; border-left: solid 1px #aaaabb; border-right: solid 1px #aaaabb; padding-right: 1em; padding-left: 1em !important; } .portlet ul { list-style-type: none; padding-left: 0em; margin-left: 0em; } .portlet h5 { height: 20px; } .portlet:hover { height: auto; opacity: .95; border: solid 1px black; background-color: #eeeeff !important; } .portlet:hover h5 { text-decoration: underline; } .portlet a:hover { text-decoration: none; color: #aa6666; } .portlet li.new a, .portlet li.new { color: black; text-decoration: none !important; } h1, h1.firstHeading { font-size: 175%; text-decoration: none; border-bottom: dashed 1px black; } h2 { font-size: 150%; border-bottom: dashed 1px black; text-decoration: none; } #siteSub { color: #666666; font-weight: normal; }