Changeset 1030

Show
Ignore:
Timestamp:
02/01/12 14:28:32 (4 months ago)
Author:
confluence
Message:

tweaks + b logo

Location:
confluence/skins/pmwiki/flenser
Files:
1 added
1 modified

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;} 
     1body { background: white; margin: 0; padding: 0; border: 0; width: 100%; font-family: sans-serif;} 
     2#header { background: black; color: #adadad; padding: 10px;} 
    33#wikihead { position:absolute; right:10px; top:10px; } 
    44#wikibody { background: white; padding: 10px; border-top: dashed 3px gray; border-bottom: dashed 3px gray; } 
    55#wikicmds { float: right; white-space: nowrap; } 
    66#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; } 
    88 
    99#header a, #wikileft a, #wikifoot a { color: white; } 
    1010#wikihead a, #wikileft a, #wikifoot a { text-decoration: none; } 
    1111#wikihead a:hover, #wikileft a:hover, #wikifoot a:hover { text-decoration: underline; } 
    12 .lastmod { font-size: smaller; color: #adadad; } 
     12.lastmod { font-size: smaller; } 
    1313 
    1414#wikicmds ul, #wikileft ul { list-style: none; margin: 0px; padding: 0px; } 
     
    1919#wikileft .vspace { margin-top:1.125em; } 
    2020.sidehead { 
    21   margin:0px; padding:4px 2px 2px 2px; 
     21  margin: 0px; padding: 4px 2px 2px 2px; 
    2222  font-size: large; font-weight:bold; font-style:normal; 
    2323}