[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qsos-commits] qsos/apps/phpviewer phpviewer.css
From: |
Raphaël Semeteys |
Subject: |
[Qsos-commits] qsos/apps/phpviewer phpviewer.css |
Date: |
Sun, 19 Nov 2006 14:56:41 +0000 |
CVSROOT: /sources/qsos
Module name: qsos
Changes by: Raphaël Semeteys <rsemeteys> 06/11/19 14:56:41
Modified files:
apps/phpviewer : phpviewer.css
Log message:
highlight on mouserover
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/phpviewer/phpviewer.css?cvsroot=qsos&r1=1.1&r2=1.2
Patches:
Index: phpviewer.css
===================================================================
RCS file: /sources/qsos/qsos/apps/phpviewer/phpviewer.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- phpviewer.css 31 Oct 2006 15:56:05 -0000 1.1
+++ phpviewer.css 19 Nov 2006 14:56:41 -0000 1.2
@@ -14,34 +14,38 @@
padding-left: 12px;
}
-tr.title {
+.title {
background-color: black;
font-weight: bold;
color: white;
}
-tr.level0 {
+.level0 {
background-color: #0047ff;
font-weight: bold;
}
-tr.level1 {
+.level1 {
background-color: #0099ff;
}
-tr.level2 {
+.level2 {
background-color: #99ccff;
}
-tr.level3 {
+.level3 {
background-color: #bfdbf8;
}
-tr.level4 {
+.level4 {
background-color: #e7ecf2;
}
-td.score {
+.highlight {
+ background-color: #e0faf3;
+}
+
+.score {
text-align: center;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qsos-commits] qsos/apps/phpviewer phpviewer.css,
Raphaël Semeteys <=