summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 17:41:49 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 17:41:49 +0200
commitac8dbe835e368b9c7d97584c3722206b134db890 (patch)
tree129defc7281ca806975b2421771630af56bce33f /www-ssl
parentd163b9921b3ddb71f027199c87e6cf18fbb9a624 (diff)
html5, css rewrite
Diffstat (limited to 'www-ssl')
-rw-r--r--www-ssl/css/base.css71
1 files changed, 53 insertions, 18 deletions
diff --git a/www-ssl/css/base.css b/www-ssl/css/base.css
index b285c40d..27e20788 100644
--- a/www-ssl/css/base.css
+++ b/www-ssl/css/base.css
@@ -4,57 +4,92 @@
}
body {
- font-size: 14px;
+ background: #f0f0f0;
+ font-family: Arial;
+ sans-serif;
+ font-size:
+ 14px;
}
header {
- display: block;
- width: 100%;
+ display: block;
+ width: 100%;
}
footer {
- display: block;
- font-size: 12px;
- text-align: center;
- width: 100%;
+ clear: both;
+ display: block;
+ font-size: 12px;
+ text-align: center;
+ width: 100%;
}
footer p {
- margin: 10px auto;
+ margin: 10px auto;
}
#logo {
background: url('../pic/himmel.png') top left no-repeat;
display: block;
- height: 32px;
- margin: 10px auto;
+ height: 32px;
+ margin: 10px auto;
width: 380px;
}
#body {
- margin: 0 5%;
+ margin: 0 5%;
+}
+
+#menu {
+ float: left;
+ width: 200px;
+}
+
+#content {
+ margin-left: 200px;
+}
+
+a {
+ color: #000;
}
td, dt, dd {
- padding: 4px;
+ padding: 4px;
}
dt {
- font-weight: bold;
+ font-weight: bold;
}
dd {
- margin-left: 20px;
+ margin-left: 20px;
}
-h4 {
- padding: 0 4px;
+h1, h4 {
+ font-size: 16px;
+ padding: 0 4px;
}
ul {
- margin: 0 0 0 20px;
+ padding: 5px 0 5px 20px;
+}
+
+nav {
+ margin: 0 10px 10px 0;
+}
+
+nav, #content {
+ border: 1px solid #888;
+}
+
+#content article {
+ padding: 10px;
+}
+
+nav ul, nav p, #content article {
+ background: #fff;
}
a.sprache img {
- margin: 5px;
+ margin: 5px;
}