From 0e55b37502c319071ae78278d52aa907d735f2fd Mon Sep 17 00:00:00 2001 From: crudo Date: Mon, 22 May 2017 16:56:43 +0200 Subject: [PATCH] Style updates. --- index.html | 33 ++++++++++++++++++--------------- style.css | 40 ++++++++++++++++++---------------------- 2 files changed, 36 insertions(+), 37 deletions(-) diff --git a/index.html b/index.html index 29ae02e..df83728 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,32 @@ + - Unit - - + Unit + + -
- - +
+

Unit

-
-
Viale Molise 68, Milano
-
#unit irc.autistici.org
-
unit at paranoici.org
-
-
+
+

Viale Molise 68, Milano

+

unit at paranoici.org

+

#unit at irc.autistici.org

+
+ + diff --git a/style.css b/style.css index c4336b6..5e8f4dc 100644 --- a/style.css +++ b/style.css @@ -1,35 +1,31 @@ -body { - margin: 0; - padding: auto; +html { font-family: monospace; - font-size: 16; + font-size: 12pt; } -.content { - margin: auto; - width: 20em; +h1 { + font-size: 2rem; } -.div { - margin: auto; +a:link, a:visited { + text-decoration: none; + color: #04a; } -#logo { - margin: auto; - margin-top: 5em; - margin-bottom: 5em; - width: 20em; +a:link:active, a:visited:active, +a:link:hover, a:visited:hover { + text-decoration: underline; } -#logo img { - margin: auto; +body > section { + margin: 2rem auto 2rem auto; + width: 20rem; +} + +img.logo { width: 100%; } -.info { - margin-top: 2em; -} - -.info div { - margin-top: 0.5em; +section.info > p { + margin: 0 0 0.5rem 0; }