diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-13 16:26:23 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-13 16:26:23 +0000 |
commit | 7c30496060681d683abd600250db3a090810f3ba (patch) | |
tree | b29d07d0cd5520110772852b720e9e3c9bb1ce29 | |
parent | 7a6be4af6aae3ce7c1491741f960c20494147fbb (diff) | |
download | pkgsubmit-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.css | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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; } |