wordpress-starter 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (417) hide show
  1. data/CHANGELOG.md +13 -0
  2. data/README.md +47 -4
  3. data/lib/wordpress-starter.rb +3 -2
  4. data/stylesheets/wordpress/_defaults.scss +267 -20
  5. data/stylesheets/wordpress/_page.scss +0 -363
  6. data/stylesheets/wordpress/_responsive.scss +0 -115
  7. data/stylesheets/wordpress/_theme.scss +0 -82
  8. data/stylesheets/wordpress/_typography.scss +0 -134
  9. data/templates/foundation/404.php +24 -0
  10. data/templates/{starter → foundation}/admin/README.txt +0 -0
  11. data/templates/{starter → foundation}/admin/assets/css/admin-style.css +0 -0
  12. data/templates/{starter → foundation}/admin/assets/css/colorpicker.css +0 -0
  13. data/templates/{starter → foundation}/admin/assets/images/1col.png +0 -0
  14. data/templates/{starter → foundation}/admin/assets/images/2-col-portfolio.png +0 -0
  15. data/templates/{starter → foundation}/admin/assets/images/2cl.png +0 -0
  16. data/templates/{starter → foundation}/admin/assets/images/2cr.png +0 -0
  17. data/templates/{starter → foundation}/admin/assets/images/3-col-portfolio.png +0 -0
  18. data/templates/{starter → foundation}/admin/assets/images/3cm.png +0 -0
  19. data/templates/{starter → foundation}/admin/assets/images/3cr.png +0 -0
  20. data/templates/{starter → foundation}/admin/assets/images/4-col-portfolio.png +0 -0
  21. data/templates/{starter → foundation}/admin/assets/images/accept.png +0 -0
  22. data/templates/{starter → foundation}/admin/assets/images/button_check.png +0 -0
  23. data/templates/{starter → foundation}/admin/assets/images/colorpicker/blank.gif +0 -0
  24. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_background.png +0 -0
  25. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_hex.png +0 -0
  26. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_hsb_b.png +0 -0
  27. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_hsb_h.png +0 -0
  28. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_hsb_s.png +0 -0
  29. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_indic.gif +0 -0
  30. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_overlay.png +0 -0
  31. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_rgb_b.png +0 -0
  32. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_rgb_g.png +0 -0
  33. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_rgb_r.png +0 -0
  34. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_select.gif +0 -0
  35. data/templates/{starter → foundation}/admin/assets/images/colorpicker/colorpicker_submit.png +0 -0
  36. data/templates/{starter → foundation}/admin/assets/images/colorpicker/select.png +0 -0
  37. data/templates/{starter → foundation}/admin/assets/images/dropdown-arrow.png +0 -0
  38. data/templates/{starter → foundation}/admin/assets/images/favicon.ico +0 -0
  39. data/templates/{starter → foundation}/admin/assets/images/icon-add.png +0 -0
  40. data/templates/{starter → foundation}/admin/assets/images/icon-backup.png +0 -0
  41. data/templates/{starter → foundation}/admin/assets/images/icon-delete.png +0 -0
  42. data/templates/{starter → foundation}/admin/assets/images/icon-docs.png +0 -0
  43. data/templates/{starter → foundation}/admin/assets/images/icon-edit.png +0 -0
  44. data/templates/{starter → foundation}/admin/assets/images/icon-home.png +0 -0
  45. data/templates/{starter → foundation}/admin/assets/images/icon-info.png +0 -0
  46. data/templates/{starter → foundation}/admin/assets/images/icon-notice.png +0 -0
  47. data/templates/{starter → foundation}/admin/assets/images/icon-paint.png +0 -0
  48. data/templates/{starter → foundation}/admin/assets/images/icon-settings.png +0 -0
  49. data/templates/{starter → foundation}/admin/assets/images/icon-slider.png +0 -0
  50. data/templates/{starter → foundation}/admin/assets/images/icon-warn.png +0 -0
  51. data/templates/{starter → foundation}/admin/assets/images/icon_option.png +0 -0
  52. data/templates/{starter → foundation}/admin/assets/images/loading-bottom.gif +0 -0
  53. data/templates/{starter → foundation}/admin/assets/images/select.png +0 -0
  54. data/templates/{starter → foundation}/admin/assets/images/sign_warning.png +0 -0
  55. data/templates/{starter → foundation}/admin/assets/images/stop.png +0 -0
  56. data/templates/{starter → foundation}/admin/assets/images/toggle_tabs.png +0 -0
  57. data/templates/{starter → foundation}/admin/assets/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  58. data/templates/{starter → foundation}/admin/assets/images/warning.png +0 -0
  59. data/templates/{starter → foundation}/admin/assets/images/wrench.png +0 -0
  60. data/templates/{starter → foundation}/admin/assets/images/wrench16.png +0 -0
  61. data/templates/{starter → foundation}/admin/assets/js/ajaxupload.js +0 -0
  62. data/templates/{starter → foundation}/admin/assets/js/colorpicker.js +0 -0
  63. data/templates/{starter → foundation}/admin/assets/js/cookie.js +0 -0
  64. data/templates/{starter → foundation}/admin/assets/js/jquery.maskedinput-1.2.2.js +0 -0
  65. data/templates/{starter → foundation}/admin/assets/js/jquery.tipsy.js +0 -0
  66. data/templates/{starter → foundation}/admin/assets/js/of-medialibrary-uploader.js +0 -0
  67. data/templates/{starter → foundation}/admin/assets/js/smof.js +0 -0
  68. data/templates/foundation/admin/classes/class.options-machine.php +627 -0
  69. data/templates/{starter → foundation}/admin/front-end/options.php +0 -0
  70. data/templates/{starter → foundation}/admin/functions/functions.admin.php +0 -0
  71. data/templates/{starter → foundation}/admin/functions/functions.interface.php +0 -0
  72. data/templates/{starter → foundation}/admin/functions/functions.load.php +0 -0
  73. data/templates/foundation/admin/functions/functions.mediauploader.php +194 -0
  74. data/templates/foundation/admin/functions/functions.options.php +508 -0
  75. data/templates/{starter → foundation}/admin/functions/functions.php +0 -0
  76. data/templates/{starter → foundation}/admin/index.php +88 -86
  77. data/templates/{starter → foundation}/admin/layouts/default.css +0 -0
  78. data/templates/{starter → foundation}/admin/layouts/placebo.css +0 -0
  79. data/templates/foundation/archive.php +57 -0
  80. data/templates/foundation/category.php +40 -0
  81. data/templates/foundation/comments.php +65 -0
  82. data/templates/foundation/content-aside.php +26 -0
  83. data/templates/foundation/content-image.php +29 -0
  84. data/templates/foundation/content-link.php +27 -0
  85. data/templates/foundation/content-none.php +21 -0
  86. data/templates/foundation/content-page.php +24 -0
  87. data/templates/foundation/content-quote.php +26 -0
  88. data/templates/foundation/content-status.php +33 -0
  89. data/templates/foundation/content.php +67 -0
  90. data/templates/foundation/editor-style.scss +359 -0
  91. data/templates/foundation/footer.php +29 -0
  92. data/templates/foundation/functions.php +1425 -0
  93. data/templates/foundation/header.php +63 -0
  94. data/templates/foundation/ie.scss +1 -0
  95. data/templates/{starter → foundation}/images/bg/bg0.png +0 -0
  96. data/templates/{starter → foundation}/images/bg/bg1.png +0 -0
  97. data/templates/{starter → foundation}/images/bg/bg10.png +0 -0
  98. data/templates/{starter → foundation}/images/bg/bg11.png +0 -0
  99. data/templates/{starter → foundation}/images/bg/bg2.png +0 -0
  100. data/templates/{starter → foundation}/images/bg/bg3.png +0 -0
  101. data/templates/{starter → foundation}/images/bg/bg4.png +0 -0
  102. data/templates/{starter → foundation}/images/bg/bg5.png +0 -0
  103. data/templates/{starter → foundation}/images/bg/bg6.jpg +0 -0
  104. data/templates/{starter → foundation}/images/bg/bg7.jpg +0 -0
  105. data/templates/{starter → foundation}/images/bg/bg8.png +0 -0
  106. data/templates/{starter → foundation}/images/bg/bg9.png +0 -0
  107. data/templates/foundation/images/fairhead-icons/fc-webicon-behance-m.png +0 -0
  108. data/templates/foundation/images/fairhead-icons/fc-webicon-behance-s.png +0 -0
  109. data/templates/foundation/images/fairhead-icons/fc-webicon-behance.png +0 -0
  110. data/templates/foundation/images/fairhead-icons/fc-webicon-behance.svg +48 -0
  111. data/templates/foundation/images/fairhead-icons/fc-webicon-creativecloud-m.png +0 -0
  112. data/templates/foundation/images/fairhead-icons/fc-webicon-creativecloud-s.png +0 -0
  113. data/templates/foundation/images/fairhead-icons/fc-webicon-creativecloud.png +0 -0
  114. data/templates/foundation/images/fairhead-icons/fc-webicon-creativecloud.svg +48 -0
  115. data/templates/foundation/images/fairhead-icons/fc-webicon-dribbble-m.png +0 -0
  116. data/templates/foundation/images/fairhead-icons/fc-webicon-dribbble-s.png +0 -0
  117. data/templates/foundation/images/fairhead-icons/fc-webicon-dribbble.png +0 -0
  118. data/templates/foundation/images/fairhead-icons/fc-webicon-dribbble.svg +28 -0
  119. data/templates/foundation/images/fairhead-icons/fc-webicon-dropbox-m.png +0 -0
  120. data/templates/foundation/images/fairhead-icons/fc-webicon-dropbox-s.png +0 -0
  121. data/templates/foundation/images/fairhead-icons/fc-webicon-dropbox.png +0 -0
  122. data/templates/foundation/images/fairhead-icons/fc-webicon-dropbox.svg +73 -0
  123. data/templates/foundation/images/fairhead-icons/fc-webicon-evernote-m.png +0 -0
  124. data/templates/foundation/images/fairhead-icons/fc-webicon-evernote-s.png +0 -0
  125. data/templates/foundation/images/fairhead-icons/fc-webicon-evernote.png +0 -0
  126. data/templates/foundation/images/fairhead-icons/fc-webicon-evernote.svg +62 -0
  127. data/templates/foundation/images/fairhead-icons/fc-webicon-facebook-m.png +0 -0
  128. data/templates/foundation/images/fairhead-icons/fc-webicon-facebook-s.png +0 -0
  129. data/templates/foundation/images/fairhead-icons/fc-webicon-facebook.png +0 -0
  130. data/templates/foundation/images/fairhead-icons/fc-webicon-facebook.svg +15 -0
  131. data/templates/foundation/images/fairhead-icons/fc-webicon-flickr-m.png +0 -0
  132. data/templates/foundation/images/fairhead-icons/fc-webicon-flickr-s.png +0 -0
  133. data/templates/foundation/images/fairhead-icons/fc-webicon-flickr.png +0 -0
  134. data/templates/foundation/images/fairhead-icons/fc-webicon-flickr.svg +14 -0
  135. data/templates/foundation/images/fairhead-icons/fc-webicon-github-m.png +0 -0
  136. data/templates/foundation/images/fairhead-icons/fc-webicon-github-s.png +0 -0
  137. data/templates/foundation/images/fairhead-icons/fc-webicon-github.png +0 -0
  138. data/templates/foundation/images/fairhead-icons/fc-webicon-github.svg +38 -0
  139. data/templates/foundation/images/fairhead-icons/fc-webicon-googleplus-m.png +0 -0
  140. data/templates/foundation/images/fairhead-icons/fc-webicon-googleplus-s.png +0 -0
  141. data/templates/foundation/images/fairhead-icons/fc-webicon-googleplus.png +0 -0
  142. data/templates/foundation/images/fairhead-icons/fc-webicon-googleplus.svg +52 -0
  143. data/templates/foundation/images/fairhead-icons/fc-webicon-icloud-m.png +0 -0
  144. data/templates/foundation/images/fairhead-icons/fc-webicon-icloud-s.png +0 -0
  145. data/templates/foundation/images/fairhead-icons/fc-webicon-icloud.png +0 -0
  146. data/templates/foundation/images/fairhead-icons/fc-webicon-icloud.svg +26 -0
  147. data/templates/foundation/images/fairhead-icons/fc-webicon-linkedin-m.png +0 -0
  148. data/templates/foundation/images/fairhead-icons/fc-webicon-linkedin-s.png +0 -0
  149. data/templates/foundation/images/fairhead-icons/fc-webicon-linkedin.png +0 -0
  150. data/templates/foundation/images/fairhead-icons/fc-webicon-linkedin.svg +28 -0
  151. data/templates/foundation/images/fairhead-icons/fc-webicon-mail-m.png +0 -0
  152. data/templates/foundation/images/fairhead-icons/fc-webicon-mail-s.png +0 -0
  153. data/templates/foundation/images/fairhead-icons/fc-webicon-mail.png +0 -0
  154. data/templates/foundation/images/fairhead-icons/fc-webicon-mail.svg +27 -0
  155. data/templates/foundation/images/fairhead-icons/fc-webicon-msn-m.png +0 -0
  156. data/templates/foundation/images/fairhead-icons/fc-webicon-msn-s.png +0 -0
  157. data/templates/foundation/images/fairhead-icons/fc-webicon-msn.png +0 -0
  158. data/templates/foundation/images/fairhead-icons/fc-webicon-msn.svg +44 -0
  159. data/templates/foundation/images/fairhead-icons/fc-webicon-pinterest-m.png +0 -0
  160. data/templates/foundation/images/fairhead-icons/fc-webicon-pinterest-s.png +0 -0
  161. data/templates/foundation/images/fairhead-icons/fc-webicon-pinterest.png +0 -0
  162. data/templates/foundation/images/fairhead-icons/fc-webicon-pinterest.svg +42 -0
  163. data/templates/foundation/images/fairhead-icons/fc-webicon-rdio-m.png +0 -0
  164. data/templates/foundation/images/fairhead-icons/fc-webicon-rdio-s.png +0 -0
  165. data/templates/foundation/images/fairhead-icons/fc-webicon-rdio.png +0 -0
  166. data/templates/foundation/images/fairhead-icons/fc-webicon-rdio.svg +18 -0
  167. data/templates/foundation/images/fairhead-icons/fc-webicon-rss-m.png +0 -0
  168. data/templates/foundation/images/fairhead-icons/fc-webicon-rss-s.png +0 -0
  169. data/templates/foundation/images/fairhead-icons/fc-webicon-rss.png +0 -0
  170. data/templates/foundation/images/fairhead-icons/fc-webicon-rss.svg +18 -0
  171. data/templates/foundation/images/fairhead-icons/fc-webicon-skitch-m.png +0 -0
  172. data/templates/foundation/images/fairhead-icons/fc-webicon-skitch-s.png +0 -0
  173. data/templates/foundation/images/fairhead-icons/fc-webicon-skitch.png +0 -0
  174. data/templates/foundation/images/fairhead-icons/fc-webicon-skitch.svg +24 -0
  175. data/templates/foundation/images/fairhead-icons/fc-webicon-skype-m.png +0 -0
  176. data/templates/foundation/images/fairhead-icons/fc-webicon-skype-s.png +0 -0
  177. data/templates/foundation/images/fairhead-icons/fc-webicon-skype.png +0 -0
  178. data/templates/foundation/images/fairhead-icons/fc-webicon-skype.svg +25 -0
  179. data/templates/foundation/images/fairhead-icons/fc-webicon-spotify-m.png +0 -0
  180. data/templates/foundation/images/fairhead-icons/fc-webicon-spotify-s.png +0 -0
  181. data/templates/foundation/images/fairhead-icons/fc-webicon-spotify.png +0 -0
  182. data/templates/foundation/images/fairhead-icons/fc-webicon-spotify.svg +38 -0
  183. data/templates/foundation/images/fairhead-icons/fc-webicon-stumbleupon-m.png +0 -0
  184. data/templates/foundation/images/fairhead-icons/fc-webicon-stumbleupon-s.png +0 -0
  185. data/templates/foundation/images/fairhead-icons/fc-webicon-stumbleupon.png +0 -0
  186. data/templates/foundation/images/fairhead-icons/fc-webicon-stumbleupon.svg +22 -0
  187. data/templates/foundation/images/fairhead-icons/fc-webicon-tumblr-m.png +0 -0
  188. data/templates/foundation/images/fairhead-icons/fc-webicon-tumblr-s.png +0 -0
  189. data/templates/foundation/images/fairhead-icons/fc-webicon-tumblr.png +0 -0
  190. data/templates/foundation/images/fairhead-icons/fc-webicon-tumblr.svg +16 -0
  191. data/templates/foundation/images/fairhead-icons/fc-webicon-twitter-m.png +0 -0
  192. data/templates/foundation/images/fairhead-icons/fc-webicon-twitter-s.png +0 -0
  193. data/templates/foundation/images/fairhead-icons/fc-webicon-twitter.png +0 -0
  194. data/templates/foundation/images/fairhead-icons/fc-webicon-twitter.svg +24 -0
  195. data/templates/foundation/images/fairhead-icons/fc-webicon-vimeo-m.png +0 -0
  196. data/templates/foundation/images/fairhead-icons/fc-webicon-vimeo-s.png +0 -0
  197. data/templates/foundation/images/fairhead-icons/fc-webicon-vimeo.png +0 -0
  198. data/templates/foundation/images/fairhead-icons/fc-webicon-vimeo.svg +20 -0
  199. data/templates/foundation/images/fairhead-icons/fc-webicon-youtube-m.png +0 -0
  200. data/templates/foundation/images/fairhead-icons/fc-webicon-youtube-s.png +0 -0
  201. data/templates/foundation/images/fairhead-icons/fc-webicon-youtube.png +0 -0
  202. data/templates/foundation/images/fairhead-icons/fc-webicon-youtube.svg +106 -0
  203. data/templates/foundation/images/fairhead-icons/fc-webicon-youversion-m.png +0 -0
  204. data/templates/foundation/images/fairhead-icons/fc-webicon-youversion-s.png +0 -0
  205. data/templates/foundation/images/fairhead-icons/fc-webicon-youversion.png +0 -0
  206. data/templates/foundation/images/fairhead-icons/fc-webicon-youversion.svg +54 -0
  207. data/templates/foundation/images/fairhead-icons/fc-webicon-zerply-m.png +0 -0
  208. data/templates/foundation/images/fairhead-icons/fc-webicon-zerply-s.png +0 -0
  209. data/templates/foundation/images/fairhead-icons/fc-webicon-zerply.png +0 -0
  210. data/templates/foundation/images/fairhead-icons/fc-webicon-zerply.svg +20 -0
  211. data/templates/foundation/images/foundation/orbit/bullets.jpg +0 -0
  212. data/templates/foundation/images/foundation/orbit/left-arrow-small.png +0 -0
  213. data/templates/foundation/images/foundation/orbit/left-arrow.png +0 -0
  214. data/templates/foundation/images/foundation/orbit/loading.gif +0 -0
  215. data/templates/foundation/images/foundation/orbit/mask-black.png +0 -0
  216. data/templates/foundation/images/foundation/orbit/pause-black.png +0 -0
  217. data/templates/foundation/images/foundation/orbit/right-arrow-small.png +0 -0
  218. data/templates/foundation/images/foundation/orbit/right-arrow.png +0 -0
  219. data/templates/foundation/images/foundation/orbit/rotator-black.png +0 -0
  220. data/templates/foundation/images/foundation/orbit/timer-black.png +0 -0
  221. data/templates/foundation/index.php +19 -0
  222. data/templates/foundation/javascripts/app.js +38 -0
  223. data/templates/foundation/javascripts/foundation.min.js +77 -0
  224. data/templates/foundation/javascripts/jquery.foundation.accordion.js +39 -0
  225. data/templates/foundation/javascripts/jquery.foundation.alerts.js +20 -0
  226. data/templates/foundation/javascripts/jquery.foundation.buttons.js +79 -0
  227. data/templates/foundation/javascripts/jquery.foundation.clearing.js +480 -0
  228. data/templates/foundation/javascripts/jquery.foundation.forms.js +494 -0
  229. data/templates/foundation/javascripts/jquery.foundation.joyride.js +639 -0
  230. data/templates/foundation/javascripts/jquery.foundation.magellan.js +86 -0
  231. data/templates/foundation/javascripts/jquery.foundation.mediaQueryToggle.js +27 -0
  232. data/templates/foundation/javascripts/jquery.foundation.navigation.js +55 -0
  233. data/templates/foundation/javascripts/jquery.foundation.orbit.js +897 -0
  234. data/templates/foundation/javascripts/jquery.foundation.reveal.js +794 -0
  235. data/templates/foundation/javascripts/jquery.foundation.tabs.js +56 -0
  236. data/templates/foundation/javascripts/jquery.foundation.tooltips.js +193 -0
  237. data/templates/foundation/javascripts/jquery.foundation.topbar.js +156 -0
  238. data/templates/foundation/javascripts/modernizr.foundation.js +4 -0
  239. data/templates/foundation/languages/readme.txt +6 -0
  240. data/templates/foundation/license.txt +281 -0
  241. data/templates/foundation/loop.php +30 -0
  242. data/templates/foundation/manifest.rb +285 -0
  243. data/templates/foundation/options.php +43 -0
  244. data/templates/foundation/page.php +29 -0
  245. data/templates/foundation/print.css +1 -0
  246. data/templates/foundation/print.scss +1 -0
  247. data/templates/foundation/readme.txt +6 -0
  248. data/templates/foundation/sass/_app.scss +50 -0
  249. data/templates/foundation/sass/_settings.scss +243 -0
  250. data/templates/foundation/screen.scss +1 -0
  251. data/templates/foundation/screenshot.png +0 -0
  252. data/templates/foundation/search.php +31 -0
  253. data/templates/{starter → foundation}/search.png +0 -0
  254. data/templates/foundation/searchform.php +14 -0
  255. data/templates/foundation/sidebar.php +15 -0
  256. data/templates/foundation/single.php +31 -0
  257. data/templates/foundation/style.css +17 -0
  258. data/templates/foundation/stylesheets/fc-webicons.css +156 -0
  259. data/templates/foundation/tag.php +41 -0
  260. data/templates/project/404.php +24 -0
  261. data/templates/project/admin/README.txt +25 -0
  262. data/templates/project/admin/assets/css/admin-style.css +838 -0
  263. data/templates/project/admin/assets/css/colorpicker.css +177 -0
  264. data/templates/project/admin/assets/images/1col.png +0 -0
  265. data/templates/project/admin/assets/images/2-col-portfolio.png +0 -0
  266. data/templates/project/admin/assets/images/2cl.png +0 -0
  267. data/templates/project/admin/assets/images/2cr.png +0 -0
  268. data/templates/project/admin/assets/images/3-col-portfolio.png +0 -0
  269. data/templates/project/admin/assets/images/3cm.png +0 -0
  270. data/templates/project/admin/assets/images/3cr.png +0 -0
  271. data/templates/project/admin/assets/images/4-col-portfolio.png +0 -0
  272. data/templates/project/admin/assets/images/accept.png +0 -0
  273. data/templates/project/admin/assets/images/button_check.png +0 -0
  274. data/templates/project/admin/assets/images/colorpicker/blank.gif +0 -0
  275. data/templates/project/admin/assets/images/colorpicker/colorpicker_background.png +0 -0
  276. data/templates/project/admin/assets/images/colorpicker/colorpicker_hex.png +0 -0
  277. data/templates/project/admin/assets/images/colorpicker/colorpicker_hsb_b.png +0 -0
  278. data/templates/project/admin/assets/images/colorpicker/colorpicker_hsb_h.png +0 -0
  279. data/templates/project/admin/assets/images/colorpicker/colorpicker_hsb_s.png +0 -0
  280. data/templates/project/admin/assets/images/colorpicker/colorpicker_indic.gif +0 -0
  281. data/templates/project/admin/assets/images/colorpicker/colorpicker_overlay.png +0 -0
  282. data/templates/project/admin/assets/images/colorpicker/colorpicker_rgb_b.png +0 -0
  283. data/templates/project/admin/assets/images/colorpicker/colorpicker_rgb_g.png +0 -0
  284. data/templates/project/admin/assets/images/colorpicker/colorpicker_rgb_r.png +0 -0
  285. data/templates/project/admin/assets/images/colorpicker/colorpicker_select.gif +0 -0
  286. data/templates/project/admin/assets/images/colorpicker/colorpicker_submit.png +0 -0
  287. data/templates/project/admin/assets/images/colorpicker/select.png +0 -0
  288. data/templates/project/admin/assets/images/dropdown-arrow.png +0 -0
  289. data/templates/project/admin/assets/images/favicon.ico +0 -0
  290. data/templates/project/admin/assets/images/icon-add.png +0 -0
  291. data/templates/project/admin/assets/images/icon-backup.png +0 -0
  292. data/templates/project/admin/assets/images/icon-delete.png +0 -0
  293. data/templates/project/admin/assets/images/icon-docs.png +0 -0
  294. data/templates/project/admin/assets/images/icon-edit.png +0 -0
  295. data/templates/project/admin/assets/images/icon-home.png +0 -0
  296. data/templates/project/admin/assets/images/icon-info.png +0 -0
  297. data/templates/project/admin/assets/images/icon-notice.png +0 -0
  298. data/templates/project/admin/assets/images/icon-paint.png +0 -0
  299. data/templates/project/admin/assets/images/icon-settings.png +0 -0
  300. data/templates/project/admin/assets/images/icon-slider.png +0 -0
  301. data/templates/project/admin/assets/images/icon-warn.png +0 -0
  302. data/templates/project/admin/assets/images/icon_option.png +0 -0
  303. data/templates/project/admin/assets/images/loading-bottom.gif +0 -0
  304. data/templates/project/admin/assets/images/select.png +0 -0
  305. data/templates/project/admin/assets/images/sign_warning.png +0 -0
  306. data/templates/project/admin/assets/images/stop.png +0 -0
  307. data/templates/project/admin/assets/images/toggle_tabs.png +0 -0
  308. data/templates/project/admin/assets/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  309. data/templates/project/admin/assets/images/warning.png +0 -0
  310. data/templates/project/admin/assets/images/wrench.png +0 -0
  311. data/templates/project/admin/assets/images/wrench16.png +0 -0
  312. data/templates/project/admin/assets/js/ajaxupload.js +606 -0
  313. data/templates/project/admin/assets/js/colorpicker.js +455 -0
  314. data/templates/project/admin/assets/js/cookie.js +1 -0
  315. data/templates/project/admin/assets/js/jquery.maskedinput-1.2.2.js +252 -0
  316. data/templates/project/admin/assets/js/jquery.tipsy.js +241 -0
  317. data/templates/project/admin/assets/js/of-medialibrary-uploader.js +168 -0
  318. data/templates/project/admin/assets/js/smof.js +623 -0
  319. data/templates/{starter → project}/admin/classes/class.options-machine.php +0 -0
  320. data/templates/project/admin/front-end/options.php +77 -0
  321. data/templates/project/admin/functions/functions.admin.php +76 -0
  322. data/templates/project/admin/functions/functions.interface.php +232 -0
  323. data/templates/project/admin/functions/functions.load.php +14 -0
  324. data/templates/{starter → project}/admin/functions/functions.mediauploader.php +0 -0
  325. data/templates/project/admin/functions/functions.options.php +508 -0
  326. data/templates/project/admin/functions/functions.php +0 -0
  327. data/templates/project/admin/index.php +87 -0
  328. data/templates/project/admin/layouts/default.css +0 -0
  329. data/templates/project/admin/layouts/placebo.css +0 -0
  330. data/templates/project/archive.php +57 -0
  331. data/templates/{starter → project}/category.php +0 -0
  332. data/templates/project/comments.php +65 -0
  333. data/templates/{starter → project}/content-aside.php +0 -0
  334. data/templates/{starter → project}/content-image.php +0 -0
  335. data/templates/{starter → project}/content-link.php +0 -0
  336. data/templates/{starter → project}/content-none.php +0 -0
  337. data/templates/project/content-page.php +24 -0
  338. data/templates/{starter → project}/content-quote.php +0 -0
  339. data/templates/{starter → project}/content-status.php +0 -0
  340. data/templates/project/content.php +67 -0
  341. data/templates/{starter → project}/editor-style.scss +0 -0
  342. data/templates/project/footer.php +29 -0
  343. data/templates/project/functions.php +1233 -0
  344. data/templates/project/header.php +63 -0
  345. data/templates/project/images/bg/bg0.png +0 -0
  346. data/templates/project/images/bg/bg1.png +0 -0
  347. data/templates/project/images/bg/bg10.png +0 -0
  348. data/templates/project/images/bg/bg11.png +0 -0
  349. data/templates/project/images/bg/bg2.png +0 -0
  350. data/templates/project/images/bg/bg3.png +0 -0
  351. data/templates/project/images/bg/bg4.png +0 -0
  352. data/templates/project/images/bg/bg5.png +0 -0
  353. data/templates/project/images/bg/bg6.jpg +0 -0
  354. data/templates/project/images/bg/bg7.jpg +0 -0
  355. data/templates/project/images/bg/bg8.png +0 -0
  356. data/templates/project/images/bg/bg9.png +0 -0
  357. data/templates/project/index.php +19 -0
  358. data/templates/project/javascripts/app.js +6 -0
  359. data/templates/{starter → project/javascripts}/moderninzr.min.js +0 -0
  360. data/templates/project/languages/readme.txt +6 -0
  361. data/templates/project/license.txt +281 -0
  362. data/templates/{starter → project}/loop.php +0 -0
  363. data/templates/project/manifest.rb +131 -4
  364. data/templates/project/options.php +42 -0
  365. data/templates/project/page.php +29 -0
  366. data/templates/project/readme.txt +6 -1
  367. data/templates/project/screenshot.png +0 -0
  368. data/templates/project/search.php +31 -0
  369. data/templates/project/searchform.php +14 -0
  370. data/templates/project/sidebar.php +15 -0
  371. data/templates/project/single.php +31 -0
  372. data/templates/project/style.css +5 -0
  373. data/templates/{starter → project}/tag.php +0 -0
  374. data/templates/starter/404.php +42 -19
  375. data/templates/starter/README.md +41 -0
  376. data/templates/starter/archive.php +89 -49
  377. data/templates/starter/comments.php +43 -32
  378. data/templates/starter/content-page.php +12 -16
  379. data/templates/starter/content-single.php +59 -0
  380. data/templates/starter/content.php +52 -58
  381. data/templates/starter/footer.php +20 -22
  382. data/templates/starter/functions.php +60 -1156
  383. data/templates/starter/header.php +31 -52
  384. data/templates/starter/image.php +111 -0
  385. data/templates/starter/inc/custom-header.php +184 -0
  386. data/templates/starter/inc/extras.php +79 -0
  387. data/templates/starter/inc/template-tags.php +175 -0
  388. data/templates/starter/inc/theme-options/theme-options.php +306 -0
  389. data/templates/starter/index.php +41 -11
  390. data/templates/starter/javascripts/html5.js +6 -0
  391. data/templates/starter/javascripts/keyboard-image-navigation.js +14 -0
  392. data/templates/starter/javascripts/small-menu.js +39 -0
  393. data/templates/starter/languages/readme.txt +6 -0
  394. data/templates/starter/layouts/content-sidebar-sidebar.css +27 -0
  395. data/templates/starter/layouts/content-sidebar.css +25 -0
  396. data/templates/starter/layouts/sidebar-content-sidebar.css +27 -0
  397. data/templates/starter/layouts/sidebar-content.css +25 -0
  398. data/templates/starter/layouts/sidebar-sidebar-content.css +22 -0
  399. data/templates/starter/license.txt +281 -0
  400. data/templates/starter/manifest.rb +22 -110
  401. data/templates/starter/no-results.php +34 -0
  402. data/templates/starter/page.php +16 -14
  403. data/templates/starter/print.scss +1 -104
  404. data/templates/starter/rtl.css +17 -0
  405. data/templates/starter/screen.scss +653 -1
  406. data/templates/starter/screenshot.png +0 -0
  407. data/templates/starter/search.php +31 -21
  408. data/templates/starter/searchform.php +8 -9
  409. data/templates/starter/sidebar.php +29 -10
  410. data/templates/starter/single.php +24 -21
  411. data/templates/starter/style.css +10 -6
  412. metadata +401 -100
  413. data/templates/project/print.css +0 -4
  414. data/templates/starter/admin/functions/functions.options.php +0 -507
  415. data/templates/starter/app.js +0 -97
  416. data/templates/starter/options.php +0 -407
  417. data/templates/starter/readme.txt +0 -1
