aboutsummaryrefslogtreecommitdiffstats
path: root/web/static/estilo.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/estilo.css')
-rw-r--r--web/static/estilo.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/web/static/estilo.css b/web/static/estilo.css
new file mode 100644
index 0000000..9f0bd9f
--- /dev/null
+++ b/web/static/estilo.css
@@ -0,0 +1,62 @@
+/* links en el sitio */
+a[href^="./"]{
+ text-decoration:none;
+}
+/* links externos */
+a[rel=external]:after{
+ content:"↝";
+}
+a{
+ color: #363;
+}
+a:hover{
+ background-color: #363;
+ color: #fff;
+}
+a:visited{
+ color: #773;
+}
+a:visited:hover{
+ background-color: #773;
+ color: #fff;
+}
+
+body{
+ color: #333;
+ max-width:40em;
+ margin:0 auto;
+ font-size:18px;
+ padding: 1em;
+}
+
+nav,footer,section{
+ border-top: 1px dotted;
+}
+footer{
+ font-size: small;
+ text-align: center;
+}
+
+pre{
+ background-color: #ddd;
+ padding:1em;
+}
+
+gallery{
+ display:flex;
+ flex-direction:row;
+ flex-wrap:wrap;
+ justify-content:space-evenly;
+ align-content:center;
+}
+img{
+ margin:10px;
+}
+
+nav{
+ font-size:smaller;
+}
+
+nav li{
+ list-style-type:square;
+}
Un proyecto texto-plano.xyz