style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  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. /* #Skrollr ================================================== */
  120. html, body {width:100%;height:100%;padding:0;margin:0;overflow-x:hidden;}
  121. .skrollable {position:fixed;z-index:100;}
  122. .skrollr-mobile .skrollable {position:absolute;}
  123. .skrollable .skrollable {position:absolute;}
  124. .skrollable .skrollable .skrollable {position:static;}
  125. #bg1, #bg2, #bg3 {
  126. z-index:50;
  127. top:0;
  128. left:0;
  129. width:100%;
  130. height:100%;
  131. background:url(img/bg.png) repeat 0 0;
  132. }
  133. #bg2 {z-index:49;background-image:url(img/bg2.png);}
  134. #bg3 {z-index:48;background-image:url(img/bg3.png);}
  135. #progress {
  136. height:17px;
  137. background:#444;
  138. bottom:0;
  139. z-index:200;
  140. }
  141. #scrollbar {
  142. position:fixed;
  143. right:2px;
  144. height:50px;
  145. width:6px;
  146. background:#444;
  147. background:rgba(0,0,0,0.6);
  148. border:1px solid rgba(255,255,255,0.6);
  149. z-index:300;
  150. border-radius:3px;
  151. }
  152. .skrollr-desktop #scrollbar {display:none;}
  153. #intro {
  154. width:80%;
  155. top:120px;
  156. margin-left:-70%;
  157. padding:2em;
  158. text-align:center;
  159. }
  160. .intro_ease {
  161. width:100%;
  162. height:100%;
  163. background:#fff;
  164. }
  165. #intro2 {
  166. width:80%;
  167. top:120px;
  168. margin-left:-70%;
  169. padding:2em;
  170. text-align:center;
  171. }
  172. h1.vibes {
  173. font-family: 'Great Vibes', cursive;
  174. font-size:65px;
  175. }
  176. h2.vibes {
  177. font-family: 'Great Vibes', cursive;
  178. font-size:55px;
  179. }
  180. h3.vibes {
  181. font-family: 'Great Vibes', cursive;
  182. font-size:45px;
  183. }
  184. h4.vibes {
  185. font-family: 'Great Vibes', cursive;
  186. font-size:38px;
  187. }
  188. p.vibes {
  189. font-family: 'Great Vibes', cursive;
  190. font-size:28px;
  191. line-height:30px;
  192. }
  193. #story {
  194. top:2em;
  195. padding:2em;
  196. width:80%;
  197. z-index:101;
  198. }
  199. #story_ease {
  200. width:100%;
  201. height:100%;
  202. }
  203. #transform {
  204. width:70%;
  205. left:50%;
  206. top:20%;
  207. margin-left:-35%;
  208. text-align:center;
  209. font-size:150%;
  210. .transform-origin(50%, 50%);
  211. }
  212. #properties {
  213. width:100%;
  214. height:100%;
  215. padding-top:10%;
  216. text-align:center;
  217. -webkit-box-sizing: border-box;
  218. -moz-box-sizing: border-box;
  219. box-sizing: border-box;
  220. }
  221. /* #BML ================================================== */
  222. #bml { width: 400px; height: 45px; margin: 90px 20px 5px;}
  223. .hasCountdown {
  224. background-color: #fff;
  225. }
  226. .countdown_rtl {
  227. direction: rtl;
  228. }
  229. .countdown_holding span {
  230. color: #000;
  231. }
  232. .countdown_row {
  233. clear: both;
  234. width: 100%;
  235. padding: 0px 2px;
  236. text-align: center;
  237. }
  238. .countdown_show1 .countdown_section {
  239. width: 98%;
  240. }
  241. .countdown_show2 .countdown_section {
  242. width: 48%;
  243. }
  244. .countdown_show3 .countdown_section {
  245. width: 32.5%;
  246. }
  247. .countdown_show4 .countdown_section {
  248. width: 24.5%;
  249. }
  250. .countdown_show5 .countdown_section {
  251. width: 19.5%;
  252. }
  253. .countdown_show6 .countdown_section {
  254. width: 16.25%;
  255. }
  256. .countdown_show7 .countdown_section {
  257. width: 14%;
  258. }
  259. .countdown_section {
  260. display: block;
  261. float: left;
  262. font-size: 120%;
  263. font-family:Reenie Beanie;
  264. text-align: left;
  265. }
  266. .countdown_amount {
  267. font-size: 300%;
  268. font-family:Reenie Beanie;
  269. }
  270. .countdown_descr {
  271. display: block;
  272. width: 100%;
  273. }
  274. #inline button {
  275. font-family: Reenie Beanie;
  276. text-decoration: none !important;
  277. position:relative;
  278. margin:10px;
  279. padding: 8px 15px;
  280. font-weight: bold;
  281. font-size: 18px;
  282. background: #1275FF;
  283. border: 1px solid #155FB0;
  284. color: white;
  285. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  286. background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
  287. background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
  288. background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
  289. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  290. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  291. box-shadow: inset 0 1px 0 #98c9ff;
  292. -o-border-radius: 4px;
  293. -moz-border-radius: 4px;
  294. -webkit-border-radius: 4px;
  295. border-radius: 4px;
  296. cursor: pointer; cursor: hand;
  297. }
  298. #inline a button {
  299. text-decoration: none !important;
  300. }