@@ -1,138 +1,50 @@
1
1
  # Description
2
- description "This is a blank WordPress theme configured to use Sass"
2
+ description "This is a basic WordPress theme configured to use Sass"
3
3
 
4
4
  # Auto discover directories
5
5
  discover :directories
6
6
 
7
- file 'admin/assets/css/admin-style.css'
8
- file 'admin/assets/css/colorpicker.css'
7
+ file 'inc/theme-options/theme-options.php'
8
+ file 'inc/custom-header.php'
9
+ file 'inc/extras.php'
10
+ file 'inc/template-tags.php'
9
11
 
10
- file 'admin/assets/images/colorpicker/blank.gif'
11
- file 'admin/assets/images/colorpicker/colorpicker_background.png'
12
- file 'admin/assets/images/colorpicker/colorpicker_hex.png'
13
- file 'admin/assets/images/colorpicker/colorpicker_hsb_b.png'
14
- file 'admin/assets/images/colorpicker/colorpicker_hsb_h.png'
15
- file 'admin/assets/images/colorpicker/colorpicker_hsb_s.png'
16
- file 'admin/assets/images/colorpicker/colorpicker_indic.gif'
17
- file 'admin/assets/images/colorpicker/colorpicker_overlay.png'
18
- file 'admin/assets/images/colorpicker/colorpicker_rgb_b.png'
19
- file 'admin/assets/images/colorpicker/colorpicker_rgb_g.png'
20
- file 'admin/assets/images/colorpicker/colorpicker_rgb_r.png'
21
- file 'admin/assets/images/colorpicker/colorpicker_select.gif'
22
- file 'admin/assets/images/colorpicker/colorpicker_submit.png'
23
- file 'admin/assets/images/colorpicker/select.png'
12
+ file 'javascripts/html5.js'
13
+ file 'javascripts/keyboard-image-navigation.js'
14
+ file 'javascripts/small-menu.js'
24
15
 
