User:Kate/simple.css
From Wikitech
< User:Kate(Difference between revisions)
m |
|||
| Line 57: | Line 57: | ||
} | } | ||
| − | .portlet ul { | + | .portlet ul, .portlet li { |
list-style-type: none; | list-style-type: none; | ||
padding-left: 0em; | padding-left: 0em; | ||
| Line 71: | Line 71: | ||
opacity: .95; | opacity: .95; | ||
border: solid 1px black; | border: solid 1px black; | ||
| − | background-color: # | + | background-color: #f4f4ff !important; |
} | } | ||
| Line 103: | Line 103: | ||
color: #666666; | color: #666666; | ||
font-weight: normal; | font-weight: normal; | ||
| + | } | ||
| + | |||
| + | a { | ||
| + | color: black; | ||
| + | text-decoration: none; | ||
| + | border-bottom: dashed 1px black; | ||
| + | } | ||
| + | |||
| + | a:hover { | ||
| + | color: black; | ||
| + | text-decoration: none; | ||
| + | border-bottom: solid 1px black; | ||
| + | } | ||
| + | |||
| + | a.new { | ||
| + | color: #aa6666; | ||
| + | } | ||
| + | |||
| + | a.new:hover { | ||
| + | text-decoration: none; | ||
| + | color: #aa6666; | ||
| + | } | ||
| + | |||
| + | a.extiw:after { | ||
| + | content: " [iw]"; | ||
| + | color: #666666; | ||
| + | } | ||
| + | |||
| + | a.extiw { | ||
| + | color: black !important; | ||
| + | } | ||
| + | |||
| + | .pBody, #p-cactions ul { | ||
| + | line-height: 1.7em; | ||
| + | } | ||
| + | |||
| + | .pBody { | ||
| + | margin-left: 0; | ||
| + | padding-left: 0; | ||
} | } | ||
Latest revision as of 05:14, 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, .portlet li { 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: #f4f4ff !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; } a { color: black; text-decoration: none; border-bottom: dashed 1px black; } a:hover { color: black; text-decoration: none; border-bottom: solid 1px black; } a.new { color: #aa6666; } a.new:hover { text-decoration: none; color: #aa6666; } a.extiw:after { content: " [iw]"; color: #666666; } a.extiw { color: black !important; } .pBody, #p-cactions ul { line-height: 1.7em; } .pBody { margin-left: 0; padding-left: 0; }