style.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  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. #progress {height:9px;background:#fff;bottom:0;z-index:200;}
  114. #scrollbar {
  115. position:fixed;
  116. right:2px;
  117. height:50px;
  118. width:6px;
  119. background:#444;
  120. background:rgba(0,0,0,0.6);
  121. border:1px solid rgba(255,255,255,0.6);
  122. z-index:300;
  123. border-radius:3px;
  124. }
  125. .skrollr-desktop #scrollbar {display:none;}
  126. .easing {
  127. width:100%;
  128. height:100%;
  129. }
  130. #newyork {
  131. position:fixed;
  132. margin-left: auto;
  133. margin-right: auto;
  134. height:300px;
  135. bottom: 10px;
  136. z-index:800;
  137. }
  138. #intro {
  139. width:80%;
  140. top:80px;
  141. margin-left:-70%;
  142. padding:2em;
  143. text-align:center;
  144. }
  145. .intro_ease {
  146. width:100%;
  147. height:100%;
  148. background:#fff;
  149. }
  150. #intro2 {
  151. width:80%;
  152. top:120px;
  153. margin-left:-70%;
  154. padding:2em;
  155. text-align:center;
  156. }
  157. #story_wrap {
  158. width:100%;
  159. height:100%;
  160. }
  161. #story {
  162. width:60%;
  163. text-align:center;
  164. }
  165. .story {
  166. width:100%;
  167. height:100%;
  168. text-align:center;
  169. }
  170. #trip_wrap {
  171. width:100%;
  172. height:100%;
  173. }
  174. #trip {
  175. width:100%;
  176. height:100%;
  177. }
  178. #vows {
  179. width:100%;
  180. height:100%;
  181. }
  182. #wish {
  183. width:100%;
  184. height:100%;
  185. }
  186. #transform {
  187. width:70%;
  188. left:50%;
  189. top:20%;
  190. margin-left:-35%;
  191. text-align:center;
  192. font-size:150%;
  193. .transform-origin(50%, 50%);
  194. }
  195. #credits {
  196. width:100%;
  197. height:100%;
  198. }
  199. /* #BML ================================================== */
  200. #bml { width: 450px; height: 55px; margin:0;}
  201. #bmlcount {
  202. font-family: 'Great Vibes', cursive;
  203. font-size:31px;
  204. }
  205. #heart {
  206. position: relative;
  207. width: 100px;
  208. height: 90px;
  209. }
  210. #heart:before,
  211. #heart:after {
  212. position: absolute;
  213. content: "";
  214. left: 20px;
  215. top: 0;
  216. width: 20px;
  217. height: 35px;
  218. background: red;
  219. -moz-border-radius: 20px 20px 0 0;
  220. border-radius: 20px 20px 0 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: 0 100%;
  227. -moz-transform-origin: 0 100%;
  228. -ms-transform-origin: 0 100%;
  229. -o-transform-origin: 0 100%;
  230. transform-origin: 0 100%;
  231. }
  232. #heart:after {
  233. left: 0;
  234. -webkit-transform: rotate(45deg);
  235. -moz-transform: rotate(45deg);
  236. -ms-transform: rotate(45deg);
  237. -o-transform: rotate(45deg);
  238. transform: rotate(45deg);
  239. -webkit-transform-origin: 100% 100%;
  240. -moz-transform-origin: 100% 100%;
  241. -ms-transform-origin: 100% 100%;
  242. -o-transform-origin: 100% 100%;
  243. transform-origin :100% 100%;
  244. }
  245. /* #Form ================================================== */
  246. #gform {
  247. width:600px;
  248. margin: 0 auto;
  249. }
  250. #gform label {
  251. font-family: 'Great Vibes', cursive;
  252. font-size:17px;
  253. }
  254. ul.gfield_checkbox li {float:left;}
  255. #gform_submit_button_1 {
  256. font-family: 'Great Vibes', cursive;
  257. text-decoration: none !important;
  258. position:relative;
  259. margin:10px;
  260. padding: 8px 15px;
  261. font-weight: bold;
  262. font-size: 18px;
  263. background: #CFBACE;
  264. border: 1px solid #826882;
  265. color: white;
  266. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  267. background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
  268. background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
  269. background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
  270. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  271. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  272. box-shadow: inset 0 1px 0 #98c9ff;
  273. -o-border-radius: 4px;
  274. -moz-border-radius: 4px;
  275. -webkit-border-radius: 4px;
  276. border-radius: 4px;
  277. cursor: pointer; cursor: hand;
  278. }
  279. /* Media Queries ========================================= */
  280. @media screen
  281. and (min-device-width : 320px)
  282. and (max-device-width : 568px) {
  283. h1.monsieur {
  284. font-family: 'Monsieur La Doulaise', cursive;
  285. font-size:33px;
  286. }
  287. h4.vibes {
  288. font-family: 'Great Vibes', cursive;
  289. font-size:21px;
  290. }
  291. h4.cardo {
  292. font-family: 'Cardo', serif;
  293. text-transform:uppercase;
  294. font-size:14px;
  295. }
  296. #gform {
  297. width:400px;
  298. margin: 0 auto;
  299. }
  300. }