25
- file 'admin/assets/images/1col.png'
26
- file 'admin/assets/images/2-col-portfolio.png'
27
- file 'admin/assets/images/2cl.png'
28
- file 'admin/assets/images/2cr.png'
29
- file 'admin/assets/images/3-col-portfolio.png'
30
- file 'admin/assets/images/3cm.png'
31
- file 'admin/assets/images/3cr.png'
32
- file 'admin/assets/images/4-col-portfolio.png'
33
- file 'admin/assets/images/accept.png'
34
- file 'admin/assets/images/button_check.png'
35
- file 'admin/assets/images/dropdown-arrow.png'
36
- file 'admin/assets/images/favicon.ico'
37
- file 'admin/assets/images/icon_option.png'
38
- file 'admin/assets/images/icon-add.png'
39
- file 'admin/assets/images/icon-backup.png'
40
- file 'admin/assets/images/icon-delete.png'
41
- file 'admin/assets/images/icon-docs.png'
42
- file 'admin/assets/images/icon-edit.png'
43
- file 'admin/assets/images/icon-home.png'
44
- file 'admin/assets/images/icon-info.png'
45
- file 'admin/assets/images/icon-notice.png'
46
- file 'admin/assets/images/icon-paint.png'
47
- file 'admin/assets/images/icon-settings.png'
48
- file 'admin/assets/images/icon-slider.png'
49
- file 'admin/assets/images/icon-warn.png'
50
- file 'admin/assets/images/loading-bottom.gif'
51
- file 'admin/assets/images/select.png'
52
- file 'admin/assets/images/sign_warning.png'
53
- file 'admin/assets/images/stop.png'
54
- file 'admin/assets/images/toggle_tabs.png'
55
- file 'admin/assets/images/ui-bg_flat_0_aaaaaa_40x100.png'
56
- file 'admin/assets/images/warning.png'
57
- file 'admin/assets/images/wrench.png'
58
- file 'admin/assets/images/wrench16.png'
16
+ file 'languages/readme.txt'
59
17
 
