summaryrefslogtreecommitdiff
path: root/static/home.css
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-03-27 23:48:11 +0100
committerKevin Chabowski <kevin@kch42.de>2014-03-27 23:51:08 +0100
commitfeb228c1fc35aae543d369012994eac7a1dca90f (patch)
treed2a9b7cf449b3e1e8d48e2bc36b0b383ee5f658a /static/home.css
parent5c45b0e3e5fbe479155ad403b4936d2485a028bd (diff)
downloadsimplechat-feb228c1fc35aae543d369012994eac7a1dca90f.tar.gz
simplechat-feb228c1fc35aae543d369012994eac7a1dca90f.tar.bz2
simplechat-feb228c1fc35aae543d369012994eac7a1dca90f.zip
Homepage done
Diffstat (limited to 'static/home.css')
-rw-r--r--static/home.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/static/home.css b/static/home.css
new file mode 100644
index 0000000..e3dd6ee
--- /dev/null
+++ b/static/home.css
@@ -0,0 +1,38 @@
+* {
+ font-family: sans-serif;
+}
+
+code {
+ font-family: monospace;
+}
+
+code strong {
+ font-family: monospace;
+ font-weight: bold;
+}
+
+body {
+ background: hsl(200, 90%, 85%);
+}
+
+section {
+ background: white;
+ width: 80%;
+ min-width: 50mm;
+ margin: 5mm auto 5mm;
+ padding: 4mm 0 4mm;
+ border-radius: 4mm;
+}
+
+section div.content {
+ padding: 0 4mm;
+}
+
+h1, h2 {
+ margin: 0 0 2mm;
+ padding: 2mm 4mm 2mm;
+ border-bottom: 1px dotted hsl(200, 90%, 85%);
+ font-weight: normal;
+ font-size: 18pt;
+ text-align: center;
+} \ No newline at end of file