X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=eabe0eea52dd3599957ee622c9212390417a5769;hp=7b2d34b5b582f0d8669ea0dc4cc3c856af34dd00;hb=f7dee494a28a25526de6d53bb01429c56da263f4;hpb=3e957c3742892aeb9c7bd248bc074e73512fef6c diff --git a/www/style.css b/www/style.css index 7b2d34b..eabe0ee 100644 --- a/www/style.css +++ b/www/style.css @@ -21,6 +21,32 @@ nav { color: #9d9d9d; } +footer { + margin: 0; + margin-top: 1em; + padding: 1em; + display: block; + background-color: #1c1c1c; + color: #9d9d9d; + font-size: 80%; +} + +footer a, footer a:visited { + text-decoration: none; +} + +footer a:hover { + text-decoration: underline; +} + +footer a, footer a:visited, footer a:hover, footer i { + color: white; +} + +footer li { + list-style: none; +} + h1 { font-size: 250%; font-weight: bold;