style.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  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(http://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 abolute 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 {
  105. height: 100%;
  106. width: 100%;
  107. }
  108. html, body {width:100%;height:100%;padding:0;margin:0;overflow-x:hidden;}
  109. .skrollable {position:fixed;z-index:100;}
  110. .skrollr-mobile .skrollable {position:absolute;}
  111. .skrollable .skrollable {position:absolute;}
  112. .skrollable .skrollable .skrollable {position:static;}
  113. #bg1, #bg2, #bg3 {z-index:50;top:0;left:0;width:100%;height:100%;background:url(img/bg.png) repeat 0 0;}
  114. #bg2 {z-index:49;background-image:url(img/bg2.png);}
  115. #bg3 {z-index:48;background-image:url(img/bg3.png);}
  116. #progress {height:9px;background:#fff;bottom:0;z-index:200;}
  117. #scrollbar {
  118. position:fixed;
  119. right:2px;
  120. height:50px;
  121. width:6px;
  122. background:#444;
  123. background:rgba(0,0,0,0.6);
  124. border:1px solid rgba(255,255,255,0.6);
  125. z-index:300;
  126. border-radius:3px;
  127. }
  128. .skrollr-desktop #scrollbar {display:none;}
  129. .easing {
  130. width:100%;
  131. height:100%;
  132. }
  133. #easing {
  134. width:100%;
  135. height:100%;
  136. }
  137. #intro {
  138. width:80%;
  139. top:80px;
  140. margin-left:-70%;
  141. padding:2em;
  142. text-align:center;
  143. }
  144. .intro_ease {
  145. width:100%;
  146. height:100%;
  147. background:#fff;
  148. }
  149. #intro2 {
  150. width:80%;
  151. top:120px;
  152. margin-left:-70%;
  153. padding:2em;
  154. text-align:center;
  155. }
  156. #story_wrap {
  157. width:100%;
  158. height:100%;
  159. }
  160. #story {
  161. padding:2em;
  162. width:60%;
  163. text-align:center;
  164. }
  165. .story_ease {
  166. top:200px;
  167. width:100%;
  168. height:100%;
  169. }
  170. #transform {
  171. width:70%;
  172. left:50%;
  173. top:20%;
  174. margin-left:-35%;
  175. text-align:center;
  176. font-size:150%;
  177. .transform-origin(50%, 50%);
  178. }
  179. #trip {
  180. width:100%;
  181. height:100%;
  182. }
  183. #trip_wrap {
  184. width:100%;
  185. height:100%;
  186. }
  187. #vows {
  188. width:100%;
  189. height:100%;
  190. }
  191. #wish {
  192. width:100%;
  193. height:100%;
  194. }
  195. /* #BML ================================================== */
  196. #bml { width: 450px; height: 55px; margin:0;}
  197. #bmlcount {
  198. font-family: 'Great Vibes', cursive;
  199. font-size:31px;
  200. }
  201. .buy-love {
  202. margin: 0px 0 0 0;
  203. }
  204. #gform_submit_button_1 {
  205. font-family: 'Great Vibes', cursive;
  206. text-decoration: none !important;
  207. position:relative;
  208. margin:10px;
  209. padding: 8px 15px;
  210. font-weight: bold;
  211. font-size: 18px;
  212. background: #1275FF;
  213. border: 1px solid #155FB0;
  214. color: white;
  215. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  216. background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
  217. background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
  218. background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
  219. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  220. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  221. box-shadow: inset 0 1px 0 #98c9ff;
  222. -o-border-radius: 4px;
  223. -moz-border-radius: 4px;
  224. -webkit-border-radius: 4px;
  225. border-radius: 4px;
  226. cursor: pointer; cursor: hand;
  227. }
  228. #inline a button {text-decoration: none !important;}
  229. #heart {
  230. position: relative;
  231. width: 100px;
  232. height: 90px;
  233. }
  234. #heart:before,
  235. #heart:after {
  236. position: absolute;
  237. content: "";
  238. left: 20px;
  239. top: 0;
  240. width: 20px;
  241. height: 35px;
  242. background: red;
  243. -moz-border-radius: 20px 20px 0 0;
  244. border-radius: 20px 20px 0 0;
  245. -webkit-transform: rotate(-45deg);
  246. -moz-transform: rotate(-45deg);
  247. -ms-transform: rotate(-45deg);
  248. -o-transform: rotate(-45deg);
  249. transform: rotate(-45deg);
  250. -webkit-transform-origin: 0 100%;
  251. -moz-transform-origin: 0 100%;
  252. -ms-transform-origin: 0 100%;
  253. -o-transform-origin: 0 100%;
  254. transform-origin: 0 100%;
  255. }
  256. #heart:after {
  257. left: 0;
  258. -webkit-transform: rotate(45deg);
  259. -moz-transform: rotate(45deg);
  260. -ms-transform: rotate(45deg);
  261. -o-transform: rotate(45deg);
  262. transform: rotate(45deg);
  263. -webkit-transform-origin: 100% 100%;
  264. -moz-transform-origin: 100% 100%;
  265. -ms-transform-origin: 100% 100%;
  266. -o-transform-origin: 100% 100%;
  267. transform-origin :100% 100%;
  268. }
  269. /* #Gravity Forms ================================================== */
  270. #gform {
  271. width:600px;
  272. margin: 0 auto;
  273. }
  274. #gform label {
  275. font-family: 'Great Vibes', cursive;
  276. font-size:17px;
  277. }
  278. ul.gfield_checkbox li {float:left;}
  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. h4.beanie {
  297. font-family: Reenie Beanie;
  298. font-size:21px;
  299. }
  300. #gform {
  301. width:400px;
  302. margin: 0 auto;
  303. }
  304. }