From c91247dbede48a605d5b5ae1fc966a95022e5820 Mon Sep 17 00:00:00 2001 From: Jem Date: Tue, 22 May 2018 20:11:10 +0200 Subject: [PATCH] =?utf8?q?Se=20a=C3=B1ade=20fichero=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- html/eventos.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 html/eventos.css diff --git a/html/eventos.css b/html/eventos.css new file mode 100644 index 0000000..2c648cb --- /dev/null +++ b/html/eventos.css @@ -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 -- 2.30.2