summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-13 16:26:23 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-13 16:26:23 +0000
commit7c30496060681d683abd600250db3a090810f3ba (patch)
treeb29d07d0cd5520110772852b720e9e3c9bb1ce29
parent7a6be4af6aae3ce7c1491741f960c20494147fbb (diff)
downloadpkgsubmit-7c30496060681d683abd600250db3a090810f3ba.tar
pkgsubmit-7c30496060681d683abd600250db3a090810f3ba.tar.gz
pkgsubmit-7c30496060681d683abd600250db3a090810f3ba.tar.bz2
pkgsubmit-7c30496060681d683abd600250db3a090810f3ba.tar.xz
pkgsubmit-7c30496060681d683abd600250db3a090810f3ba.zip
adjust contrast: saturate green bg, darker default font color, package explicit link
-rw-r--r--style.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/style.css b/style.css
index a82af97..d904ed7 100644
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@ html, body {
}
html, body, table {
font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif;
- color: #202020;
+ color: #101010;
}
body { font-size: 80%; }
@@ -28,7 +28,7 @@ td { padding: 0; margin: 0; padding: 0.2em 0.5em; border-bottom: 1px solid #ccc;
th, td { vertical-align: top; }
tr { background: transparent; }
-tr.uploaded { background: #ddffdd; }
+tr.uploaded { background: #ddffdd; background: #91ff91; }
tr.failure { background: #ffdddd; }
tr.rejected { background: #FFFFE0; }
tr.todo { background: white; }
@@ -54,9 +54,7 @@ tr .revision { display: block; font-size: 85%; text-align: left; }
td .media,
td .timeinfo,
-td .revision a { color: #777777; text-decoration: none; }
-
-a.package { color: #202020; text-decoration: none; }
+td .revision a { color: #606060; text-decoration: none; }
.number, .percent { text-align: right; }