From 0fc2c07c553b7f60bea1d38aaa1aafc47130c95e Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 10 Aug 2015 16:18:27 +0200 Subject: init --- r.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 r.css (limited to 'r.css') 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; + } -- cgit v1.2.3