From 9e10db255da853888868b16ca70797b6b0831154 Mon Sep 17 00:00:00 2001 From: Felipe Nunes Date: Tue, 26 Aug 2014 14:25:46 -0300 Subject: [PATCH 1/2] willpower theme --- themes/willpower.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 themes/willpower.css diff --git a/themes/willpower.css b/themes/willpower.css new file mode 100644 index 00000000..bdc14fcf --- /dev/null +++ b/themes/willpower.css @@ -0,0 +1,14 @@ +@import url(http://fonts.googleapis.com/css?family=Roboto:400,700); +* { margin: 0; padding: 0; box-sizing: boder-box; } +img { border: 0; } +body { background: #fff; font: 16px/28px "Roboto", sans-serif; color: #888; } +article, footer { display: block; max-width: 720px; margin: 0 auto; } +article { padding: 20px; } +footer { padding: 0 20px; text-align: center; font-size: 12px; } +h1 { font-size: 24px; line-height: 32px; color: #399; } +a, a:visited { color: #369; padding:4px; text-decoration:none; } +a:active, a:hover { text-decoration: underline;} +a img { position: absolute; top: 0; right: 0; } +article p { margin: 10px 0; } +article p:last-child {border-left: 2px solid #399; padding-left: 10px; } +#gravatar { float:right; margin:1em; width:80px; height:80px; border-radius:40px; } \ No newline at end of file From ce652679c40f82937d5830279b9c99e60974fb65 Mon Sep 17 00:00:00 2001 From: Felipe Nunes Date: Tue, 26 Aug 2014 14:25:56 -0300 Subject: [PATCH 2/2] willpower user --- users/willpower.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 users/willpower.json diff --git a/users/willpower.json b/users/willpower.json new file mode 100644 index 00000000..14efb9c4 --- /dev/null +++ b/users/willpower.json @@ -0,0 +1,7 @@ +{ + "copyright":"Felipe Nunes", + "url": "http://willpower.art.br", + "email":"felipe@willpower.art.br", + "theme":"willpower", + "gravatar":true +} \ No newline at end of file