aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-25 10:42:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-25 10:42:21 +0000
commit6b2ad7d35502e79ea1455b6b05d736a77a0f0697 (patch)
tree8b2145f1a47e28081a3c2d88ec560e0c4bef6b6f
parent4a1e087b3319f474697e8c7dc493333808e1cc19 (diff)
downloadellinika-6b2ad7d35502e79ea1455b6b05d736a77a0f0697.tar.gz
ellinika-6b2ad7d35502e79ea1455b6b05d736a77a0f0697.tar.bz2
Change style of hyperlinks.
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@425 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--style.css20
1 files changed, 17 insertions, 3 deletions
diff --git a/style.css b/style.css
index c9af1fc..1b822b6 100644
--- a/style.css
+++ b/style.css
@@ -6,9 +6,23 @@ body {
color: #000000;
}
-a:link { color: #1F00FF }
-a:hover { color: #FF0000 }
-a:visited { color: #9900DD }
+a {
+ text-decoration: none;
+ color: #002bb8;
+ background: none;
+}
+
+a:visited {
+ color: #5a3696;
+}
+
+a:active {
+ color: #faa700;
+}
+
+a:hover {
+ text-decoration: underline;
+}
table.frame {
margin: 1em 1em 1em 0;

Return to:

Send suggestions and report system problems to the System administrator.