[clckwrks-theme-clcwrks-0.1.14 - more theme tweaks Jeremy Shaw **20120605211958 Ignore-this: a21fcdd50af472f5328defce8db5c973 ] hunk ./clckwrks-theme-clckwrks/Theme/Home.hs 19 - template "clckwrks.com" () $ + template' "clckwrks.com" () $ hunk ./clckwrks-theme-clckwrks/Theme/Home.hs 30 -
- <% getPageContent %> -
+ <% getPageContent %> hunk ./clckwrks-theme-clckwrks/Theme/Home.hs 32 -
+
hunk ./clckwrks-theme-clckwrks/Theme/Template.hs 21 + template' title headers $ +
+ <% body %> +
+ +template' :: + ( EmbedAsChild (Clck ClckURL) headers + , EmbedAsChild (Clck ClckURL) body + ) => + String + -> headers + -> body + -> XMLGenT (Clck ClckURL) XML +template' title headers body = hunk ./clckwrks-theme-clckwrks/Theme/Template.hs 46 - + hunk ./clckwrks-theme-clckwrks/clckwrks-theme-clckwrks.cabal 2 -Version: 0.1.13 +Version: 0.1.14 hunk ./clckwrks-theme-clckwrks/data/style.css 1 -@import url(http://fonts.googleapis.com/css?family=Gudea); +/* @import url(http://fonts.googleapis.com/css?family=Gudea); */ +/* @import url(http://fonts.googleapis.com/css?family=Lato);*/ +@import url(http://fonts.googleapis.com/css?family=Raleway:100); +@import url(http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911); +/* @import url(http://fonts.googleapis.com/css?family=Nobile); */ +@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono); +@import url(http://fonts.googleapis.com/css?family=Lora); +@import url(http://fonts.googleapis.com/css?family=Lato); + hunk ./clckwrks-theme-clckwrks/data/style.css 13 - font-family: 'Gudea', Verdana,Arial,sans-serif; +/* font-family: 'Gudea', Verdana,Arial,sans-serif; */ hunk ./clckwrks-theme-clckwrks/data/style.css 23 - color: #555; + color: black; hunk ./clckwrks-theme-clckwrks/data/style.css 48 +body +{ +/* font-family: 'Goudy Bookletter 1911'; */ + font-family: 'Lora'; +} + +h1, h2, h3 +{ + font-family: Raleway; + color: #000; +} + +.page-menu a +{ + font-family: Lato; +} + +pre +{ + font-family: 'Droid Sans Mono'; +} + hunk ./clckwrks-theme-clckwrks/data/style.css 77 + hunk ./clckwrks-theme-clckwrks/data/style.css 97 - width: 500px; + width: 600px; hunk ./clckwrks-theme-clckwrks/data/style.css 102 - width: 500px; - height: 500px; + width: 600px; + height: 600px; hunk ./clckwrks-theme-clckwrks/data/style.css 116 + font-family: 'Goudy Bookletter 1911'; hunk ./clckwrks-theme-clckwrks/data/style.css 121 + margin-top: -0.40em; + text-decoration: none; + font-weight: normal; + border: none; hunk ./clckwrks-theme-clckwrks/data/style.css 127 - hunk ./clckwrks-theme-clckwrks/data/style.css 134 - box-shadow: 0 0 10px 0 #525F0E; + box-shadow: 0 0 10px 0 #444; hunk ./clckwrks-theme-clckwrks/data/style.css 141 - background: #D3F32D; - padding-bottom: 2em; + background: #ddd; +/* background: #5A9E3A;*/ +/* background: #5A9E3A; */ +/* padding-bottom: 2em; */ hunk ./clckwrks-theme-clckwrks/data/style.css 152 - font-size: 1.5em; + font-size: 1em; hunk ./clckwrks-theme-clckwrks/data/style.css 161 - background-color: #B8D32C; + background-color: #1E360E; hunk ./clckwrks-theme-clckwrks/data/style.css 168 - padding-bottom: 0.5em; - padding-top: 0.5em; + padding-bottom: .9em; + padding-top: 1em; + box-shadow: 0 0 3px 0 #444; hunk ./clckwrks-theme-clckwrks/data/style.css 177 +/* color: #DFDF36; */ hunk ./clckwrks-theme-clckwrks/data/style.css 182 - font-weight: bold;