From 0f020977aacc78070cbe4b0f60a7040635041953 Mon Sep 17 00:00:00 2001 From: sejo Date: Wed, 19 May 2021 22:45:35 -0500 Subject: gallery, estilos --- gemtext2html.awk | 2 +- web/static/estilo.css | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/gemtext2html.awk b/gemtext2html.awk index ce11980..5549c95 100644 --- a/gemtext2html.awk +++ b/gemtext2html.awk @@ -277,10 +277,10 @@ END{ print "" print "" print "" print "" diff --git a/web/static/estilo.css b/web/static/estilo.css index 9f0bd9f..47231d2 100644 --- a/web/static/estilo.css +++ b/web/static/estilo.css @@ -12,6 +12,7 @@ a{ a:hover{ background-color: #363; color: #fff; + border-radius:3px; } a:visited{ color: #773; @@ -19,6 +20,7 @@ a:visited{ a:visited:hover{ background-color: #773; color: #fff; + border-radius:3px; } body{ @@ -30,7 +32,7 @@ body{ } nav,footer,section{ - border-top: 1px dotted; + border-top: 3px dotted; } footer{ font-size: small; @@ -38,8 +40,20 @@ footer{ } pre{ - background-color: #ddd; + background-color: #fee; + color: #433; padding:1em; + border-radius:5px; +} + +main h1{ + font-size: 30px +} +main h2{ + font-size: 25px +} +main h3{ + font-size: 20px } gallery{ @@ -51,6 +65,7 @@ gallery{ } img{ margin:10px; + border-radius:5px; } nav{ -- cgit v1.2.3