summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 00:55:02 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 00:55:02 +0200
commit14cb9e0d74558c7cd44bb055d3d00af136f8f51b (patch)
tree935ff81f44bbf8b11a10e886767a5d3d2f4415a4 /static
parentf11fff031cbd632b50951bc9df04efa827cd59f7 (diff)
downloadweb-14cb9e0d74558c7cd44bb055d3d00af136f8f51b.tar.gz
web-14cb9e0d74558c7cd44bb055d3d00af136f8f51b.tar.bz2
web-14cb9e0d74558c7cd44bb055d3d00af136f8f51b.zip
Finish index page
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css31
1 files changed, 22 insertions, 9 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 013689e..7a62af8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -191,32 +191,45 @@ img.right {
padding-bottom: 5px;
}
-/* Boxes */
-
-.box1 {
- padding: 20px;
+.content h2,h3,h4 {
+ margin-bottom: 0.5em;
}
-.box2 {
- color: #BABABA;
+/* Boxes */
+
+.box {
+ background: #9e9e9e;
+ color: #000;
+ padding: 5px;
+ margin: 0.5em 0.5em 2em 0.5em;
}
-.box2 h2 {
+.box h2 {
margin-bottom: 15px;
font-size: 16px;
color: #FFFFFF;
}
-.box2 ul {
+.box ul {
margin: 0;
padding: 0;
list-style: none;
}
-.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited {
+.box a:link, .box a:hover, .box a:active, .box a:visited {
color: #EDEDED;
}
+.box > pre {
+ margin: 0;
+ padding: 0;
+ overflow: auto;
+}
+
+p + .box {
+ margin-top: -1.5em;
+}
+
/* Footer */
#footer-wrap {
}