summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-11-23 21:24:25 +0100
committerTomáš Chvátal <scarabeus@gentoo.org>2009-11-23 21:24:25 +0100
commitb13e47e89525a39a23aec57328769449daaae310 (patch)
tree02f07d6ccee1489df40edb0fd963d81d04424008 /gbc.css
parentWork correctly on computers with stable arch in ACCEPT_KEYWORDS. (diff)
downloadgentoo-bumpchecker-b13e47e89525a39a23aec57328769449daaae310.tar.gz
gentoo-bumpchecker-b13e47e89525a39a23aec57328769449daaae310.tar.bz2
gentoo-bumpchecker-b13e47e89525a39a23aec57328769449daaae310.zip
Prettify Kudos to Yngwin. Also fix slight issue with ~ keywords detection.
Diffstat (limited to 'gbc.css')
-rw-r--r--gbc.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/gbc.css b/gbc.css
new file mode 100644
index 0000000..df45574
--- /dev/null
+++ b/gbc.css
@@ -0,0 +1,60 @@
+/*
+ Gentoo Bumpchecker Stylesheet
+ Copyright ©2009 Ben de Groot <yngwin@gentoo.org>
+ Licensed under the GPL version 2 (or later)
+*/
+
+/* limited reset */
+html,body,div,span,h1,h2,h3,p,a,table,tr,th,td {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-size: 100%;
+ font-weight: normal;
+ background: transparent;
+}
+
+body {
+ background: #fff;
+ color: #555;
+ padding: 40px;
+ line-height: 1.2;
+ font-family: 'dejavu sans','bitstream vera sans',sans-serif;
+ font-size: .8em;
+}
+
+h1 {
+ font: bold 2.4em/1 georgia,serif;
+ margin-bottom: 1em;
+}
+
+p {
+ margin: .2em 0;
+}
+
+#stats {
+ margin: 1em 0;
+}
+
+table {
+ margin: 1em 0;
+ border: 1px solid #aaa;
+}
+
+th {
+ font-weight: bold;
+}
+
+th,td {
+ padding: 3px;
+ border: 1px solid #fff;
+ text-align: center;
+}
+
+.pn { text-align: left; }
+
+.compliant { background: #8e8; }
+.stableneedupdate { background: #acf; }
+.needupdate { background: #f98; }
+.notfound { background: #ddd; }
+.newerversion { background: #fe8; }