summaryrefslogtreecommitdiffstats
path: root/rustanddust.ch/style.css
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-01-14 00:41:47 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-01-14 00:41:47 +0100
commit0764aa010e9a48f774afb7dc9917e9d33e9a3cc9 (patch)
tree48a89702c0b774ff7b695aa0bde374ebceb3fe58 /rustanddust.ch/style.css
parentfcf40408e135d149dba24b110478757e25a0f782 (diff)
downloadRustAndDust-0764aa010e9a48f774afb7dc9917e9d33e9a3cc9.zip
RustAndDust-0764aa010e9a48f774afb7dc9917e9d33e9a3cc9.tar.gz
add rustanddust.ch
Diffstat (limited to 'rustanddust.ch/style.css')
-rw-r--r--rustanddust.ch/style.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/rustanddust.ch/style.css b/rustanddust.ch/style.css
new file mode 100644
index 0000000..09f9709
--- /dev/null
+++ b/rustanddust.ch/style.css
@@ -0,0 +1,39 @@
+body {
+ background: #0f0f0f none repeat scroll 0 0;
+ color: #999;
+ font-family: "Strait","Terminus","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size: 14px;
+ /* font-weight: 300; */
+}
+
+#content {
+ margin: 0 auto;
+ width: 800px;
+}
+
+#title {
+ color: #41d12e;
+ padding: 30px 10px;
+}
+
+a {
+ color: #2ea4d1;
+ outline-width: 0;
+ text-decoration: none;
+}
+
+.center {
+ text-align: center;
+}
+
+.article {
+ background: #212121 none repeat scroll 0 0;
+ border-color: #fff #fff #ddd;
+ border-radius: 20px;
+ border-style: solid;
+ border-width: 1px 2px;
+ margin-bottom: 7px;
+ margin-top: 7px;
+ padding: 10px 10px;
+ position: relative;
+}