60
- file 'admin/assets/js/ajaxupload.js'
61
- file 'admin/assets/js/colorpicker.js'
62
- file 'admin/assets/js/cookie.js'
63
- file 'admin/assets/js/jquery.maskedinput-1.2.2.js'
64
- file 'admin/assets/js/jquery.tipsy.js'
65
- file 'admin/assets/js/of-medialibrary-uploader.js'
66
- file 'admin/assets/js/smof.js'
18
+ file 'layouts/content-sidebar-sidebar.css'
19
+ file 'layouts/content-sidebar.css'
20
+ file 'layouts/sidebar-content-sidebar.css'
21
+ file 'layouts/sidebar-content.css'
22
+ file 'layouts/sidebar-sidebar-content.css'
67
23
 
68
- file 'admin/classes/class.options-machine.php'
69
-
70
- file 'admin/front-end/options.php'
71
-
72
- file 'admin/functions/functions.admin.php'
73
- file 'admin/functions/functions.interface.php'
74
- file 'admin/functions/functions.load.php'
75
- file 'admin/functions/functions.mediauploader.php'
76
- file 'admin/functions/functions.options.php'
77
- file 'admin/functions/functions.php'
78
-
79
- file 'admin/layouts/default.css'
80
- file 'admin/layouts/placebo.css'
81
-
82
- file 'admin/index.php'
83
- file 'admin/README.txt'
84
-
85
- file 'images/bg/bg0.png'
86
- file 'images/bg/bg1.png'
87
- file 'images/bg/bg2.png'
88
- file 'images/bg/bg3.png'
89
- file 'images/bg/bg4.png'
90
- file 'images/bg/bg5.png'
91
- file 'images/bg/bg6.jpg'
92
- file 'images/bg/bg7.jpg'
93
- file 'images/bg/bg8.png'
94
- file 'images/bg/bg9.png'
95
- file 'images/bg/bg10.png'
96
- file 'images/bg/bg11.png'
97
-
98
- # Wordpress Import
99
24
  file '404.php'
