Changeset 1029 for confluence

Show
Ignore:
Timestamp:
02/01/12 01:52:40 (4 months ago)
Author:
confluence
Message:

awesomely tasteful borders

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • confluence/skins/pmwiki/flenser/flenser.css

    r1028 r1029  
    11body { background: white; margin: 0; padding: 0; border: 0; width: 100%; } 
    2 #header { background: black; border-bottom: solid 1px gray; padding: 10px;} 
     2#header { background: black; padding: 10px;} 
    33#wikihead { position:absolute; right:10px; top:10px; } 
    4 #wikibody { background: white; padding: 10px; } 
    5 #wikicmds { float:right; white-space:nowrap; } 
    6 #wikileft { width: 20%; background: darkred; border-right: solid 1px gray; padding: 10px; } 
    7 #wikifoot { background: black; border-top: solid 1px gray; text-align: center; padding: 10px 0; } 
     4#wikibody { background: white; padding: 10px; border-top: dashed 3px gray; border-bottom: dashed 3px gray; } 
     5#wikicmds { float: right; white-space: nowrap; } 
     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; } 
    88 
    99#header a, #wikileft a, #wikifoot a { color: white; }