style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. /*
  2. Theme Name: bml
  3. Theme URI: http://cantbuymelove.org
  4. Author: windhamdavid
  5. Author URI: http://davidawindham.com
  6. /* Thanks!
  7. https://github.com/dhg Dave Gamache
  8. https://github.com/Automattic/_s - Team Automattic
  9. https://github.com/Prinzhorn/skrollr - Alexander Prinzhorn
  10. https://plus.google.com/104610899646415406748/about - James Grieshaber
  11. */
  12. @import url(https://fonts.googleapis.com/css?family=Reenie+Beanie);
  13. @import url(https://fonts.googleapis.com/css?family=Great+Vibes);
  14. @import url(https://fonts.googleapis.com/css?family=Cardo|Monsieur+La+Doulaise);
  15. @import url(css/fancy.css);
  16. /* #Reset ================================================== */
  17. html, body, div, span, applet, object, iframe,
  18. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  19. a, abbr, acronym, address, big, cite, code,
  20. del, dfn, em, font, ins, kbd, q, s, samp,
  21. small, strike, strong, sub, sup, tt, var,
  22. dl, dt, dd, ol, ul, li,
  23. fieldset, form, label, legend,
  24. table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
  25. html {font-size: 62.5%;overflow-y: scroll;-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;}
  26. body { background: #fff; }
  27. article,aside,details,figcaption,figure,footer,header,main,nav,section {display: block;}
  28. ol, ul {list-style: none;}
  29. table {border-collapse: separate;border-spacing: 0;}
  30. caption, th, td {font-weight: normal;text-align: left;}
  31. blockquote:before, blockquote:after,
  32. q:before, q:after {content: "";}
  33. blockquote, q { quotes: "" ""; }
  34. a:focus {outline: thin dotted;}
  35. a:hover, a:active {outline: 0;}
  36. a img {border: 0;}
  37. /* #Clearing ================================================== */
  38. .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
  39. .clearfix:before,.clearfix:after,.row:before,.row:after {content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }
  40. .row:after,.clearfix:after {clear: both; }.row,.clearfix {zoom: 1; }
  41. .clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
  42. .clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {content: '';display: table;}
  43. .clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {clear: both;}
  44. /* #Base 960 Grid ================================================== */
  45. .container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
  46. /* Hackety Hack - position needs to be abolute for Skrollr to work right */
  47. .container .column,
  48. .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
  49. .row { margin-bottom: 20px; }
  50. .column.alpha, .columns.alpha { margin-left: 0; }
  51. .column.omega, .columns.omega { margin-right: 0; }
  52. .container .one.column,
  53. .container .one.columns { width: 40px; }
  54. .container .two.columns { width: 100px; }
  55. .container .three.columns { width: 160px; }
  56. .container .four.columns { width: 220px; }
  57. .container .five.columns { width: 280px; }
  58. .container .six.columns { width: 340px; }
  59. .container .seven.columns { width: 400px; }
  60. .container .eight.columns { width: 460px; }
  61. .container .nine.columns { width: 520px; }
  62. .container .ten.columns { width: 580px; }
  63. .container .eleven.columns { width: 640px; }
  64. .container .twelve.columns { width: 700px; }
  65. .container .thirteen.columns { width: 760px; }
  66. .container .fourteen.columns { width: 820px; }
  67. .container .fifteen.columns { width: 880px; }
  68. .container .sixteen.columns { width: 940px; }
  69. .container .one-third.column { width: 300px; }
  70. .container .two-thirds.column { width: 620px; }
  71. .container .offset-by-one { padding-left: 60px; }
  72. .container .offset-by-two { padding-left: 120px; }
  73. .container .offset-by-three { padding-left: 180px; }
  74. .container .offset-by-four { padding-left: 240px; }
  75. .container .offset-by-five { padding-left: 300px; }
  76. .container .offset-by-six { padding-left: 360px; }
  77. .container .offset-by-seven { padding-left: 420px; }
  78. .container .offset-by-eight { padding-left: 480px; }
  79. .container .offset-by-nine { padding-left: 540px; }
  80. .container .offset-by-ten { padding-left: 600px; }
  81. .container .offset-by-eleven { padding-left: 660px; }
  82. .container .offset-by-twelve { padding-left: 720px; }
  83. .container .offset-by-thirteen { padding-left: 780px; }
  84. .container .offset-by-fourteen { padding-left: 840px; }
  85. .container .offset-by-fifteen { padding-left: 900px; }
  86. /* #_S main ================================================== */
  87. h1.monsieur {
  88. font-family: 'Monsieur La Doulaise', cursive;
  89. font-size:85px;
  90. text-shadow: 0px 1px 0px #999;
  91. }
  92. h1.vibes {
  93. font-family: 'Great Vibes', cursive;
  94. font-size:65px;
  95. }
  96. h2.vibes {
  97. font-family: 'Great Vibes', cursive;
  98. font-size:55px;
  99. }
  100. h3.vibes {
  101. font-family: 'Great Vibes', cursive;
  102. font-size:45px;
  103. }
  104. h4.vibes {
  105. font-family: 'Great Vibes', cursive;
  106. font-size:38px;
  107. }
  108. p.vibes {
  109. font-family: 'Great Vibes', cursive;
  110. font-size:28px;
  111. line-height:30px;
  112. }
  113. h1.cardo {
  114. font-family: 'Cardo', serif;
  115. font-size:65px;
  116. }
  117. h2.cardo {
  118. font-family: 'Cardo', serif;
  119. font-size:55px;
  120. }
  121. h3.cardo {
  122. font-family: 'Cardo', serif;
  123. font-size:45px;
  124. }
  125. h4.cardo {
  126. font-family: 'Cardo', serif;
  127. text-transform:uppercase;
  128. font-size:18px;
  129. }
  130. h4.beanie {
  131. font-family: Reenie Beanie;
  132. font-size:39px;
  133. }
  134. p.beanie {
  135. font-family: Reenie Beanie;
  136. font-size:31px;
  137. }
  138. .beanie li {
  139. font-family: Reenie Beanie;
  140. font-size:27px;
  141. }
  142. /* #Skrollr ================================================== */
  143. #skrollr-body {
  144. height: 100%;
  145. width: 100%;
  146. }
  147. html, body {width:100%;height:100%;padding:0;margin:0;overflow-x:hidden;}
  148. .skrollable {position:fixed;z-index:100;}
  149. .skrollr-mobile .skrollable {position:absolute;}
  150. .skrollable .skrollable {position:absolute;}
  151. .skrollable .skrollable .skrollable {position:static;}
  152. #bg1, #bg2, #bg3 {z-index:50;top:0;left:0;width:100%;height:100%;background:url(img/bg.png) repeat 0 0;}
  153. #bg2 {z-index:49;background-image:url(img/bg2.png);}
  154. #bg3 {z-index:48;background-image:url(img/bg3.png);}
  155. #progress {height:9px;background:#fff;bottom:0;z-index:200;}
  156. #scrollbar {
  157. position:fixed;
  158. right:2px;
  159. height:50px;
  160. width:6px;
  161. background:#444;
  162. background:rgba(0,0,0,0.6);
  163. border:1px solid rgba(255,255,255,0.6);
  164. z-index:300;
  165. border-radius:3px;
  166. }
  167. .skrollr-desktop #scrollbar {display:none;}
  168. .easing {
  169. width:100%;
  170. height:100%;
  171. }
  172. #easing {
  173. width:100%;
  174. height:100%;
  175. }
  176. #intro {
  177. width:80%;
  178. top:80px;
  179. margin-left:-70%;
  180. padding:2em;
  181. text-align:center;
  182. }
  183. .intro_ease {
  184. width:100%;
  185. height:100%;
  186. background:#fff;
  187. }
  188. #intro2 {
  189. width:80%;
  190. top:120px;
  191. margin-left:-70%;
  192. padding:2em;
  193. text-align:center;
  194. }
  195. #story_wrap {
  196. width:100%;
  197. height:100%;
  198. }
  199. #story {
  200. padding:2em;
  201. width:60%;
  202. text-align:center;
  203. }
  204. .story_ease {
  205. top:200px;
  206. width:100%;
  207. height:100%;
  208. }
  209. #transform {
  210. width:70%;
  211. left:50%;
  212. top:20%;
  213. margin-left:-35%;
  214. text-align:center;
  215. font-size:150%;
  216. .transform-origin(50%, 50%);
  217. }
  218. #trip {
  219. width:100%;
  220. height:100%;
  221. }
  222. #trip_wrap {
  223. width:100%;
  224. height:100%;
  225. }
  226. #vows {
  227. width:100%;
  228. height:100%;
  229. }
  230. #wish {
  231. width:100%;
  232. height:100%;
  233. }
  234. /* #BML ================================================== */
  235. #bml { width: 450px; height: 55px; margin:0;}
  236. #bmlcount {
  237. font-family: Reenie Beanie;
  238. font-size:39px;
  239. }
  240. .buy-love {
  241. margin: 0px 0 0 0;
  242. }
  243. #gform_submit_button_1 {
  244. font-family: Reenie Beanie;
  245. text-decoration: none !important;
  246. position:relative;
  247. margin:10px;
  248. padding: 8px 15px;
  249. font-weight: bold;
  250. font-size: 18px;
  251. background: #1275FF;
  252. border: 1px solid #155FB0;
  253. color: white;
  254. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  255. background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
  256. background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
  257. background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
  258. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  259. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  260. box-shadow: inset 0 1px 0 #98c9ff;
  261. -o-border-radius: 4px;
  262. -moz-border-radius: 4px;
  263. -webkit-border-radius: 4px;
  264. border-radius: 4px;
  265. cursor: pointer; cursor: hand;
  266. }
  267. #inline a button {text-decoration: none !important;}
  268. #heart {
  269. position: relative;
  270. width: 100px;
  271. height: 90px;
  272. }
  273. #heart:before,
  274. #heart:after {
  275. position: absolute;
  276. content: "";
  277. left: 20px;
  278. top: 0;
  279. width: 20px;
  280. height: 35px;
  281. background: red;
  282. -moz-border-radius: 20px 20px 0 0;
  283. border-radius: 20px 20px 0 0;
  284. -webkit-transform: rotate(-45deg);
  285. -moz-transform: rotate(-45deg);
  286. -ms-transform: rotate(-45deg);
  287. -o-transform: rotate(-45deg);
  288. transform: rotate(-45deg);
  289. -webkit-transform-origin: 0 100%;
  290. -moz-transform-origin: 0 100%;
  291. -ms-transform-origin: 0 100%;
  292. -o-transform-origin: 0 100%;
  293. transform-origin: 0 100%;
  294. }
  295. #heart:after {
  296. left: 0;
  297. -webkit-transform: rotate(45deg);
  298. -moz-transform: rotate(45deg);
  299. -ms-transform: rotate(45deg);
  300. -o-transform: rotate(45deg);
  301. transform: rotate(45deg);
  302. -webkit-transform-origin: 100% 100%;
  303. -moz-transform-origin: 100% 100%;
  304. -ms-transform-origin: 100% 100%;
  305. -o-transform-origin: 100% 100%;
  306. transform-origin :100% 100%;
  307. }
  308. /* #Gravity Forms ================================================== */
  309. #gform {
  310. width:600px;
  311. margin: 0 auto;
  312. }
  313. #gform label {
  314. font-family: Reenie Beanie;
  315. font-size:250%;
  316. }
  317. ul.gfield_checkbox li {float:left;}