[Yanel-commits] rev 30221 - in public/yanel/contributions/realms/foaf/data: . css

michi at wyona.com michi at wyona.com
Mon Jan 7 23:23:33 CET 2008


Author: michi
Date: 2008-01-07 23:23:32 +0100 (Mon, 07 Jan 2008)
New Revision: 30221

Added:
   public/yanel/contributions/realms/foaf/data/css/
   public/yanel/contributions/realms/foaf/data/css/profile.css
Log:
profile added

Added: public/yanel/contributions/realms/foaf/data/css/profile.css
===================================================================
--- public/yanel/contributions/realms/foaf/data/css/profile.css	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/css/profile.css	2008-01-07 22:23:32 UTC (rev 30221)
@@ -0,0 +1,57 @@
+/*
+* Copyright 2008 Wyona
+*/
+
+body {
+  margin: 10px;
+  padding: 0px;
+}
+
+a {
+  text-decoration: none;  
+  font-weight: bold;
+  color: #0066CC;
+}
+
+a:hover {
+  font-weight: bold;
+  color: #3399FF;
+}
+
+a:visited {
+  font-weight: bold;
+  color: #FFCC00;
+}
+
+a:visited:hover {
+  font-weight: bold;
+  color: #3399FF;
+}
+
+#copyright{
+  font-family: verdana, sans-serif;
+  font-size: 9px;
+  /*text-align: center;*/
+  color: #333333;
+
+  /*border-top: solid 1px #b1b1b1;*/
+  border-left: solid 1px #b1b1b1;
+  border-right: solid 1px #b1b1b1;
+}
+  
+#copyright a {
+  text-decoration: none;
+  color: #3366cc;
+}
+
+#copyright a:hover {
+  color: #ff6600;
+}
+
+#copyright a:visited {
+  color: #909090;
+}
+
+#copyright a:visited:hover {
+  color: #ff6600;
+}



More information about the Yanel-commits mailing list