100
25
  file 'archive.php'
101
- file 'category.php'
102
26
  file 'comments.php'
103
- file 'content-aside.php'
104
- file 'content-image.php'
105
- file 'content-link.php'
106
- file 'content-none.php'
107
27
  file 'content-page.php'
108
- file 'content-quote.php'
109
- file 'content-status.php'
28
+ file 'content-single.php'
110
29
  file 'content.php'
111
30
  file 'footer.php'
112
31
  file 'functions.php'
113
32
  file 'header.php'
33
+ file 'image.php'
114
34
  file 'index.php'
115
- file 'loop.php'
116
- file 'options.php'
35
+ file 'license.txt'
36
+ file 'no-results.php'
117
37
  file 'page.php'
118
- file 'readme.txt'
38
+ file 'README.md'
39
+ file 'rtl.css'
40
+ file 'screenshot.png'
119
41
  file 'search.php'
120
42
  file 'searchform.php'
121
43
  file 'sidebar.php'
122
44
  file 'single.php'
123
45
  file 'style.css'
124
- file 'tag.php'
125
-
126
- directory 'languages'
127
-
128
- image 'search.png'
129
-
130
- # Javascript Import
131
- javascript 'app.js'
132
- javascript 'moderninzr.min.js'
133
46
 
134
47
  # Stylesheet Import
