style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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(http://fonts.googleapis.com/css?family=Great+Vibes);
  14. @import url(css/fancy.css);
  15. /* #Reset ================================================== */
  16. html, body, div, span, applet, object, iframe,
  17. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  18. a, abbr, acronym, address, big, cite, code,
  19. del, dfn, em, font, ins, kbd, q, s, samp,
  20. small, strike, strong, sub, sup, tt, var,
  21. dl, dt, dd, ol, ul, li,
  22. fieldset, form, label, legend,
  23. 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;}
  24. html {font-size: 62.5%;overflow-y: scroll;-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;}
  25. body { background: #fff; }
  26. article,aside,details,figcaption,figure,footer,header,main,nav,section {display: block;}
  27. ol, ul {list-style: none;}
  28. table {border-collapse: separate;border-spacing: 0;}
  29. caption, th, td {font-weight: normal;text-align: left;}
  30. blockquote:before, blockquote:after,
  31. q:before, q:after {content: "";}
  32. blockquote, q { quotes: "" ""; }
  33. a:focus {outline: thin dotted;}
  34. a:hover, a:active {outline: 0;}
  35. a img {border: 0;}
  36. /* #Clearing ================================================== */
  37. .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
  38. .clearfix:before,.clearfix:after,.row:before,.row:after {content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }
  39. .row:after,.clearfix:after {clear: both; }.row,.clearfix {zoom: 1; }
  40. .clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
  41. .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;}
  42. .clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {clear: both;}
  43. /* #Base 960 Grid ================================================== */
  44. .container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
  45. .container .column,
  46. .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
  47. .row { margin-bottom: 20px; }
  48. .column.alpha, .columns.alpha { margin-left: 0; }
  49. .column.omega, .columns.omega { margin-right: 0; }
  50. .container .one.column,
  51. .container .one.columns { width: 40px; }
  52. .container .two.columns { width: 100px; }
  53. .container .three.columns { width: 160px; }
  54. .container .four.columns { width: 220px; }
  55. .container .five.columns { width: 280px; }
  56. .container .six.columns { width: 340px; }
  57. .container .seven.columns { width: 400px; }
  58. .container .eight.columns { width: 460px; }
  59. .container .nine.columns { width: 520px; }
  60. .container .ten.columns { width: 580px; }
  61. .container .eleven.columns { width: 640px; }
  62. .container .twelve.columns { width: 700px; }
  63. .container .thirteen.columns { width: 760px; }
  64. .container .fourteen.columns { width: 820px; }
  65. .container .fifteen.columns { width: 880px; }
  66. .container .sixteen.columns { width: 940px; }
  67. .container .one-third.column { width: 300px; }
  68. .container .two-thirds.column { width: 620px; }
  69. .container .offset-by-one { padding-left: 60px; }
  70. .container .offset-by-two { padding-left: 120px; }
  71. .container .offset-by-three { padding-left: 180px; }
  72. .container .offset-by-four { padding-left: 240px; }
  73. .container .offset-by-five { padding-left: 300px; }
  74. .container .offset-by-six { padding-left: 360px; }
  75. .container .offset-by-seven { padding-left: 420px; }
  76. .container .offset-by-eight { padding-left: 480px; }
  77. .container .offset-by-nine { padding-left: 540px; }
  78. .container .offset-by-ten { padding-left: 600px; }
  79. .container .offset-by-eleven { padding-left: 660px; }
  80. .container .offset-by-twelve { padding-left: 720px; }
  81. .container .offset-by-thirteen { padding-left: 780px; }
  82. .container .offset-by-fourteen { padding-left: 840px; }
  83. .container .offset-by-fifteen { padding-left: 900px; }
  84. /* #_S main ================================================== */
  85. body,button,input,select,textarea {color: #404040;font-size: 18px;font-size: 1.6rem;line-height: 1.5;}
  86. h1, h2, h3, h4, h5, h6 {clear: both;}
  87. hr {background-color: #ccc;border: 0;height: 1px;margin-bottom: 1.5em;}
  88. p {margin-bottom: 1.5em;}
  89. ul, ol {margin: 0 0 1.5em 3em;}
  90. ul {list-style: disc;}
  91. ol {list-style: decimal;}
  92. li > ul,li > ol {margin-bottom: 0;margin-left: 1.5em;}
  93. dt {font-weight: bold;}
  94. dd {margin: 0 1.5em 1.5em;}
  95. b, strong {font-weight: bold;}
  96. dfn, cite, em, i {font-style: italic;}
  97. blockquote {margin: 0 1.5em;}
  98. address {margin: 0 0 1.5em;}
  99. pre {background: #eee;font-family: "Courier 10 Pitch", Courier, monospace;font-size: 15px;font-size: 1.5rem;line-height: 1.6;margin-bottom: 1.6em;max-width: 100%;overflow: auto;padding: 1.6em;}
  100. code, kbd, tt, var {font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
  101. abbr, acronym {border-bottom: 1px dotted #666;cursor: help;}
  102. mark, ins {background: #fff9c0;text-decoration: none;}
  103. sup,sub {font-size: 75%;height: 0;line-height: 0;position: relative;vertical-align: baseline;}
  104. sup {bottom: 1ex;}
  105. sub {top: .5ex;}
  106. small {font-size: 75%;}
  107. big {font-size: 125%;}
  108. figure {margin: 0;}
  109. table {margin: 0 0 1.5em;width: 100%;}
  110. th {font-weight: bold;}
  111. img {height: auto;max-width: 100%; }
  112. textarea {overflow: auto;padding-left: 3px;vertical-align: top;width: 98%;}
  113. .alignleft {display: inline;float: left;margin-right: 1.5em;}
  114. .alignright {display: inline;float: right;margin-left: 1.5em;}
  115. .aligncenter {clear: both;display: block;margin: 0 auto;}
  116. a {color: royalblue;}
  117. a:visited {color: purple;}
  118. a:hover,a:focus,a:active {color: midnightblue;}
  119. h1.vibes {
  120. font-family: 'Great Vibes', cursive;
  121. font-size:65px;
  122. }
  123. h2.vibes {
  124. font-family: 'Great Vibes', cursive;
  125. font-size:55px;
  126. }
  127. h3.vibes {
  128. font-family: 'Great Vibes', cursive;
  129. font-size:45px;
  130. }
  131. h4.vibes {
  132. font-family: 'Great Vibes', cursive;
  133. font-size:38px;
  134. }
  135. p.vibes {
  136. font-family: 'Great Vibes', cursive;
  137. font-size:28px;
  138. line-height:30px;
  139. }
  140. h4.beanie {
  141. font-family: Reenie Beanie;
  142. font-size:48px;
  143. }
  144. /* #Skrollr ================================================== */
  145. html, body {width:100%;height:100%;padding:0;margin:0;overflow-x:hidden;}
  146. .skrollable {position:fixed;z-index:100;}
  147. .skrollr-mobile .skrollable {position:absolute;}
  148. .skrollable .skrollable {position:absolute;}
  149. .skrollable .skrollable .skrollable {position:static;}
  150. #bg1, #bg2, #bg3 {z-index:50;top:0;left:0;width:100%;height:100%;background:url(img/bg.png) repeat 0 0;}
  151. #bg2 {z-index:49;background-image:url(img/bg2.png);}
  152. #bg3 {z-index:48;background-image:url(img/bg3.png);}
  153. #progress {height:17px;background:#fff;bottom:0;z-index:200;}
  154. #scrollbar {
  155. position:fixed;
  156. right:2px;
  157. height:50px;
  158. width:6px;
  159. background:#444;
  160. background:rgba(0,0,0,0.6);
  161. border:1px solid rgba(255,255,255,0.6);
  162. z-index:300;
  163. border-radius:3px;
  164. }
  165. .skrollr-desktop #scrollbar {display:none;}
  166. .easing {
  167. width:100%;
  168. height:100%;
  169. }
  170. #easing {
  171. width:100%;
  172. height:100%;
  173. }
  174. #intro {
  175. width:80%;
  176. top:120px;
  177. margin-left:-70%;
  178. padding:2em;
  179. text-align:center;
  180. }
  181. .intro_ease {
  182. width:100%;
  183. height:100%;
  184. background:#fff;
  185. }
  186. #intro2 {
  187. width:80%;
  188. top:120px;
  189. margin-left:-70%;
  190. padding:2em;
  191. text-align:center;
  192. }
  193. #story_wrap {
  194. width:100%;
  195. height:100%;
  196. }
  197. #story {
  198. top:200px;
  199. padding:2em;
  200. width:70%;
  201. text-align:center;
  202. }
  203. #story_ease {
  204. top:200px;
  205. width:100%;
  206. height:100%;
  207. }
  208. #transform {
  209. width:70%;
  210. left:50%;
  211. top:20%;
  212. margin-left:-35%;
  213. text-align:center;
  214. font-size:150%;
  215. .transform-origin(50%, 50%);
  216. }
  217. #properties {
  218. width:100%;
  219. height:100%;
  220. padding-top:10%;
  221. text-align:center;
  222. -webkit-box-sizing: border-box;
  223. -moz-box-sizing: border-box;
  224. box-sizing: border-box;
  225. }
  226. #trip {
  227. width:100%;
  228. height:100%;
  229. }
  230. .trip_container {
  231. top:200px;
  232. margin:200px;
  233. }
  234. #vows {
  235. width:100%;
  236. height:100%;
  237. }
  238. #bml {
  239. background:#fff;
  240. height:300px;
  241. margin:20px;
  242. }
  243. /* #BML ================================================== */
  244. #bml { width: 450px; height: 55px; margin:0;}
  245. .hasCountdown {background-color: #fff;}
  246. .countdown_rtl {direction: rtl;}
  247. .countdown_holding span {color: #000;}
  248. .countdown_row {clear: both;width: 100%;padding: 0px 2px;text-align: center;}
  249. .countdown_show1 .countdown_section {width: 9%;}
  250. .countdown_show2 .countdown_section {width: 48%;}
  251. .countdown_show3 .countdown_section {width: 32.5%;}
  252. .countdown_show4 .countdown_section {width: 24.5%;}
  253. .countdown_show5 .countdown_section {width: 19.5%;}
  254. .countdown_show6 .countdown_section {width: 16.25%;}
  255. .countdown_show7 .countdown_section {width: 14%;}
  256. .countdown_section {display: block;float: left;margin:5px;font-size: 25px;font-family:Reenie Beanie;text-align: left;}
  257. .countdown_amount {font-size: 300%;font-family:Reenie Beanie;}
  258. .countdown_descr {display: block;width: 100%;}
  259. #inline button {
  260. font-family: Reenie Beanie;
  261. text-decoration: none !important;
  262. position:relative;
  263. margin:10px;
  264. padding: 8px 15px;
  265. font-weight: bold;
  266. font-size: 18px;
  267. background: #1275FF;
  268. border: 1px solid #155FB0;
  269. color: white;
  270. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  271. background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
  272. background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
  273. background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
  274. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  275. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  276. box-shadow: inset 0 1px 0 #98c9ff;
  277. -o-border-radius: 4px;
  278. -moz-border-radius: 4px;
  279. -webkit-border-radius: 4px;
  280. border-radius: 4px;
  281. cursor: pointer; cursor: hand;
  282. }
  283. #inline a button {text-decoration: none !important;}