X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fcss%2Fstyle.css;h=05336ab5d2e75e15f65ec95f2b88752dc2763850;hb=89f67d31a2be9a504c3f8215952c31ef1d72e20d;hp=b7e57423e86267d47c4a1c62753fa94f827474c4;hpb=d3312ed1aace3c72570f60be56d846fb9ecbc584;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/app/css/style.css b/app/css/style.css index b7e5742..05336ab 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -1,11 +1,16 @@ html, body { + min-height: 100%; width: 100%; height: 100%; padding: 0; margin: 0; } +body { + padding-bottom: 70px; +} + .wrapper { display: table; width: 100%; @@ -31,5 +36,31 @@ pre { } .hand { - cursor: hand; + cursor: pointer; +} + +th { + vertical-align: middle !important; +} + +.main { + margin-bottom: 40px; +} + +footer { + position: fixed; + background-color: #efefef; + bottom: 0; + width: 100%; + color: #555; + font-size: 14px; + padding: 5px; + z-index: 13; + opacity: .5; + -webkit-transition: all .25s; + transition: all .25s; +} + +footer:hover { + opacity: 1; } \ No newline at end of file