135
- stylesheet 'editor-style.scss', :media => 'screen, projection'
136
48
  stylesheet 'screen.scss', :media => 'screen, projection'
137
49
  stylesheet 'print.scss', :media => 'screen, projection'
138
50
  stylesheet 'ie.scss', :media => 'screen, projection', :condition => "lt IE 9"
@@ -145,5 +57,5 @@ help %Q{
145
57
  # Compass Extension Welcome Message
146
58
  # Users will see this when they create a new project using this template.
147
59
  welcome_message %Q{
148
- This is a blank WordPress theme configured to use Sass
60
+ This is a basic WordPress theme configured to use Sass
149
61
  }
@@ -0,0 +1,34 @@
1
+ <?php
2
+ /**
3
+ * The template part for displaying a message that posts cannot be found.
4
+ *
5
+ * Learn more: http://codex.wordpress.org/Template_Hierarchy
6
+ *
7
+ * @package starter
8
+ * @since starter 1.0
9
+ */
10
+ ?>
11
+
12
+ <article id="post-0" class="post no-results not-found">
13
+ <header class="entry-header">
14
+ <h1 class="entry-title"><?php _e( 'Nothing Found', 'starter' ); ?></h1>
15
+ </header><!-- .entry-header -->
16
+
17
+ <div class="entry-content">
18
+ <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
19
+
20
+ <p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'starter' ), admin_url( 'post-new.php' ) ); ?></p>
21
+
22
+ <?php elseif ( is_search() ) : ?>
23
+
24
+ <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'starter' ); ?></p>
25
+ <?php get_search_form(); ?>
26
+
27
+ <?php else : ?>
28
+
29
+ <p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'starter' ); ?></p>
30
+ <?php get_search_form(); ?>
31
+
32
+ <?php endif; ?>
33
+ </div><!-- .entry-content -->
34
+ </article><!-- #post-0 .post .no-results .not-found -->
@@ -7,23 +7,25 @@
7
7
  * and that other 'pages' on your WordPress site will use a
8
8
  * different template.
9
9
  *
10
- * @category Theme
11
- * @package [starter]
12
- * @author [Your Name]
13
- * @copyright 2012 [Your Name]
10
+ * @package starter
11
+ * @since starter 1.0
14
12
  */
15
13
 
16
- get_header( get_post_format() );
14
+ get_header(); ?>
17
15
 
18
- while ( have_posts() ):
19
- the_post();
16
+ <div id="primary" class="content-area">
17
+ <div id="content" class="site-content" role="main">
20
18
 
21
- /* If you want to overload this in a child theme then include a file
22
- * called content-single.php and that will be used instead.
23
- */
24
- get_template_part( 'content', 'page' );
19
+ <?php while ( have_posts() ) : the_post(); ?>
25
20
 
26
- comments_template( '', true );
27
- endwhile;
21
+ <?php get_template_part( 'content', 'page' ); ?>
28
22
 
