style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  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:48px;
  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. top:200px;
  201. padding:2em;
  202. width:60%;
  203. text-align:center;
  204. }
  205. .story_ease {
  206. top:200px;
  207. width:100%;
  208. height:100%;
  209. }
  210. #transform {
  211. width:70%;
  212. left:50%;
  213. top:20%;
  214. margin-left:-35%;
  215. text-align:center;
  216. font-size:150%;
  217. .transform-origin(50%, 50%);
  218. }
  219. #trip {
  220. width:100%;
  221. height:100%;
  222. }
  223. #vows {
  224. width:100%;
  225. height:100%;
  226. }
  227. #wish {
  228. width:100%;
  229. height:100%;
  230. }
  231. /* #BML ================================================== */
  232. #bml { width: 450px; height: 55px; margin:0;}
  233. .buy-love {
  234. bottom:20%;
  235. margin: 100px 0 0 0;
  236. }
  237. .hasCountdown {}
  238. .countdown_rtl {direction: rtl;}
  239. .countdown_holding span {color: #000;}
  240. .countdown_row {clear: both;width: 100%;padding: 0px 2px;text-align: center;}
  241. .countdown_show1 .countdown_section {width: 9%;}
  242. .countdown_show2 .countdown_section {width: 48%;}
  243. .countdown_show3 .countdown_section {width: 32.5%;}
  244. .countdown_show4 .countdown_section {width: 24.5%;}
  245. .countdown_show5 .countdown_section {width: 19.5%;}
  246. .countdown_show6 .countdown_section {width: 16.25%;}
  247. .countdown_show7 .countdown_section {width: 14%;}
  248. .countdown_section {display: block;float: left;margin:4px;font-size: 25px;font-family:Reenie Beanie;text-align: left;}
  249. .countdown_amount {font-size:54px;font-family:Reenie Beanie;}
  250. .countdown_descr {display: block;width: 100%;}
  251. #inline button {
  252. font-family: Reenie Beanie;
  253. text-decoration: none !important;
  254. position:relative;
  255. margin:10px;
  256. padding: 8px 15px;
  257. font-weight: bold;
  258. font-size: 18px;
  259. background: #1275FF;
  260. border: 1px solid #155FB0;
  261. color: white;
  262. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  263. background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
  264. background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
  265. background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
  266. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  267. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  268. box-shadow: inset 0 1px 0 #98c9ff;
  269. -o-border-radius: 4px;
  270. -moz-border-radius: 4px;
  271. -webkit-border-radius: 4px;
  272. border-radius: 4px;
  273. cursor: pointer; cursor: hand;
  274. }
  275. #inline a button {text-decoration: none !important;}
  276. #heart {
  277. position: relative;
  278. width: 100px;
  279. height: 90px;
  280. }
  281. #heart:before,
  282. #heart:after {
  283. position: absolute;
  284. content: "";
  285. left: 20px;
  286. top: 0;
  287. width: 20px;
  288. height: 35px;
  289. background: red;
  290. -moz-border-radius: 20px 20px 0 0;
  291. border-radius: 20px 20px 0 0;
  292. -webkit-transform: rotate(-45deg);
  293. -moz-transform: rotate(-45deg);
  294. -ms-transform: rotate(-45deg);
  295. -o-transform: rotate(-45deg);
  296. transform: rotate(-45deg);
  297. -webkit-transform-origin: 0 100%;
  298. -moz-transform-origin: 0 100%;
  299. -ms-transform-origin: 0 100%;
  300. -o-transform-origin: 0 100%;
  301. transform-origin: 0 100%;
  302. }
  303. #heart:after {
  304. left: 0;
  305. -webkit-transform: rotate(45deg);
  306. -moz-transform: rotate(45deg);
  307. -ms-transform: rotate(45deg);
  308. -o-transform: rotate(45deg);
  309. transform: rotate(45deg);
  310. -webkit-transform-origin: 100% 100%;
  311. -moz-transform-origin: 100% 100%;
  312. -ms-transform-origin: 100% 100%;
  313. -o-transform-origin: 100% 100%;
  314. transform-origin :100% 100%;
  315. }
  316. /* #Gravity Forms ================================================== */
  317. #gform {
  318. width:600px;
  319. margin: 0 auto;
  320. }
  321. #gform label {
  322. font-family: Reenie Beanie;
  323. font-size:250%;
  324. }
  325. ul.gfield_checkbox li {float:left;}