style.css 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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. .container .column,
  47. .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
  48. .row { margin-bottom: 20px; }
  49. .column.alpha, .columns.alpha { margin-left: 0; }
  50. .column.omega, .columns.omega { margin-right: 0; }
  51. .container .one.column,
  52. .container .one.columns { width: 40px; }
  53. .container .two.columns { width: 100px; }
  54. .container .three.columns { width: 160px; }
  55. .container .four.columns { width: 220px; }
  56. .container .five.columns { width: 280px; }
  57. .container .six.columns { width: 340px; }
  58. .container .seven.columns { width: 400px; }
  59. .container .eight.columns { width: 460px; }
  60. .container .nine.columns { width: 520px; }
  61. .container .ten.columns { width: 580px; }
  62. .container .eleven.columns { width: 640px; }
  63. .container .twelve.columns { width: 700px; }
  64. .container .thirteen.columns { width: 760px; }
  65. .container .fourteen.columns { width: 820px; }
  66. .container .fifteen.columns { width: 880px; }
  67. .container .sixteen.columns { width: 940px; }
  68. .container .one-third.column { width: 300px; }
  69. .container .two-thirds.column { width: 620px; }
  70. .container .offset-by-one { padding-left: 60px; }
  71. .container .offset-by-two { padding-left: 120px; }
  72. .container .offset-by-three { padding-left: 180px; }
  73. .container .offset-by-four { padding-left: 240px; }
  74. .container .offset-by-five { padding-left: 300px; }
  75. .container .offset-by-six { padding-left: 360px; }
  76. .container .offset-by-seven { padding-left: 420px; }
  77. .container .offset-by-eight { padding-left: 480px; }
  78. .container .offset-by-nine { padding-left: 540px; }
  79. .container .offset-by-ten { padding-left: 600px; }
  80. .container .offset-by-eleven { padding-left: 660px; }
  81. .container .offset-by-twelve { padding-left: 720px; }
  82. .container .offset-by-thirteen { padding-left: 780px; }
  83. .container .offset-by-fourteen { padding-left: 840px; }
  84. .container .offset-by-fifteen { padding-left: 900px; }
  85. /* #_S main ================================================== */
  86. h1.monsieur {
  87. font-family: 'Monsieur La Doulaise', cursive;
  88. font-size:85px;
  89. text-shadow: 0px 1px 0px #999;
  90. }
  91. h1.vibes {
  92. font-family: 'Great Vibes', cursive;
  93. font-size:65px;
  94. }
  95. h2.vibes {
  96. font-family: 'Great Vibes', cursive;
  97. font-size:55px;
  98. }
  99. h3.vibes {
  100. font-family: 'Great Vibes', cursive;
  101. font-size:45px;
  102. }
  103. h4.vibes {
  104. font-family: 'Great Vibes', cursive;
  105. font-size:38px;
  106. }
  107. p.vibes {
  108. font-family: 'Great Vibes', cursive;
  109. font-size:28px;
  110. line-height:30px;
  111. }
  112. h1.cardo {
  113. font-family: 'Cardo', serif;
  114. font-size:65px;
  115. }
  116. h2.cardo {
  117. font-family: 'Cardo', serif;
  118. font-size:55px;
  119. }
  120. h3.cardo {
  121. font-family: 'Cardo', serif;
  122. font-size:45px;
  123. }
  124. h4.cardo {
  125. font-family: 'Cardo', serif;
  126. text-transform:uppercase;
  127. font-size:18px;
  128. }
  129. h4.beanie {
  130. font-family: Reenie Beanie;
  131. font-size:48px;
  132. }
  133. p.beanie {
  134. font-family: Reenie Beanie;
  135. font-size:31px;
  136. }
  137. .beanie li {
  138. font-family: Reenie Beanie;
  139. font-size:27px;
  140. }
  141. /* #Skrollr ================================================== */
  142. #skrollr-body {
  143. height: 100%;
  144. width: 100%;
  145. }
  146. html, body {width:100%;height:100%;padding:0;margin:0;overflow-x:hidden;}
  147. .skrollable {position:fixed;z-index:100;}
  148. .skrollr-mobile .skrollable {position:absolute;}
  149. .skrollable .skrollable {position:absolute;}
  150. .skrollable .skrollable .skrollable {position:static;}
  151. #bg1, #bg2, #bg3 {z-index:50;top:0;left:0;width:100%;height:100%;background:url(img/bg.png) repeat 0 0;}
  152. #bg2 {z-index:49;background-image:url(img/bg2.png);}
  153. #bg3 {z-index:48;background-image:url(img/bg3.png);}
  154. #progress {height:9px;background:#fff;bottom:0;z-index:200;}
  155. #scrollbar {
  156. position:fixed;
  157. right:2px;
  158. height:50px;
  159. width:6px;
  160. background:#444;
  161. background:rgba(0,0,0,0.6);
  162. border:1px solid rgba(255,255,255,0.6);
  163. z-index:300;
  164. border-radius:3px;
  165. }
  166. .skrollr-desktop #scrollbar {display:none;}
  167. .easing {
  168. width:100%;
  169. height:100%;
  170. }
  171. #easing {
  172. width:100%;
  173. height:100%;
  174. }
  175. #intro {
  176. width:80%;
  177. top:80px;
  178. margin-left:-70%;
  179. padding:2em;
  180. text-align:center;
  181. }
  182. .intro_ease {
  183. width:100%;
  184. height:100%;
  185. background:#fff;
  186. }
  187. #intro2 {
  188. width:80%;
  189. top:120px;
  190. margin-left:-70%;
  191. padding:2em;
  192. text-align:center;
  193. }
  194. #story_wrap {
  195. width:100%;
  196. height:100%;
  197. }
  198. #story {
  199. top:200px;
  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. #vows {
  223. width:100%;
  224. height:100%;
  225. }
  226. #wish {
  227. width:100%;
  228. height:100%;
  229. }
  230. /* #BML ================================================== */
  231. #bml { width: 450px; height: 55px; margin:0;}
  232. .buy-love {
  233. bottom:20%;
  234. margin: 100px 0 0 0;
  235. }
  236. .hasCountdown {}
  237. .countdown_rtl {direction: rtl;}
  238. .countdown_holding span {color: #000;}
  239. .countdown_row {clear: both;width: 100%;padding: 0px 2px;text-align: center;}
  240. .countdown_show1 .countdown_section {width: 9%;}
  241. .countdown_show2 .countdown_section {width: 48%;}
  242. .countdown_show3 .countdown_section {width: 32.5%;}
  243. .countdown_show4 .countdown_section {width: 24.5%;}
  244. .countdown_show5 .countdown_section {width: 19.5%;}
  245. .countdown_show6 .countdown_section {width: 16.25%;}
  246. .countdown_show7 .countdown_section {width: 14%;}
  247. .countdown_section {display: block;float: left;margin:4px;font-size: 25px;font-family:Reenie Beanie;text-align: left;}
  248. .countdown_amount {font-size:54px;font-family:Reenie Beanie;}
  249. .countdown_descr {display: block;width: 100%;}
  250. #inline button {
  251. font-family: Reenie Beanie;
  252. text-decoration: none !important;
  253. position:relative;
  254. margin:10px;
  255. padding: 8px 15px;
  256. font-weight: bold;
  257. font-size: 18px;
  258. background: #1275FF;
  259. border: 1px solid #155FB0;
  260. color: white;
  261. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  262. background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
  263. background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
  264. background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
  265. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  266. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  267. box-shadow: inset 0 1px 0 #98c9ff;
  268. -o-border-radius: 4px;
  269. -moz-border-radius: 4px;
  270. -webkit-border-radius: 4px;
  271. border-radius: 4px;
  272. cursor: pointer; cursor: hand;
  273. }
  274. #inline a button {text-decoration: none !important;}