summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100755
index 0000000..4a014e1
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,33 @@
+a { color: #008; }
+
+#welcome h1 {
+ padding: 20px;
+ text-align: center;
+ background: #458;
+ color: #fff;
+ }
+
+h2 { background: #ddd; text-align: center; padding: 4px; }
+
+#welcome p { font-size: 1.3em; color: #444; text-align:center;}
+
+#header { }
+#footer { background: #ddd;}
+#footer a { color: #444; }
+
+.info, .fork { padding: 10px; }
+.content { font-size: 1.2em; }
+.content h3 { background: #dfd; font-size: 1.7em; padding: 6px 2px; }
+
+pre { padding: 20px; background: #ffd; font-size: 0.9em; }
+
+#links { padding: 10px; }
+
+#header #links { text-align:right; }
+#header #links a { color: #555; font-size: 1.2em; padding: 5px; margin: 10px; }
+
+.button { text-align: center; padding: 10px; font-size: 1.2em; font-weight:bold; }
+.red { border: 3px solid #a88; background: #fee;}
+.red a { color: #a44; }
+.green { border: 3px solid #8a8; background: #efe;}
+.blue { border: 3px solid #88a; background: #eef;}