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 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