summaryrefslogtreecommitdiff
path: root/r.css
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-08-10 16:18:27 +0200
committerPatrick Simianer <p@simianer.de>2015-08-10 16:18:27 +0200
commit0fc2c07c553b7f60bea1d38aaa1aafc47130c95e (patch)
tree81489d9f1a76a81283276464776602f6559be011 /r.css
init
Diffstat (limited to 'r.css')
-rw-r--r--r.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/r.css b/r.css
new file mode 100644
index 0000000..6e98f86
--- /dev/null
+++ b/r.css
@@ -0,0 +1,31 @@
+body {
+ background: #333;
+ color: #fff;
+ font: 300 100.1% "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
+}
+#holder {
+ height: 480px;
+ left: 50%;
+ margin: -240px 0 0 -320px;
+ position: absolute;
+ top: 50%;
+ width: 640px;
+}
+#copy {
+ bottom: 0;
+ font: 300 .7em "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
+ position: absolute;
+ right: 1em;
+ text-align: right;
+}
+#copy a {
+ color: #fff;
+}
+ #holder {
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+ border: solid 1px #333;
+ }
+ p {
+ text-align: center;
+ }