Gentoo Archives: gentoo-commits

From: "Dean Stephens (desultory)" <desultory@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/templates/gentoo: gentoo.css
Date: Tue, 23 Nov 2010 03:30:46
Message-Id: 20101123033043.A3B3B20054@flycatcher.gentoo.org
1 desultory 10/11/23 03:30:43
2
3 Modified: gentoo.css
4 Log:
5 Make coloration of the profile user unban links distinct
6
7 Revision Changes Path
8 1.6 forums/htdocs/templates/gentoo/gentoo.css
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/gentoo.css?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/gentoo.css?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/gentoo.css?r1=1.5&r2=1.6
13
14 Index: gentoo.css
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/templates/gentoo/gentoo.css,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- gentoo.css 29 Mar 2006 13:25:39 -0000 1.5
21 +++ gentoo.css 23 Nov 2010 03:30:43 -0000 1.6
22 @@ -736,3 +736,19 @@
23 PADDING-TOP: 0.25em;
24 FONT-FAMILY: Verdana, Arial, Helvetica
25 }
26 +A.unban:link
27 +{
28 + COLOR: #ff0000;
29 +}
30 +A.unban:active
31 +{
32 + COLOR: #ff3333;
33 +}
34 +A.unban:visited
35 +{
36 + COLOR: #770000;
37 +}
38 +A.unban:hover
39 +{
40 + COLOR: #ff3333;
41 +}