Changeset 1030
- Timestamp:
- 02/01/12 14:28:32 (4 months ago)
- Location:
- confluence/skins/pmwiki/flenser
- Files:
-
- 1 added
- 1 modified
-
flenser.css (modified) (2 diffs)
-
logo_b.png (added)
Legend:
- Unmodified
- Added
- Removed
-
confluence/skins/pmwiki/flenser/flenser.css
r1029 r1030 1 body { background: white; margin: 0; padding: 0; border: 0; width: 100%; }2 #header { background: black; padding: 10px;}1 body { background: white; margin: 0; padding: 0; border: 0; width: 100%; font-family: sans-serif;} 2 #header { background: black; color: #adadad; padding: 10px;} 3 3 #wikihead { position:absolute; right:10px; top:10px; } 4 4 #wikibody { background: white; padding: 10px; border-top: dashed 3px gray; border-bottom: dashed 3px gray; } 5 5 #wikicmds { float: right; white-space: nowrap; } 6 6 #wikileft { width: 20%; background: darkred; border-top: dashed 3px #680000; border-bottom: dashed 3px #680000; border-right: dashed 3px #c58080; padding: 10px; } 7 #wikifoot { background: black; text-align: center; padding: 10px 0; }7 #wikifoot { background: black; color: #adadad; text-align: center; padding: 10px 0; } 8 8 9 9 #header a, #wikileft a, #wikifoot a { color: white; } 10 10 #wikihead a, #wikileft a, #wikifoot a { text-decoration: none; } 11 11 #wikihead a:hover, #wikileft a:hover, #wikifoot a:hover { text-decoration: underline; } 12 .lastmod { font-size: smaller; color: #adadad;}12 .lastmod { font-size: smaller; } 13 13 14 14 #wikicmds ul, #wikileft ul { list-style: none; margin: 0px; padding: 0px; } … … 19 19 #wikileft .vspace { margin-top:1.125em; } 20 20 .sidehead { 21 margin: 0px; padding:4px 2px 2px 2px;21 margin: 0px; padding: 4px 2px 2px 2px; 22 22 font-size: large; font-weight:bold; font-style:normal; 23 23 }
