aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsejo <sejo@texto-plano.xyz>2021-05-19 22:45:35 -0500
committersejo <sejo@texto-plano.xyz>2021-05-19 22:45:35 -0500
commit0f020977aacc78070cbe4b0f60a7040635041953 (patch)
tree4e22c0c33431925be7a2b699cf63754e962522bc
parent72c93faec78c967f9fb101430ebb110cc2e97547 (diff)
downloadsitio-0f020977aacc78070cbe4b0f60a7040635041953.tar.gz
gallery, estilos
-rw-r--r--gemtext2html.awk2
-rw-r--r--web/static/estilo.css19
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 "</section>"
print "</main>"
print "<footer>"
+ print "<p><a href='./index.html'>{" sitio "}</a></p>"
print "<p>página actualizada en: "
fecha = system( "date -r " FILENAME " --rfc-3339=date" )
print "</p>"
- print "<p><a href='./index.html'>{" sitio "}</a></p>"
print "<a href='https://endefensadelsl.org/ppl_es.html' rel=external target=_blank>ppl: licencia de producción de pares</a></p>"
print "</footer>"
print "</body>"
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{
Un proyecto texto-plano.xyz