X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=457491476a9be233ccadf9ae616b36715c9af3ec;hp=14d1e660984136e53c767f4d25959e597819d09a;hb=7727872201216e0b0b843d8a73a0b544bf78a7a8;hpb=c266644d70f98831bdf25b8db43cd0bee3f569a8 diff --git a/www/style.css b/www/style.css index 14d1e66..4574914 100644 --- a/www/style.css +++ b/www/style.css @@ -21,6 +21,39 @@ 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; + margin: 0; + padding: 0; +} + +footer ul { + margin: 0; + padding: 0; +} + h1 { font-size: 250%; font-weight: bold; @@ -79,6 +112,11 @@ nav a, nav a:hover, nav a:visited { color: inherit; } +h1 a, h1 a:hover, h1 a:visited { + text-decoration: none; + color: inherit; +} + nav a:hover { border-bottom-style: solid; border-bottom-width: 2px;