X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=static%2Fcommon.css;fp=static%2Fcommon.css;h=e466cb71f9b780af65256da6916e6324595cc4a8;hp=bee38cdb1bd961cb314ed832a2c09b57d18405de;hb=3d77c204c471814c6af57dfa64331ef95f567d27;hpb=15013eb0790a7935dc28b8ace6d5001122e400f1 diff --git a/static/common.css b/static/common.css index bee38cd..e466cb7 100644 --- a/static/common.css +++ b/static/common.css @@ -10,6 +10,10 @@ body { margin: 0; padding: 0; padding-top: 2.5em; + position: absolute; + min-height: 100%; + width: 100%; + padding-bottom: 2em; } .NAVIGATION { position: fixed; @@ -37,15 +41,18 @@ body { background: #F3FFFF; } +#CONFIGURE label[for="navigationconfig"] { display: none; } +#CONFIGURE:target label[for="navigationconfig"] { display: inline; } + .NAVIGATION input#navigationconfig { display: none; } -.NAVIGATION label[for=navigationconfig] { } -.NAVIGATION input + label + form.config { +.NAVIGATION input + form.config { position: static; display: none; } + .NAVIGATION .config a { display: block; } .NAVIGATION .config a:hover { border-width: 1px 2px; } -.NAVIGATION input:checked + label + form.config { display: block; } +.NAVIGATION input:checked + form.config { display: block; } .NAVIGATION .config input[type=text], .NAVIGATION .config button { font-size: .875em; @@ -85,3 +92,10 @@ body { .trailbtn:checked + .trailbox + .trailbtn:checked, .trailbtn:checked { display: none; } +#footer { + width: 100%; + background-color: #FFF; + border-top: 1px solid #BBF; + margin: 0; padding: .5em 2em; + position: absolute; bottom: 0; +}