style.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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(css/fancy.css);
  14. /* #Reset ================================================== */
  15. html, body, div, span, applet, object, iframe,
  16. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  17. a, abbr, acronym, address, big, cite, code,
  18. del, dfn, em, font, ins, kbd, q, s, samp,
  19. small, strike, strong, sub, sup, tt, var,
  20. dl, dt, dd, ol, ul, li,
  21. fieldset, form, label, legend,
  22. 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;}
  23. html {font-size: 62.5%;overflow-y: scroll;-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;}
  24. body { background: #fff; }
  25. article,aside,details,figcaption,figure,footer,header,main,nav,section {display: block;}
  26. ol, ul {list-style: none;}
  27. table {border-collapse: separate;border-spacing: 0;}
  28. caption, th, td {font-weight: normal;text-align: left;}
  29. blockquote:before, blockquote:after,
  30. q:before, q:after {content: "";}
  31. blockquote, q { quotes: "" ""; }
  32. a:focus {outline: thin dotted;}
  33. a:hover, a:active {outline: 0;}
  34. a img {border: 0;}
  35. /* #Clearing ================================================== */
  36. .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
  37. .clearfix:before,.clearfix:after,.row:before,.row:after {content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }
  38. .row:after,.clearfix:after {clear: both; }.row,.clearfix {zoom: 1; }
  39. .clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
  40. .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;}
  41. .clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {clear: both;}
  42. /* #Base 960 Grid ================================================== */
  43. .container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
  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. /* #_S main ================================================== */
  84. body,button,input,select,textarea {color: #404040;font-size: 18px;font-size: 1.6rem;line-height: 1.5;}
  85. h1, h2, h3, h4, h5, h6 {clear: both;}
  86. hr {background-color: #ccc;border: 0;height: 1px;margin-bottom: 1.5em;}
  87. p {margin-bottom: 1.5em;}
  88. ul, ol {margin: 0 0 1.5em 3em;}
  89. ul {list-style: disc;}
  90. ol {list-style: decimal;}
  91. li > ul,li > ol {margin-bottom: 0;margin-left: 1.5em;}
  92. dt {font-weight: bold;}
  93. dd {margin: 0 1.5em 1.5em;}
  94. b, strong {font-weight: bold;}
  95. dfn, cite, em, i {font-style: italic;}
  96. blockquote {margin: 0 1.5em;}
  97. address {margin: 0 0 1.5em;}
  98. 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;}
  99. code, kbd, tt, var {font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
  100. abbr, acronym {border-bottom: 1px dotted #666;cursor: help;}
  101. mark, ins {background: #fff9c0;text-decoration: none;}
  102. sup,sub {font-size: 75%;height: 0;line-height: 0;position: relative;vertical-align: baseline;}
  103. sup {bottom: 1ex;}
  104. sub {top: .5ex;}
  105. small {font-size: 75%;}
  106. big {font-size: 125%;}
  107. figure {margin: 0;}
  108. table {margin: 0 0 1.5em;width: 100%;}
  109. th {font-weight: bold;}
  110. img {height: auto;max-width: 100%; }
  111. textarea {overflow: auto;padding-left: 3px;vertical-align: top;width: 98%;}
  112. .alignleft {display: inline;float: left;margin-right: 1.5em;}
  113. .alignright {display: inline;float: right;margin-left: 1.5em;}
  114. .aligncenter {clear: both;display: block;margin: 0 auto;}
  115. a {color: royalblue;}
  116. a:visited {color: purple;}
  117. a:hover,a:focus,a:active {color: midnightblue;}
  118. /* #BML ================================================== */
  119. #bml { width: 400px; height: 45px; margin: 90px 20px 5px;}
  120. .hasCountdown {
  121. background-color: #fff;
  122. }
  123. .countdown_rtl {
  124. direction: rtl;
  125. }
  126. .countdown_holding span {
  127. color: #000;
  128. }
  129. .countdown_row {
  130. clear: both;
  131. width: 100%;
  132. padding: 0px 2px;
  133. text-align: center;
  134. }
  135. .countdown_show1 .countdown_section {
  136. width: 98%;
  137. }
  138. .countdown_show2 .countdown_section {
  139. width: 48%;
  140. }
  141. .countdown_show3 .countdown_section {
  142. width: 32.5%;
  143. }
  144. .countdown_show4 .countdown_section {
  145. width: 24.5%;
  146. }
  147. .countdown_show5 .countdown_section {
  148. width: 19.5%;
  149. }
  150. .countdown_show6 .countdown_section {
  151. width: 16.25%;
  152. }
  153. .countdown_show7 .countdown_section {
  154. width: 14%;
  155. }
  156. .countdown_section {
  157. display: block;
  158. float: left;
  159. font-size: 120%;
  160. font-family:Reenie Beanie;
  161. text-align: left;
  162. }
  163. .countdown_amount {
  164. font-size: 300%;
  165. font-family:Reenie Beanie;
  166. }
  167. .countdown_descr {
  168. display: block;
  169. width: 100%;
  170. }
  171. #inline button {
  172. font-family: Reenie Beanie;
  173. text-decoration: none !important;
  174. position:relative;
  175. margin:10px;
  176. padding: 8px 15px;
  177. font-weight: bold;
  178. font-size: 18px;
  179. background: #1275FF;
  180. border: 1px solid #155FB0;
  181. color: white;
  182. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  183. background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
  184. background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
  185. background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
  186. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  187. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  188. box-shadow: inset 0 1px 0 #98c9ff;
  189. -o-border-radius: 4px;
  190. -moz-border-radius: 4px;
  191. -webkit-border-radius: 4px;
  192. border-radius: 4px;
  193. cursor: pointer; cursor: hand;
  194. }
  195. #inline a button {
  196. text-decoration: none !important;
  197. }