From 9fc4a25f3b965780a74e4d14dd38d43beebc5b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Flores?= Date: Tue, 15 Feb 2005 14:14:59 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@434 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/html/css/style.css | 92 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 trunk/html/css/style.css diff --git a/trunk/html/css/style.css b/trunk/html/css/style.css new file mode 100644 index 00000000..ba63db74 --- /dev/null +++ b/trunk/html/css/style.css @@ -0,0 +1,92 @@ +body +{ + color: #497895; + font-family: verdana; + margin-top: 0px; +} + +.text +{ + color: #497895; + font-family: verdana; + font-size: 10pt; + text-align: justify; +} + +td.asd +{ + border-width: 1px 1px 1px 1px; + border-style: solid; +} + +td.title +{ + color: #ffffff; + font-family: verdana; + font-size: 10pt; + font-weight: bold; +} + +td.noticias +{ + font-size: 9pt; +} + +td.footer +{ + color: #ffffff; + font-family: verdana; + font-size: 8pt; + text-align: right; +} + +a:link, +a:visited, +a:active +{ + color: #FFFFFF; + font-family: verdana; + font-size: 10pt; + font-weight: bold; + text-decoration: none; +} + +a:hover +{ + color: #C13F45; + font-family: verdana; + font-size: 10pt; + font-weight: bold; + text-decoration: none; +} + +a.big:link, +a.big:visited, +a.big:active +{ + color: #497895; + font-family: verdana; + font-size: 12pt; + font-weight: bold; + text-decoration: none; +} + +a.big:hover +{ + color: #C13F45; + font-family: verdana; + font-size: 12pt; + font-weight: bold; + text-decoration: none; +} + +a.copy:link, +a.copy:visited, +a.copy:active +{ + color: #FFFFFF; + font-family: verdana; + font-size: 8pt; + font-weight: normal; + text-decoration: underline; +}