Se aƱade fichero css
authorJem <joseemiliomori@wikimedia.es>
Tue, 22 May 2018 18:11:10 +0000 (20:11 +0200)
committerPlatonides <platonides@gmail.com>
Tue, 22 May 2018 18:11:10 +0000 (20:11 +0200)
html/eventos.css [new file with mode: 0644]

diff --git a/html/eventos.css b/html/eventos.css
new file mode 100644 (file)
index 0000000..2c648cb
--- /dev/null
@@ -0,0 +1,13 @@
+a:link   { text-decoration:none;           color:#0000cc }
+a:visited { text-decoration:none;           color:#0000cc }
+a:active  { text-decoration:none;           color:#cc0000 }
+a:hover   { text-decoration:none; cursor:hand;  color:#cc0000 }
+
+body   { font-family: liberation sans, trebuchet ms, sans-serif; }
+input  { font-family: liberation sans, trebuchet ms, sans-serif; border: solid 1px #999; margin-right: 10px; }
+input.t        { height: 30px }
+select { font-family: liberation sans, trebuchet ms, sans-serif; }
+table  { border-spacing: 0px; border-collapse: separate; }
+td     { padding: 12px; }
+th      { padding: 12px; }
+.lopd  { font-size: 80% }
\ No newline at end of file