style.css 9.6 KB

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