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
@@ -0,0 +1,243 @@
1
+ @import "foundation/common/ratios";
2
+
3
+ // Settings file containing Foundation defaults
4
+
5
+ // Grid Settings
6
+
7
+ $rowWidth: 1000px;
8
+ $columnGutter: 30px;
9
+ $totalColumns: 12;
10
+ $mobileTotalColumns: 4;
11
+ $blockGridElements: 12; // Highest number of block grid elements, Maximum of 24 supported
12
+
13
+ // Colors Settings
14
+
15
+ $mainColor: #2ba6cb;
16
+ $secondaryColor: #e9e9e9;
17
+ $alertColor: #c60f13;
18
+ $successColor: #5da423;
19
+ $txtColor: #191919;
20
+ $highlightColor: #ffff99;
21
+ $black: #252525;
22
+ $white: #fff;
23
+ $shinyEdge: rgba(#fff, .5);
24
+ $darkEdge: rgba(#000, .2);
25
+
26
+ // Font Settings
27
+
28
+ $fontSmoothing: antialiased;
29
+ $headerFontFamily: "Helvetica Neue", Helvetica, sans-serif;
30
+ $headerFontWeight: bold;
31
+ $headerFontStyle: normal;
32
+ $headerFontColor: #222;
33
+ $bodyFontFamily: "Helvetica Neue", Helvetica, sans-serif;
34
+ $bodyFontWeight: normal;
35
+ $bodyFontStyle: normal;
36
+ $bodyFontColor: $txtColor;
37
+
38
+ // Text Direction Settings
39
+
40
+ $textDirection: ltr; // Controls default global text direction, 'rtl' or 'ltr'
41
+
42
+ // Button Settings
43
+
44
+ $buttonRadius: 3px;
45
+ $btnBase: 10px;
46
+
47
+ $tinyBtnBase: $btnBase - 5;
48
+ $smallBtnBase: $btnBase - 3;
49
+ $largeBtnBase: $btnBase + 5;
50
+
51
+ // Form Settings
52
+
53
+ $formSpacing: 12px;
54
+ $labelFontWeight: 500;
55
+ $labelFontColor: lighten(#000, 30%);
56
+ $labelBtmMargin: 3px;
57
+ $inputFontColor: rgba(0,0,0,0.75);
58
+ $inputFontSize: 14px;
59
+ $inputBgColor: #fff;
60
+ $inputFocusBgColor: darken(#fff, 2%);
61
+ $inputBorderColor: darken(#fff, 20%);
62
+ $inputFocusBorderColor: darken(#fff, 30%);
63
+ $inputBorderStyle: solid;
64
+ $inputBorderWidth: 1px;
65
+ $inputBorderRadius: 2px;
66
+ $fieldsetBorderRadius: 3px;
67
+
68
+ // Custom Form Settings
69
+
70
+ $custFormBorderColor: #ccc;
71
+ $custFormBgColor: #fff;
72
+ $custCheckColor: #222;
73
+ $custSelectCurrentFontColor: #141414;
74
+ $custSelectBgColor: #fff;
75
+ $custSelectBorderColor: #ddd;
76
+ $custSelectTriangleColor: #aaa;
77
+ $custSelectTriangleColorOpen: #222;
78
+ $custSelectDropHeight: 200px;
79
+ $custDropdownBgColor: #fff;
80
+ $custDropdownBorderColor: darken(#fff, 20%);
81
+ $custDropdownFontColor: #555;
82
+ $custDropdownSelectedBgColor: lighten(#2ba6cb, 40%);
83
+ $custDropdownSelectedFontColor: #000;
84
+ $custFormDisabledBgColor: #ddd;
85
+
86
+ // Tab Settings
87
+
88
+ $tabHeight: 40px;
89
+ $tabTermFontSize: 12px;
90
+
91
+ // Nav Bar Settings
92
+
93
+ $navBarHeight: 40px;
94
+ $navFlyoutBaseWidth: 250px;
95
+
96
+ // Top Bar Settings
97
+
98
+ $topBarBgColor: #222;
99
+ $topBarHeight: 45px;
100
+ $topBarHeightMobile: 45px;
101
+ $topBarBtmMargin: 30px;
102
+ $topBarTitleWeight: bold;
103
+ $topBarTitleSize: 17px;
104
+ $topBarLinkColor: #fff;
105
+ $topBarLinkWeight: bold;
106
+ $topBarLinkSize: 13px;
107
+ $topBarDropBgColor: #222;
108
+ $topBarDropLinkColor: #fff;
109
+ $topBarDropToggleSize: 5px;
110
+ $topBarDropToggleColor: #fff;
111
+ $topBarDropToggleAlpha: 0.5;
112
+ $topBarSearchWidth: 200px;
113
+ $topBarBreakPoint: 940px; // Change to 9999px for always mobile layout
114
+ $topBarNavToggleSize: 8px;
115
+
116
+ // UI Settings
117
+
118
+ $thumbRadius: 3px;
119
+ $progBarHeight: 25px;
120
+ $progBarBorderColor: darken(#fff, 20%);
121
+ $progBarBorderSize: 1px;
122
+ $progBarPad: 2px;
123
+ $linkListBottomMargin: 17px -22px;
124
+ $tableBorderRadius: 3px;
125
+
126
+ // Tooltip Settings
127
+
128
+ $hasTipBorderBottom: dotted 1px #ccc;
129
+ $hasTipFontWeight: bold;
130
+ $hasTipFontColor: #333;
131
+ $hasTipBorderBottomHover: dotted 1px darken($mainColor, 20%);
132
+ $hasTipFontColorHover: $mainColor;
133
+ $tooltipBackgroundColor: #000;
134
+ $tooltipBackgroundOpacity: 0.85;
135
+ $tooltipFontSize: 12px;
136
+ $tooltipFontWeight: bold;
137
+ $tooltipFontColor: #fff;
138
+ $tapToCloseFontSize: 10;
139
+ $tapToCloseFontWeight: normal;
140
+ $tapToCloseFontColor: #888;
141
+ $tooltipFontSizeScreenSm: 14;
142
+ $tooltipBgOpacityScreenSm: 0.85;
143
+ $tooltipBorderRadius: 4px;
144
+
145
+ // Pricing Table Settings
146
+
147
+ $priceTableBorder: solid 1px #ddd;
148
+ $priceTitleBgColor: #ddd;
149
+ $priceTitlePadding: 15px 20px;
150
+ $priceTitleAlign: center;
151
+ $priceTitleColor: #333;
152
+ $priceTitleWeight: bold;
153
+ $priceTitleSize: 16px;
154
+
155
+ $priceMoneyBgColor: #eee;
156
+ $priceMoneyPadding: 15px 20px;
157
+ $priceMoneyAlign: center;
158
+ $priceMoneyColor: #333;
159
+ $priceMoneyWeight: normal;
160
+ $priceMoneySize: 20px;
161
+
162
+ $priceBgColor: #fff;
163
+ $priceDescColor: #777;
164
+ $priceDescPadding: 15px;
165
+ $priceDescAlign: center;
166
+ $priceDescFontSize: 12px;
167
+ $priceDescWeight: normal;
168
+ $priceDescLineHeight: 1.4;
169
+ $priceDescBtmBorder: dotted 1px #ddd;
170
+
171
+ $priceItemColor: #333;
172
+ $priceItemPadding: 15px;
173
+ $priceItemAlign: center;
174
+ $priceItemFontSize: 14px;
175
+ $priceItemWeight: normal;
176
+ $priceItemBtmBorder: dotted 1px #ddd;
177
+
178
+ $priceCtaBgColor: #f5f5f5;
179
+ $priceCtaAlign: center;
180
+ $priceCtaPadding: 20px;
181
+
182
+ // Orbit Settings
183
+
184
+ $orbitCaptionBgColorOldBrowser: #000;
185
+ $orbitCaptionBgColor: rgba(0,0,0,.6);
186
+ $orbitCaptionFontColor: #fff;
187
+ $orbitBulletNavColor: #999;
188
+ $orbitBulletNavColorActive: #222;
189
+ $orbitHasThumbBorderColor: #000;
190
+ $orbitHasThumbBorderWidth: 2px;
191
+ $orbitHasThumbBorderStyle: solid;
192
+ $orbitSlideNumBgColor: rgba(0,0,0,0.7);
193
+ $orbitSlideNumFontColor: #fff;
194
+ $orbitSlideNumPadding: 5px;
195
+
196
+ // Clearing Settings
197
+
198
+ $clearingBg: rgba(0,0,0,0.8);
199
+ $clearingOldBrowserBg: rgb(0,0,0);
200
+ $clearingCaptionBg: rgba(0,0,0,0.7);
201
+ $clearingCaptionOldBrowserBg: rgb(0,0,0);
202
+ $clearingCaptionFontColor: #fff;
203
+ $clearingCloseColor: #fff;
204
+ $clearingArrowColor: #fff;
205
+ $clearingArrowSize: 16px;
206
+ $clearingCarouselBg: rgba(0,0,0,0.75);
207
+ $clearingCarouselOldBrowserBg: rgb(0,0,0);
208
+ $clearingCarouselHeight: 150px;
209
+ $clearingActiveImgHeight: 75%;
210
+ $clearingCarouselThumbWidth: 175px;
211
+ $clearingCarouselThumbActiveBorder: 4px solid rgb(255,255,255);
212
+ $clearingImgBg: rgba(0,0,0,0.75);
213
+ $clearingImgOldBrowserBg: rgb(0,0,0);
214
+
215
+ // Joyride Settings
216
+
217
+ $tipBg: rgba(0,0,0,0.8);
218
+ $tipBgIE8: #000;
219
+ $tipFontColor: #fff;
220
+ $tipHeaderWeight: bold;
221
+ $tipDefaultWidth: 300px;
222
+ $tipBorderRadius: 4px;
223
+ $tipPadding: 18px 20px 24px;
224
+ $tipNubSize: 14px;
225
+ $tipFontSize: 14px;
226
+ $tipTimerWidth: 50px;
227
+ $tipTimerHeight: 3px;
228
+ $tipTimerBorder: solid 1px #555;
229
+ $tipTimerColor: #666;
230
+ $tipCloseColor: #777;
231
+ $tipCloseSize: 20px;
232
+ $tipCloseWeight: normal;
233
+ $tipScreenFill: rgba(0,0,0,0.5);
234
+
235
+ // Modular Scale Settings
236
+
237
+ // $ratio: $golden; // THIS IS DEFAULT IN MODULAR-SCALE
238
+ $baseFontSize: 14px;
239
+ $importantModNum: 44px;
240
+ $base-size: $baseFontSize $importantModNum;
241
+ // Produced the following list of values: 14, 17, 23, 27, 37, 44, 59, 71, 95, 115;
242
+ // http://www.modularscale.com by Tim Brown
243
+ // https://github.com/scottkellum/modular-scale by scottkellum
@@ -0,0 +1 @@
1
+ @import "app";
@@ -0,0 +1,31 @@
1
+ <?php
2
+ /**
3
+ * The template for displaying Search Results pages.
4
+ *
5
+ * @category Theme
6
+ * @package [foundation]
7
+ * @author [Your Name]
8
+ * @copyright 2012 [Your Name]
9
+ */
10
+
11
+ get_header();
12
+
13
+ if ( have_posts() ):
14
+ ?>
15
+ <header class="page-header">
16
+ <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'foundation' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
17
+ </header>
18
+ <?php
19
+ /* Start the Loop */
20
+ while ( have_posts() ):
21
+ the_post();
22
+
23
+ get_template_part( 'content', get_post_format() );
24
+ endwhile;
25
+
26
+ do_action( 'pagination' );
27
+ else:
28
+ get_template_part( 'content', 'none' );
29
+ endif;
30
+
31
+ get_footer();
@@ -0,0 +1,14 @@
1
+ <?php
2
+ /**
3
+ * The template for displaying the search form.
4
+ *
5
+ * @category Theme
6
+ * @package [foundation]
7
+ * @author [Your Name]
8
+ * @copyright 2012 [Your Name]
9
+ */
10
+ ?>
11
+ <form role="search" method="get" id="searchform" class="search" action="<?php echo home_url( '/' ); ?>">
12
+ <label class="assistive-text" for="s"><?php _e( 'Search', 'foundation' ); ?></label>
13
+ <input name="s" id="s" value="<?php if ( is_search() ) echo get_search_query(); ?>" type="search" class="search-query" autocomplete="off" placeholder="<?php _e( 'Search', 'foundation' ) ?>">
14
+ </form>
@@ -0,0 +1,15 @@
1
+ <?php
2
+ /**
3
+ * The sidebar template.
4
+ *
5
+ * @category Theme
6
+ * @package [foundation]
7
+ * @author [Your Name]
8
+ * @copyright 2012 [Your Name]
9
+ */
10
+ ?>
11
+ <aside class="secondary four mobile-four columns" role="complementary">
12
+ <ul class="widgets side-nav">
13
+ <?php dynamic_sidebar( 'primary-widget-area' ); ?>
14
+ </ul>
15
+ </aside>
@@ -0,0 +1,31 @@
1
+ <?php
2
+ /**
3
+ * The single template file.
4
+ *
5
+ * @category Theme
6
+ * @package [foundation]
7
+ * @author [Your Name]
8
+ * @copyright 2012 [Your Name]
9
+ */
10
+
11
+ get_header( get_post_format() );
12
+
13
+ if ( have_posts() ):
14
+ while ( have_posts() ):
15
+ the_post();
16
+
17
+ /* If you want to overload this in a child theme then include a file
18
+ * called content-single.php and that will be used instead.
19
+ */
20
+ get_template_part( 'content', 'single' );
21
+
22
+ /* Display navigation to next/previous pages when applicable */
23
+ do_action( 'pagination' );
24
+
25
+ comments_template( '', true );
26
+ endwhile;
27
+ else:
28
+ get_template_part( 'content', 'none' );
29
+ endif;
30
+
31
+ get_footer( get_post_format() );
@@ -0,0 +1,17 @@
1
+ /*
2
+ Theme Name: A WordPress Theme
3
+ Theme URI: http://example.com/theme
4
+ Description: Use this theme to start your Theme development.
5
+ Author: Your Name
6
+ Author URI: http://example.com/
7
+ Version: 1.0
8
+ License: GNU General Public License
9
+ License URI: license.txt
10
+ Tags:
11
+
12
+ This theme, like WordPress, is licensed under the GPL.
13
+ Use it to make something cool, have fun, and share what you've learned with others.
14
+ */
15
+
16
+ @import url('stylesheets/screen.css') screen;
17
+ @import url('stylesheets/print.css') print;
@@ -0,0 +1,156 @@
1
+ /* FC Webicons by Fairhead Creative http://fairheadcreative.com */
2
+
3
+ .fc-webicon { display: inline-block; background-size: 100%; width: 30px; height: 30px; text-indent: -999em; text-align: left; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 5px; }
4
+ .fc-webicon:hover { margin: -1px 0 1px; -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }
5
+ .fc-webicon.small { width: 20px; height: 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
6
+ .fc-webicon.large { width: 48px; height: 48px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
7
+
8
+ /* Behance */
9
+ .no-svg .fc-webicon.behance { background: url("../img/fairhead-icons/fc-webicon-behance-m.png"); }
10
+ .no-svg .fc-webicon.behance.large { background: url("../img/fairhead-icons/fc-webicon-behance.png"); }
11
+ .no-svg .fc-webicon.behance.small { background: url("../img/fairhead-icons/fc-webicon-behance-s.png"); }
12
+ .svg .fc-webicon.behance { background: url("../img/fairhead-icons/fc-webicon-behance.svg"); }
13
+
14
+ /* Creative Cloud */
15
+ .no-svg .fc-webicon.creativecloud { background: url("../img/fairhead-icons/fc-webicon-creativecloud-m.png"); }
16
+ .no-svg .fc-webicon.creativecloud.large { background: url("../img/fairhead-icons/fc-webicon-creativecloud.png"); }
17
+ .no-svg .fc-webicon.creativecloud.small { background: url("../img/fairhead-icons/fc-webicon-creativecloud-s.png"); }
18
+ .svg .fc-webicon.creativecloud { background: url("../img/fairhead-icons/fc-webicon-creativecloud.svg"); }
19
+
20
+ /* Dribbble */
21
+ .no-svg .fc-webicon.dribbble { background: url("../img/fairhead-icons/fc-webicon-dribbble-m.png"); }
22
+ .no-svg .fc-webicon.dribbble.large { background: url("../img/fairhead-icons/fc-webicon-dribbble.png"); }
23
+ .no-svg .fc-webicon.dribbble.small { background: url("../img/fairhead-icons/fc-webicon-dribbble-s.png"); }
24
+ .svg .fc-webicon.dribbble { background: url("../img/fairhead-icons/fc-webicon-dribbble.svg"); }
25
+
26
+ /* Dropbox */
27
+ .no-svg .fc-webicon.dropbox { background: url("../img/fairhead-icons/fc-webicon-dropbox-m.png"); }
28
+ .no-svg .fc-webicon.dropbox.large { background: url("../img/fairhead-icons/fc-webicon-dropbox.png"); }
29
+ .no-svg .fc-webicon.dropbox.small { background: url("../img/fairhead-icons/fc-webicon-dropbox-s.png"); }
30
+ .svg .fc-webicon.dropbox { background: url("../img/fairhead-icons/fc-webicon-dropbox.svg"); }
31
+
32
+ /* Evernote */
33
+ .no-svg .fc-webicon.evernote { background: url("../img/fairhead-icons/fc-webicon-evernote-m.png"); }
34
+ .no-svg .fc-webicon.evernote.large { background: url("../img/fairhead-icons/fc-webicon-evernote.png"); }
35
+ .no-svg .fc-webicon.evernote.small { background: url("../img/fairhead-icons/fc-webicon-evernote-s.png"); }
36
+ .svg .fc-webicon.evernote { background: url("../img/fairhead-icons/fc-webicon-evernote.svg"); }
37
+
38
+ /* Facebook */
39
+ .no-svg .fc-webicon.facebook { background: url("../img/fairhead-icons/fc-webicon-facebook-m.png"); }
40
+ .no-svg .fc-webicon.facebook.large { background: url("../img/fairhead-icons/fc-webicon-facebook.png"); }
41
+ .no-svg .fc-webicon.facebook.small { background: url("../img/fairhead-icons/fc-webicon-facebook-s.png"); }
42
+ .svg .fc-webicon.facebook { background: url("../img/fairhead-icons/fc-webicon-facebook.svg"); }
43
+
44
+ /* Flickr */
45
+ .no-svg .fc-webicon.flickr { background: url("../img/fairhead-icons/fc-webicon-flickr-m.png"); }
46
+ .no-svg .fc-webicon.flickr.large { background: url("../img/fairhead-icons/fc-webicon-flickr.png"); }
47
+ .no-svg .fc-webicon.flickr.small { background: url("../img/fairhead-icons/fc-webicon-flickr-s.png"); }
48
+ .svg .fc-webicon.flickr { background: url("../img/fairhead-icons/fc-webicon-flickr.svg"); }
49
+
50
+ /* Github */
51
+ .no-svg .fc-webicon.github { background: url("../img/fairhead-icons/fc-webicon-github-m.png"); }
52
+ .no-svg .fc-webicon.github.large { background: url("../img/fairhead-icons/fc-webicon-github.png"); }
53
+ .no-svg .fc-webicon.github.small { background: url("../img/fairhead-icons/fc-webicon-github-s.png"); }
54
+ .svg .fc-webicon.github { background: url("../img/fairhead-icons/fc-webicon-github.svg"); }
55
+
56
+ /* Google+ */
57
+ .no-svg .fc-webicon.googleplus { background: url("../img/fairhead-icons/fc-webicon-googleplus-m.png"); }
58
+ .no-svg .fc-webicon.googleplus.large { background: url("../img/fairhead-icons/fc-webicon-googleplus.png"); }
59
+ .no-svg .fc-webicon.googleplus.small { background: url("../img/fairhead-icons/fc-webicon-googleplus-s.png"); }
60
+ .svg .fc-webicon.googleplus { background: url("../img/fairhead-icons/fc-webicon-googleplus.svg"); }
61
+
62
+ /* iCloud */
63
+ .no-svg .fc-webicon.icloud { background: url("../img/fairhead-icons/fc-webicon-icloud-m.png"); }
64
+ .no-svg .fc-webicon.icloud.large { background: url("../img/fairhead-icons/fc-webicon-icloud.png"); }
65
+ .no-svg .fc-webicon.icloud.small { background: url("../img/fairhead-icons/fc-webicon-icloud-s.png"); }
66
+ .svg .fc-webicon.icloud { background: url("../img/fairhead-icons/fc-webicon-icloud.svg"); }
67
+
68
+ /* LinkedIn */
69
+ .no-svg .fc-webicon.linkedin { background: url("../img/fairhead-icons/fc-webicon-linkedin-m.png"); }
70
+ .no-svg .fc-webicon.linkedin.large { background: url("../img/fairhead-icons/fc-webicon-linkedin.png"); }
71
+ .no-svg .fc-webicon.linkedin.small { background: url("../img/fairhead-icons/fc-webicon-linkedin-s.png"); }
72
+ .svg .fc-webicon.linkedin { background: url("../img/fairhead-icons/fc-webicon-linkedin.svg"); }
73
+
74
+ /* Mail */
75
+ .no-svg .fc-webicon.mail { background: url("../img/fairhead-icons/fc-webicon-mail-m.png"); }
76
+ .no-svg .fc-webicon.mail.large { background: url("../img/fairhead-icons/fc-webicon-mail.png"); }
77
+ .no-svg .fc-webicon.mail.small { background: url("../img/fairhead-icons/fc-webicon-mail-s.png"); }
78
+ .svg .fc-webicon.mail { background: url("../img/fairhead-icons/fc-webicon-mail.svg"); }
79
+
80
+ /* MSN */
81
+ .no-svg .fc-webicon.msn { background: url("../img/fairhead-icons/fc-webicon-msn-m.png"); }
82
+ .no-svg .fc-webicon.msn.large { background: url("../img/fairhead-icons/fc-webicon-msn.png"); }
83
+ .no-svg .fc-webicon.msn.small { background: url("../img/fairhead-icons/fc-webicon-msn-s.png"); }
84
+ .svg .fc-webicon.msn { background: url("../img/fairhead-icons/fc-webicon-msn.svg"); }
85
+
86
+ /* Pinterest */
87
+ .no-svg .fc-webicon.pinterest { background: url("../img/fairhead-icons/fc-webicon-pinterest-m.png"); }
88
+ .no-svg .fc-webicon.pinterest.large { background: url("../img/fairhead-icons/fc-webicon-pinterest.png"); }
89
+ .no-svg .fc-webicon.pinterest.small { background: url("../img/fairhead-icons/fc-webicon-pinterest-s.png"); }
90
+ .svg .fc-webicon.pinterest { background: url("../img/fairhead-icons/fc-webicon-pinterest.svg"); }
91
+
92
+ /* Rdio */
93
+ .no-svg .fc-webicon.rdio { background: url("../img/fairhead-icons/fc-webicon-rdio-m.png"); }
94
+ .no-svg .fc-webicon.rdio.large { background: url("../img/fairhead-icons/fc-webicon-rdio.png"); }
95
+ .no-svg .fc-webicon.rdio.small { background: url("../img/fairhead-icons/fc-webicon-rdio-s.png"); }
96
+ .svg .fc-webicon.rdio { background: url("../img/fairhead-icons/fc-webicon-rdio.svg"); }
97
+
98
+ /* RSS */
99
+ .no-svg .fc-webicon.rss { background: url("../img/fairhead-icons/fc-webicon-rss-m.png"); }
100
+ .no-svg .fc-webicon.rss.large { background: url("../img/fairhead-icons/fc-webicon-rss.png"); }
101
+ .no-svg .fc-webicon.rss.small { background: url("../img/fairhead-icons/fc-webicon-rss-s.png"); }
102
+ .svg .fc-webicon.rss { background: url("../img/fairhead-icons/fc-webicon-rss.svg"); }
103
+
104
+ /* Skitch */
105
+ .no-svg .fc-webicon.skitch { background: url("../img/fairhead-icons/fc-webicon-skitch-m.png"); }
106
+ .no-svg .fc-webicon.skitch.large { background: url("../img/fairhead-icons/fc-webicon-skitch.png"); }
107
+ .no-svg .fc-webicon.skitch.small { background: url("../img/fairhead-icons/fc-webicon-skitch-s.png"); }
108
+ .svg .fc-webicon.skitch { background: url("../img/fairhead-icons/fc-webicon-skitch.svg"); }
109
+
110
+ /* Skype */
111
+ .no-svg .fc-webicon.skype { background: url("../img/fairhead-icons/fc-webicon-skype-m.png"); }
112
+ .no-svg .fc-webicon.skype.large { background: url("../img/fairhead-icons/fc-webicon-skype.png"); }
113
+ .no-svg .fc-webicon.skype.small { background: url("../img/fairhead-icons/fc-webicon-skype-s.png"); }
114
+ .svg .fc-webicon.skype { background: url("../img/fairhead-icons/fc-webicon-skype.svg"); }
115
+
116
+ /* Spotify */
117
+ .no-svg .fc-webicon.spotify { background: url("../img/fairhead-icons/fc-webicon-spotify-m.png"); }
118
+ .no-svg .fc-webicon.spotify.large { background: url("../img/fairhead-icons/fc-webicon-spotify.png"); }
119
+ .no-svg .fc-webicon.spotify.small { background: url("../img/fairhead-icons/fc-webicon-spotify-s.png"); }
120
+ .svg .fc-webicon.spotify { background: url("../img/fairhead-icons/fc-webicon-spotify.svg"); }
121
+
122
+ /* StumbleUpon! */
123
+ .no-svg .fc-webicon.stumbleupon { background: url("../img/fairhead-icons/fc-webicon-stumbleupon-m.png"); }
124
+ .no-svg .fc-webicon.stumbleupon.large { background: url("../img/fairhead-icons/fc-webicon-stumbleupon.png"); }
125
+ .no-svg .fc-webicon.stumbleupon.small { background: url("../img/fairhead-icons/fc-webicon-stumbleupon-s.png"); }
126
+ .svg .fc-webicon.stumbleupon { background: url("../img/fairhead-icons/fc-webicon-stumbleupon.svg"); }
127
+
128
+ /* Twitter */
129
+ .no-svg .fc-webicon.twitter { background: url("../img/fairhead-icons/fc-webicon-twitter-m.png"); }
130
+ .no-svg .fc-webicon.twitter.large { background: url("../img/fairhead-icons/fc-webicon-twitter.png"); }
131
+ .no-svg .fc-webicon.twitter.small { background: url("../img/fairhead-icons/fc-webicon-twitter-s.png"); }
132
+ .svg .fc-webicon.twitter { background: url("../img/fairhead-icons/fc-webicon-twitter.svg"); }
133
+
134
+ /* Vimeo */
135
+ .no-svg .fc-webicon.vimeo { background: url("../img/fairhead-icons/fc-webicon-vimeo-m.png"); }
136
+ .no-svg .fc-webicon.vimeo.large { background: url("../img/fairhead-icons/fc-webicon-vimeo.png"); }
137
+ .no-svg .fc-webicon.vimeo.small { background: url("../img/fairhead-icons/fc-webicon-vimeo-s.png"); }
138
+ .svg .fc-webicon.vimeo { background: url("../img/fairhead-icons/fc-webicon-vimeo.svg"); }
139
+
140
+ /* YouTube */
141
+ .no-svg .fc-webicon.youtube { background: url("../img/fairhead-icons/fc-webicon-youtube-m.png"); }
142
+ .no-svg .fc-webicon.youtube.large { background: url("../img/fairhead-icons/fc-webicon-youtube.png"); }
143
+ .no-svg .fc-webicon.youtube.small { background: url("../img/fairhead-icons/fc-webicon-youtube-s.png"); }
144
+ .svg .fc-webicon.youtube { background: url("../img/fairhead-icons/fc-webicon-youtube.svg"); }
145
+
146
+ /* YouVersion */
147
+ .no-svg .fc-webicon.youversion { background: url("../img/fairhead-icons/fc-webicon-youversion-m.png"); }
148
+ .no-svg .fc-webicon.youversion.large { background: url("../img/fairhead-icons/fc-webicon-youversion.png"); }
149
+ .no-svg .fc-webicon.youversion.small { background: url("../img/fairhead-icons/fc-webicon-youversion-s.png"); }
150
+ .svg .fc-webicon.youversion { background: url("../img/fairhead-icons/fc-webicon-youversion.svg"); }
151
+
152
+ /* Zerply */
153
+ .no-svg .fc-webicon.zerply { background: url("../img/fairhead-icons/fc-webicon-zerply-m.png"); }
154
+ .no-svg .fc-webicon.zerply.large { background: url("../img/fairhead-icons/fc-webicon-zerply.png"); }
155
+ .no-svg .fc-webicon.zerply.small { background: url("../img/fairhead-icons/fc-webicon-zerply-s.png"); }
156
+ .svg .fc-webicon.zerply { background: url("../img/fairhead-icons/fc-webicon-zerply.svg"); }