From a758b53b3ee66e1fc2e45921f30d4f9da87b8dc5 Mon Sep 17 00:00:00 2001 From: Remy Martin Date: Wed, 19 Oct 2011 19:22:14 -0400 Subject: [PATCH] Added myself and a new theme Made a dark theme here is the preview: http://jsbin.com/ivufon/4 --- themes/afterdark.css | 11 +++++++++++ users/rmartin.json | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 themes/afterdark.css create mode 100644 users/rmartin.json diff --git a/themes/afterdark.css b/themes/afterdark.css new file mode 100644 index 00000000..9756617b --- /dev/null +++ b/themes/afterdark.css @@ -0,0 +1,11 @@ +body {margin:0; padding: 50px;background: #242f3a;font: 16px/28px "Garamond",serif; color: #94979e;} +article, footer { display:block; max-width:720px; margin:0 auto; } +article { padding:28px;} +footer { padding:0 28px; text-align:center; } +h1 { margin:0; font-size: 24px; line-height: 32px;color:#d7721a} +a, a:visited { color:#577446; padding:4px; text-decoration:none; } +a:active, a:hover { color:#5dd912; } +a img { position: absolute; top: 0; right: 0; border: 0; } +:-moz-any-link:focus {background:#bc4a46;} +::selection {background:#bc4a46;} +::-moz-selection {background:#bc4a46;} \ No newline at end of file diff --git a/users/rmartin.json b/users/rmartin.json new file mode 100644 index 00000000..7f916fda --- /dev/null +++ b/users/rmartin.json @@ -0,0 +1,5 @@ +{ + "copyright": "Remy Martin, http://rmartin.co", + "url": "http://rmartin.co", + "theme": "afterdark" +}