librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1058] Don't make non-linking <a> elements blue.


From: Toby Inkster
Subject: [Librefm-commits] [1058] Don't make non-linking <a> elements blue.
Date: Thu, 30 Apr 2009 12:00:44 +0000

Revision: 1058
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1058
Author:   tobyink
Date:     2009-04-30 12:00:42 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
Don't make non-linking <a> elements blue.

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/alpha.css
    trunk/nixtape/themes/librefm/librefm.css

Modified: trunk/nixtape/themes/librefm/alpha.css
===================================================================
--- trunk/nixtape/themes/librefm/alpha.css      2009-04-30 11:57:42 UTC (rev 
1057)
+++ trunk/nixtape/themes/librefm/alpha.css      2009-04-30 12:00:42 UTC (rev 
1058)
@@ -2,7 +2,7 @@
  * Alpha specific CSS
  *
  */
-a {
+a:link, a:visited {
     text-decoration: none;
     outline: none;
     color: #3465a4;
@@ -96,7 +96,8 @@
 ul.listcloud li dt { margin: 0; padding: 0; }
 ul.listcloud li dd { margin: 0; padding: 0; }
 
-ul.listcloud li dt a { color: #630000; text-decoration: none; }
+ul.listcloud li dt a:link,
+ul.listcloud li dt a:visited { color: #630000; text-decoration: none; }
 ul.listcloud li dt a:hover { text-decoration: underline; }
 
 ul#topartists.listcloud dd, ul#albums.listcloud dd { font-size: 77%; 
line-height: 1.2em; }
@@ -167,7 +168,7 @@
 ul.gobbles * {
     list-style: none;
 }
-    ul.gobbles .contributor a {
+    ul.gobbles .contributor a:link, ul.gobbles .contributor a:visited {
         text-decoration: none;
         color: #2e3436;
         font-weight: bold;
@@ -273,4 +274,4 @@
 dt.libre{background-image: url(/themes/librefm/images/square.png); 
background-repeat: no-repeat; padding-left: 22px; background-color: #eee;}
 li.libre{background-image: url(/themes/librefm/images/square.png); 
background-repeat: no-repeat; padding-left: 22px; background-color: #eee;}
 
-#adbard{width: 150px; margin: 10px auto 5px auto;}
\ No newline at end of file
+#adbard{width: 150px; margin: 10px auto 5px auto;}

Modified: trunk/nixtape/themes/librefm/librefm.css
===================================================================
--- trunk/nixtape/themes/librefm/librefm.css    2009-04-30 11:57:42 UTC (rev 
1057)
+++ trunk/nixtape/themes/librefm/librefm.css    2009-04-30 12:00:42 UTC (rev 
1058)
@@ -10,9 +10,9 @@
 
 #hd ul{ margin: 0; padding: 0; line-height: 70px; position: absolute; top: 0; 
right: 20px;}
 
-#hd li a{ color: white; text-decoration: none; }
+#hd li a:link, #hd li a:visited { color: white; text-decoration: none; }
 
-#login a{ color: yellow !important; }
+#login a:link, #login a:visited { color: yellow !important; }
 
 #hd li{ display: inline; font-size: 21px; text-transform: lowercase; 
font-weight: bold; margin-right: 20px;}
 
@@ -41,7 +41,7 @@
      padding: 0;
      }
 
-#hd h1 a{ 
+#hd h1 a { 
        display: block;
        text-decoration: none;
        overflow: hidden;
@@ -77,4 +77,4 @@
 th{background-color: black; color: white;}
 tr.odd{background-color: #edf3fe;}
 
-form {font-size: 140%;}
\ No newline at end of file
+form {font-size: 140%;}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]