29
- get_footer( get_post_format() );
23
+ <?php comments_template( '', true ); ?>
24
+
25
+ <?php endwhile; // end of the loop. ?>
26
+
27
+ </div><!-- #content .site-content -->
28
+ </div><!-- #primary .content-area -->
29
+
30
+ <?php get_sidebar(); ?>
31
+ <?php get_footer(); ?>
@@ -1,104 +1 @@
1
- @media print {
2
- /* All your print styles go here */
3
- /* Smashing winery
4
- Example site for article at Smashing Magazine
5
- by Christian Krammer, ck@css3files.com
6
-
7
- Print style */
8
- /* Reset quotes */
9
- q {
10
- quotes: none;
11
- &:before, &:after {
12
- content: "";
13
- }
14
- }
15
- /* Hide everything unneeded */
16
- header {
17
- h1, nav {
18
- display: none;
19
- }
20
- }
21
- footer, img {
22
- display: none;
23
- }
24
- /* font sizes */
25
- body {
26
- font: 12pt Georgia, "Times New Roman", Times, serif;
27
- line-height: 1.3;
28
- color: #000;
29
- }
30
- h1 {
31
- font-size: 24pt;
32
- }
33
- h2 {
34
- font-size: 14pt;
35
- margin-top: 25px;
36
- }
37
- aside h2 {
38
- font-size: 18pt;
39
- }
40
- /* Show printer-frindly logo. */
41
- header .print {
42
- display: block;
43
- }
44
- /* If you like things a little bit easier and more semantic you can alternatively just leave the h1 of the header visible, switch off the margin and make it bigger than the rest of the headlines */
45
- /*header nav, footer, img {display: none}
46
-
47
- header h1 {
48
- margin: 0;
49
- font-size: 30pt;
50
- }*/
51
- /* Some browsers like to show a border around images. Switch it off */
52
- img {
53
- border: 0;
54
- }
55
- /* Mover the header a little bit awy from the content */
56
- header {
57
- margin-bottom: 40px;
58
- &:after {
59
- display: block;
60
- content: "www.smashing-winery.com";
61
- }
62
- }
63
- /* Display the URL of the site so that the user knows where the printout came from */
64
- /* Additionally/optionally a little message could be displayed */
65
- /*header:before {
66
- display: block;
67
- content: "Thank your for printing our content at www.smashing-winery.com. Please check back soon for new offers about delicious wine from our winery.";
68
- margin-bottom: 10px;
69
- border: 1px solid #bbb;
70
- padding: 3px 5px;
71
- font-style: italic;
72
- }*/
73
- /* Separate blockquotes a little bit from the rest */
74
- blockquote {
75
- font-size: 13pt;
76
- font-style: italic;
77
- }
78
- /* By default links are blue. For optimal legibility change them to black */
79
- p a {
80
- color: #000;
81
- &:after {
82
- content: " (http://www.smashing-winery.com/" attr(href) ")";
83
- font-size: 80%;
84
- word-wrap: break-word;
85
- }
86
- &[href^="http://"]:after, &[href^="https://"]:after {
87
- content: " (" attr(href) ")";
88
- }
89
- }
90
- /* Show the URL after each link, whereby internal links are preceeded by the site's URL */
91
- /* External links don't get this treatment */
92
- /* Append the source of the citation */
93
- q:after {
94
- content: " (" attr(cite) ")";
95
- }
96
- /* The Sidebar is placed under the content automatically. To distinguish it from the rest a border and a gap is set before */
97
- aside {
98
- border-top: 1px solid #bbb;
99
- margin-top: 30px;
100
- display: block;
101
- /*page-break-before: always; */
102
- /* Moves the sidebar to new page */
103
- }
104
- }
1
+ /* All your print styles go here */
@@ -0,0 +1,17 @@
1
+ /*
2
+ Theme Name: starter
3
+
4
+ Adding support for language written in a Right To Left (RTL) direction is easy -
5
+ it's just a matter of overwriting all the horizontal positioning attributes
6
+ of your CSS stylesheet in a separate stylesheet file named rtl.css.
7
+
8
+ http://codex.wordpress.org/Right_to_Left_Language_Support
9
+
10
+ */
11
+
12
+ /*
13
+ body {
14
+ direction: rtl;
15
+ unicode-bidi: embed;
16
+ }
17
+ */
@@ -1 +1,653 @@
1
- @import "wordpress";
1
+ /*
2
+ Resetting and rebuilding styles have been helped along thanks to the fine work of
3
+ Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
4
+ along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
5
+ and Blueprint http://www.blueprintcss.org/
6
+ */
7
+
8
+ /* =Reset
9
+ -------------------------------------------------------------- */
10
+
11
+ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
12
+ border: 0;
13
+ font-family: inherit;
14
+ font-size: 100%;
15
+ font-style: inherit;
16
+ font-weight: inherit;
17
+ margin: 0;
18
+ outline: 0;
19
+ padding: 0;
20
+ vertical-align: baseline;
21
+ }
22
+
23
+ html {
24
+ font-size: 62.5%;
25
+ /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
26
+ overflow-y: scroll;
27
+ /* Keeps page centred in all browsers regardless of content height */
28
+ -webkit-text-size-adjust: 100%;
29
+ /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
30
+ -ms-text-size-adjust: 100%;
31
+ /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
32
+ }
33
+
34
+ body {
35
+ background: #fff;
36
+ }
37
+
38
+ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
39
+ display: block;
40
+ }
41
+
42
+ ol, ul {
43
+ list-style: none;
44
+ }
45
+
46
+ table {
47
+ /* tables still need 'cellspacing="0"' in the markup */
48
+ border-collapse: separate;
49
+ border-spacing: 0;
50
+ }
51
+
52
+ caption, th, td {
53
+ font-weight: normal;
54
+ text-align: left;
55
+ }
56
+
57
+ blockquote {
58
+ &:before, &:after {
59
+ content: "";
60
+ }
61
+ }
62
+
63
+ q {
64
+ &:before, &:after {
65
+ content: "";
66
+ }
67
+ }
68
+
69
+ blockquote, q {
70
+ quotes: "" "";
71
+ }
72
+
73
+ a {
74
+ &:focus {
75
+ outline: thin dotted;
76
+ }
77
+ &:hover, &:active {
78
+ /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
79
+ outline: 0;
80
+ }
81
+ img {
82
+ border: 0;
83
+ }
84
+ }
85
+
86
+ /* =Global
87
+ ----------------------------------------------- */
88
+
89
+ body, button, input, select, textarea {
90
+ color: #404040;
91
+ font-family: sans-serif;
92
+ font-size: 16px;
93
+ font-size: 1.6rem;
94
+ line-height: 1.5;
95
+ }
96
+
97
+ /* Headings */
98
+
99
+ h1, h2, h3, h4, h5, h6 {
100
+ clear: both;
101
+ }
102
+
103
+ hr {
104
+ background-color: #ccc;
105
+ border: 0;
106
+ height: 1px;
107
+ margin-bottom: 1.5em;
108
+ }
109
+
110
+ /* Text elements */
111
+
112
+ p {
113
+ margin-bottom: 1.5em;
114
+ }
115
+
116
+ ul, ol {
117
+ margin: 0 0 1.5em 3em;
118
+ }
119
+
120
+ ul {
121
+ list-style: disc;
122
+ }
123
+
124
+ ol {
125
+ list-style: decimal;
126
+ }
127
+
128
+ ul ul, ol ol, ul ol, ol ul {
129
+ margin-bottom: 0;
130
+ margin-left: 1.5em;
131
+ }
132
+
133
+ dt {
134
+ font-weight: bold;
135
+ }
136
+
137
+ dd {
138
+ margin: 0 1.5em 1.5em;
139
+ }
140
+
141
+ b, strong {
142
+ font-weight: bold;
143
+ }
144
+
145
+ dfn, cite, em, i {
146
+ font-style: italic;
147
+ }
148
+
149
+ blockquote {
150
+ margin: 0 1.5em;
151
+ }
152
+
153
+ address {
154
+ margin: 0 0 1.5em;
155
+ }
156
+
157
+ pre {
158
+ background: #eee;
159
+ font-family: "Courier 10 Pitch", Courier, monospace;
160
+ font-size: 15px;
161
+ font-size: 1.5rem;
162
+ line-height: 1.6;
163
+ margin-bottom: 1.6em;
164
+ padding: 1.6em;
165
+ overflow: auto;
166
+ max-width: 100%;
167
+ }
168
+
169
+ code, kbd, tt, var {
170
+ font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
171
+ }
172
+
173
+ abbr, acronym {
174
+ border-bottom: 1px dotted #666;
175
+ cursor: help;
176
+ }
177
+
178
+ mark, ins {
179
+ background: #fff9c0;
180
+ text-decoration: none;
181
+ }
182
+
183
+ sup, sub {
184
+ font-size: 75%;
185
+ height: 0;
186
+ line-height: 0;
187
+ position: relative;
188
+ vertical-align: baseline;
189
+ }
190
+
191
+ sup {
192
+ bottom: 1ex;
193
+ }
194
+
195
+ sub {
196
+ top: .5ex;
197
+ }
198
+
199
+ small {
200
+ font-size: 75%;
201
+ }
202
+
203
+ big {
204
+ font-size: 125%;
205
+ }
206
+
207
+ figure {
208
+ margin: 0;
209
+ }
210
+
211
+ table {
212
+ margin: 0 0 1.5em;
213
+ width: 100%;
214
+ }
215
+
216
+ th {
217
+ font-weight: bold;
218
+ }
219
+
220
+ button, input, select, textarea {
221
+ font-size: 100%;
222
+ /* Corrects font size not being inherited in all browsers */
223
+ margin: 0;
224
+ /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
225
+ vertical-align: baseline;
226
+ /* Improves appearance and consistency in all browsers */
227
+ *vertical-align: middle;
228
+ /* Improves appearance and consistency in all browsers */
229
+ }
230
+
231
+ button, input {
232
+ line-height: normal;
233
+ /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
234
+ *overflow: visible;
235
+ /* Corrects inner spacing displayed oddly in IE6/7 */
236
+ }
237
+
238
+ button, html input[type="button"] {
239
+ border: 1px solid #ccc;
240
+ border-color: #ccc #ccc #bbb #ccc;
241
+ border-radius: 3px;
242
+ background: #e6e6e6;
243
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
244
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
245
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
246
+ color: rgba(0, 0, 0, 0.8);
247
+ cursor: pointer;
248
+ /* Improves usability and consistency of cursor style between image-type 'input' and others */
249
+ -webkit-appearance: button;
250
+ /* Corrects inability to style clickable 'input' types in iOS */
251
+ font-size: 12px;
252
+ font-size: 1.4rem;
253
+ line-height: 1;
254
+ padding: 1.12em 1.5em 1em;
255
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
256
+ }
257
+
258
+ input {
259
+ &[type="reset"], &[type="submit"] {
260
+ border: 1px solid #ccc;
261
+ border-color: #ccc #ccc #bbb #ccc;
262
+ border-radius: 3px;
263
+ background: #e6e6e6;
264
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
265
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
266
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
267
+ color: rgba(0, 0, 0, 0.8);
268
+ cursor: pointer;
269
+ /* Improves usability and consistency of cursor style between image-type 'input' and others */
270
+ -webkit-appearance: button;
271
+ /* Corrects inability to style clickable 'input' types in iOS */
272
+ font-size: 12px;
273
+ font-size: 1.4rem;
274
+ line-height: 1;
275
+ padding: 1.12em 1.5em 1em;
276
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
277
+ }
278
+ }
279
+
280
+ button:hover, html input[type="button"]:hover {
281
+ border-color: #ccc #bbb #aaa #bbb;
282
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
283
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
284
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
285
+ }
286
+
287
+ input {
288
+ &[type="reset"]:hover, &[type="submit"]:hover {
289
+ border-color: #ccc #bbb #aaa #bbb;
290
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
291
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
292
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
293
+ }
294
+ }
295
+
296
+ button:focus, html input[type="button"]:focus {
297
+ border-color: #aaa #bbb #bbb #bbb;
298
+ -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
299
+ -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
300
+ box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
301
+ }
302
+
303
+ input {
304
+ &[type="reset"]:focus, &[type="submit"]:focus {
305
+ border-color: #aaa #bbb #bbb #bbb;
306
+ -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
307
+ -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
308
+ box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
309
+ }
310
+ }
311
+
312
+ button:active, html input[type="button"]:active {
313
+ border-color: #aaa #bbb #bbb #bbb;
314
+ -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
315
+ -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
316
+ box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
317
+ }
318
+
319
+ input {
320
+ &[type="reset"]:active, &[type="submit"]:active {
321
+ border-color: #aaa #bbb #bbb #bbb;
322
+ -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
323
+ -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
324
+ box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
325
+ }
326
+ &[type="checkbox"], &[type="radio"] {
327
+ box-sizing: border-box;
328
+ /* Addresses box sizing set to content-box in IE8/9 */
329
+ padding: 0;
330
+ /* Addresses excess padding in IE8/9 */
331
+ }
332
+ &[type="search"] {
333
+ -webkit-appearance: textfield;
334
+ /* Addresses appearance set to searchfield in S5, Chrome */
335
+ -moz-box-sizing: content-box;
336
+ -webkit-box-sizing: content-box;
337
+ /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
338
+ box-sizing: content-box;
339
+ &::-webkit-search-decoration {
340
+ /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
341
+ -webkit-appearance: none;
342
+ }
343
+ }
344
+ }
345
+
346
+ button::-moz-focus-inner {
347
+ /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
348
+ border: 0;
349
+ padding: 0;
350
+ }
351
+
352
+ input {
353
+ &::-moz-focus-inner {
354
+ /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
355
+ border: 0;
356
+ padding: 0;
357
+ }
358
+ &[type=text], &[type=email] {
359
+ color: #666;
360
+ border: 1px solid #ccc;
361
+ border-radius: 3px;
362
+ }
363
+ }
364
+
365
+ textarea {
366
+ color: #666;
367
+ border: 1px solid #ccc;
368
+ border-radius: 3px;
369
+ }
370
+
371
+ input {
372
+ &[type=text]:focus, &[type=email]:focus {
373
+ color: #111;
374
+ }
375
+ }
376
+
377
+ textarea:focus {
378
+ color: #111;
379
+ }
380
+
381
+ input {
382
+ &[type=text], &[type=email] {
383
+ padding: 3px;
384
+ }
385
+ }
386
+
387
+ textarea {
388
+ overflow: auto;
389
+ /* Removes default vertical scrollbar in IE6/7/8/9 */
390
+ padding-left: 3px;
391
+ vertical-align: top;
392
+ /* Improves readability and alignment in all browsers */
393
+ width: 98%;
394
+ }
395
+
396
+ /* Links */
397
+
398
+ a {
399
+ color: royalblue;
400
+ &:visited {
401
+ color: purple;
402
+ }
403
+ &:hover, &:focus, &:active {
404
+ color: midnightblue;
405
+ }
406
+ }
407
+
408
+ /* Alignment */
409
+
410
+ .alignleft {
411
+ display: inline;
412
+ float: left;
413
+ margin-right: 1.5em;
414
+ }
415
+
416
+ .alignright {
417
+ display: inline;
418
+ float: right;
419
+ margin-left: 1.5em;
420
+ }
421
+
422
+ .aligncenter {
423
+ clear: both;
424
+ display: block;
425
+ margin: 0 auto;
426
+ }
427
+
428
+ /* Text meant only for screen readers */
429
+
430
+ .assistive-text {
431
+ clip: rect(1px 1px 1px 1px);
432
+ /* IE6, IE7 */
433
+ clip: rect(1px, 1px, 1px, 1px);
434
+ position: absolute !important;
435
+ }
436
+
437
+ /* =Menu
438
+ ----------------------------------------------- */
439
+
440
+ .main-navigation {
441
+ clear: both;
442
+ display: block;
443
+ float: left;
444
+ width: 100%;
445
+ ul {
446
+ list-style: none;
447
+ margin: 0;
448
+ padding-left: 0;
449
+ }
450
+ li {
451
+ float: left;
452
+ position: relative;
453
+ }
454
+ a {
455
+ display: block;
456
+ text-decoration: none;
457
+ }
458
+ ul ul {
459
+ -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
460
+ -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
461
+ box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
462
+ display: none;
463
+ float: left;
464
+ position: absolute;
465
+ top: 1.5em;
466
+ left: 0;
467
+ z-index: 99999;
468
+ ul {
469
+ left: 100%;
470
+ top: 0;
471
+ }
472
+ a {
473
+ width: 200px;
474
+ }
475
+ li! {}
476
+ }
477
+ li:hover! > a {}
478
+ ul {
479
+ ul {
480
+ :hover! > a, a:hover! {}
481
+ }
482
+ li:hover > ul {
483
+ display: block;
484
+ }
485
+ }
486
+ li! {
487
+ &.current_page_item a, &.current-menu-item a {}
488
+ }
489
+ }
490
+
491
+ /* Small menu */
492
+
493
+ .menu-toggle {
494
+ cursor: pointer;
495
+ }
496
+
497
+ .main-small-navigation .menu {
498
+ display: none;
499
+ }
500
+
501
+ /* =Content
502
+ ----------------------------------------------- */
503
+
504
+ .sticky! {}
505
+
506
+ .hentry {
507
+ margin: 0 0 1.5em;
508
+ }
509
+
510
+ .entry-meta {
511
+ clear: both;
512
+ }
513
+
514
+ .byline {
515
+ display: none;
516
+ }
517
+
518
+ .single .byline, .group-blog .byline {
519
+ display: inline;
520
+ }
521
+
522
+ .entry-content, .entry-summary {
523
+ margin: 1.5em 0 0;
524
+ }
525
+
526
+ .page-links {
527
+ clear: both;
528
+ margin: 0 0 1.5em;
529
+ }
530
+
531
+ /* =Asides
532
+ ----------------------------------------------- */
533
+
534
+ .blog .format-aside .entry-title, .archive .format-aside .entry-title {
535
+ display: none;
536
+ }
537
+
538
+ /* =Media
539
+ ----------------------------------------------- */
540
+
541
+ .site-header img, .entry-content img, .comment-content img, .widget img {
542
+ max-width: 100%;
543
+ /* Fluid images for posts, comments, and widgets */
544
+ }
545
+
546
+ .site-header img, .entry-content img {
547
+ height: auto;
548
+ /* Make sure images with WordPress-added height and width attributes are scaled correctly */
549
+ }
550
+
551
+ img {
552
+ &[class*="align"], &[class*="wp-image-"] {
553
+ height: auto;
554
+ /* Make sure images with WordPress-added height and width attributes are scaled correctly */
555
+ }
556
+ }
557
+
558
+ .site-header img, .entry-content img, img.size-full {
559
+ max-width: 100%;
560
+ width: auto;
561
+ /* Prevent stretching of full-size images with height and width attributes in IE8 */
562
+ }
563
+
564
+ .entry-content img.wp-smiley, .comment-content img.wp-smiley {
565
+ border: none;
566
+ margin-bottom: 0;
567
+ margin-top: 0;
568
+ padding: 0;
569
+ }
570
+
571
+ .wp-caption {
572
+ border: 1px solid #ccc;
573
+ max-width: 100%;
574
+ &.aligncenter, &.alignleft, &.alignright {
575
+ margin-bottom: 1.5em;
576
+ }
577
+ img {
578
+ display: block;
579
+ margin: 1.2% auto 0;
580
+ max-width: 98%;
581
+ }
582
+ }
583
+
584
+ .wp-caption-text {
585
+ text-align: center;
586
+ }
587
+
588
+ .wp-caption .wp-caption-text {
589
+ margin: 0.8075em 0;
590
+ }
591
+
592
+ .site-content .gallery {
593
+ margin-bottom: 1.5em;
594
+ }
595
+
596
+ .gallery-caption! {}
597
+
598
+ .site-content {
599
+ .gallery {
600
+ a img {
601
+ border: none;
602
+ height: auto;
603
+ max-width: 90%;
604
+ }
605
+ dd {
606
+ margin: 0;
607
+ }
608
+ }
609
+ .gallery-columns-4! .gallery-item img {}
610
+ }
611
+
612
+ /* Make sure embeds and iframes fit their containers */
613
+
614
+ embed, iframe, object {
615
+ max-width: 100%;
616
+ }
617
+
618
+ /* =Navigation
619
+ ----------------------------------------------- */
620
+
621
+ .site-content {
622
+ .site-navigation {
623
+ margin: 0 0 1.5em;
624
+ overflow: hidden;
625
+ }
626
+ .nav-previous {
627
+ float: left;
628
+ width: 50%;
629
+ }
630
+ .nav-next {
631
+ float: right;
632
+ text-align: right;
633
+ width: 50%;
634
+ }
635
+ }
636
+
637
+ /* =Comments
638
+ ----------------------------------------------- */
639
+
640
+ .bypostauthor! {}
641
+
642
+ /* =Widgets
643
+ ----------------------------------------------- */
644
+
645
+ .widget {
646
+ margin: 0 0 1.5em;
647
+ }
648
+
649
+ /* Search widget */
650
+
651
+ #searchsubmit {
652
+ display: none;
653
+ }