From 0250ba737d78f7f0ccc542a8b0a3078d6850a123 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 5 Apr 2011 10:55:12 +0000 Subject: style update --- g/style/all.css | 20 ++++++++++++++++++-- g/style/screen.css | 20 ++++++++++++++++++-- 2 files changed, 36 insertions(+), 4 deletions(-) (limited to 'g') diff --git a/g/style/all.css b/g/style/all.css index 5b9d72aee..d4bb1388e 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -49,6 +49,18 @@ h3 a { color: #3494d3; text-decoration: none; } +.report-a-bug h3 { + color: #222; +} + +code.term, +pre.term { + background: #444; + display: block; + color: #eee; + padding: 0.8em 1em; + -webkit-box-shadow: 0 0 10px #aaa; +} hr { display: block; @@ -121,6 +133,7 @@ hr { height: 84px; line-height: 76px; } +.subh em.tag { color: orange; } .hl > li { margin-bottom: 0.6em; } @@ -146,9 +159,10 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; } .qsidesummary { float: right; border: 1px solid #aaa; - padding: 0 0 2em 0; + padding: 0 0 1em 1em; margin: 0 0 2em 1em; } +.qsidesummary.testday { float: none; background: #FFF380; border-color: orange; padding: 0.8em; margin: 0 0 1em 0; font-size: 85%; } .nav2 { width: 695px; margin: 0 auto; position: relative; } p.loc { font-size: 0.9em; padding: 0.5em 0; color: #ccc; width: 695px; margin: 0 auto; text-align: left; } @@ -246,4 +260,6 @@ span.pop_3 { width: 20px; } span.pop_4 { width: 35px; } span.pop_5 { width: 50px; } .dlinfo { font-size: 85%; color: #888; } -.dlt2 tr.reco td { font-weight: bold; } \ No newline at end of file +.dlt2 tr.reco td { font-weight: bold; } + +.hidden { display: none; } \ No newline at end of file diff --git a/g/style/screen.css b/g/style/screen.css index f3ac00aed..235d476ad 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -37,6 +37,18 @@ h3 a { color: #3494d3; text-decoration: none; } +.report-a-bug h3 { + color: #222; +} + +code.term, +pre.term { + background: #444; + display: block; + color: #eee; + padding: 0.8em 1em; + -webkit-box-shadow: 0 0 10px #aaa; +} hr { display: block; @@ -109,6 +121,7 @@ hr { height: 84px; line-height: 76px; } +.subh em.tag { color: orange; } .hl > li { margin-bottom: 0.6em; } @@ -134,9 +147,10 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; } .qsidesummary { float: right; border: 1px solid #aaa; - padding: 0 0 2em 0; + padding: 0 0 1em 1em; margin: 0 0 2em 1em; } +.qsidesummary.testday { float: none; background: #FFF380; border-color: orange; padding: 0.8em; margin: 0 0 1em 0; font-size: 85%; } .nav2 { width: 695px; margin: 0 auto; position: relative; } p.loc { font-size: 0.9em; padding: 0.5em 0; color: #ccc; width: 695px; margin: 0 auto; text-align: left; } @@ -234,4 +248,6 @@ span.pop_3 { width: 20px; } span.pop_4 { width: 35px; } span.pop_5 { width: 50px; } .dlinfo { font-size: 85%; color: #888; } -.dlt2 tr.reco td { font-weight: bold; } \ No newline at end of file +.dlt2 tr.reco td { font-weight: bold; } + +.hidden { display: none; } \ No newline at end of file -- cgit v1.2.1