diff --git a/README.md b/README.md index 5d3ff2ac..0a42bad2 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Current available themes: * orange - [preview](http://jsbin.com/uzubos/2) (by [@kirbylover4000](http://github.com/kirbylover4000)) * plaintext - [preview](http://jsbin.com/uzubos/4) (by [@barberboy](https://github.com/barberboy)) * double-windsor - [preview](http://jsbin.com/uzubos/5/) (by [@desandro](https://github.com)) +* cherry - [preview](http://jsbin.com/ufefid/5/) (by [@mustafa-x](https://github.com/mustafa-x)) ## Formats & URLs diff --git a/themes/cherry.css b/themes/cherry.css new file mode 100644 index 00000000..03c992de --- /dev/null +++ b/themes/cherry.css @@ -0,0 +1,18 @@ +@import url(http://fonts.googleapis.com/css?family=Alegreya:400italic,400,700); + +body { background: url("cherry.png") repeat scroll 0 0 transparent; color: #94979E; font: 16px/28px 'Alegreya', "Garamond",serif; margin: 0; padding: 0 50px;} +article, footer { display:block; max-width:720px; margin:0 auto; } +article {background: repeat scroll 0 0 #FFFFFF; border-bottom: 4px solid #FF3366; border-right: 3px solid #FF6666;padding: 74px 28px 28px; position: relative; -webkit-border-radius: 0px 0 10px 10px; -moz-border-radius: 0px 0 10px 10px; border-radius: 0px 0 10px 10px; } +h1 { background: none repeat scroll 0 0 #FF3366; color: #FFFFFF; font-size: 24px; left: -12px; line-height: 32px; padding: 10px 0 10px 13px; position: absolute; top: 0; width: 100%; display: block; -moz-box-shadow: 2px 7px 0px -3px #CCCCCC; -webkit-box-shadow: 2px 7px 0px -3px #CCCCCC; box-shadow: 2px 7px 0px -3px #CCCCCC; } +h1:after { background-color: #AD0431; border-radius: 0 0 0 32px; content: ""; height: 7px; left: 3px; position: absolute; top: 52px; width: 7px; } +h1:before { background-color: #D01B4B; content: ""; height: 11px; left: 0; position: absolute; top: 52px; width: 11px; -webkit-border-radius: 0 0 0 32px; -moz-border-radius: 0 0 0 32px; border-radius: 0 0 0 32px; } +article p:nth-of-type(1) {font-size: 24px;} +a, a:visited { color:#3A3A3A; padding:4px 4px 0 4px; text-decoration:none; } +a:active, a:hover { color:#710257; } +a img { position: absolute; top: 0; right: 0; border: 0; } +:-moz-any-link:focus {color:#bc4a46;} +::selection {color:#bc4a46;} +::-moz-selection {color:#bc4a46; } +footer { background-color: #FFFFFF; border-bottom: 3px solid #FF3366; margin-top: 10px; padding: 4px 28px; text-align: center; } +footer a { padding: 10px; } +footer p { font-size: 16px; margin: 0; padding: 0;} \ No newline at end of file diff --git a/themes/cherry.png b/themes/cherry.png new file mode 100644 index 00000000..7284b8e3 Binary files /dev/null and b/themes/cherry.png differ diff --git a/users/jameswyse.json b/users/jameswyse.json index e3c923c2..70166c1b 100644 --- a/users/jameswyse.json +++ b/users/jameswyse.json @@ -1 +1,6 @@ -{"copyright":"James Wyse"} \ No newline at end of file +{ + "copyright": "James Wyse, http://www.jameswyse.net", + "url": "http://www.jameswyse.net", + "email": "james@wyse.name", + "theme": "flesch" +}