style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  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. /* =Reset
  14. -------------------------------------------------------------- */
  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 {
  23. border: 0;
  24. font-family: inherit;
  25. font-size: 100%;
  26. font-style: inherit;
  27. font-weight: inherit;
  28. margin: 0;
  29. outline: 0;
  30. padding: 0;
  31. vertical-align: baseline;
  32. }
  33. html {
  34. font-size: 62.5%;
  35. overflow-y: scroll;
  36. -webkit-text-size-adjust: 100%;
  37. -ms-text-size-adjust: 100%;
  38. }
  39. body {
  40. background: #fff;
  41. }
  42. article,
  43. aside,
  44. details,
  45. figcaption,
  46. figure,
  47. footer,
  48. header,
  49. main,
  50. nav,
  51. section {
  52. display: block;
  53. }
  54. ol, ul {
  55. list-style: none;
  56. }
  57. table {
  58. border-collapse: separate;
  59. border-spacing: 0;
  60. }
  61. caption, th, td {
  62. font-weight: normal;
  63. text-align: left;
  64. }
  65. blockquote:before, blockquote:after,
  66. q:before, q:after {
  67. content: "";
  68. }
  69. blockquote, q {
  70. quotes: "" "";
  71. }
  72. a:focus {
  73. outline: thin dotted;
  74. }
  75. a:hover,
  76. a:active {
  77. outline: 0;
  78. }
  79. a img {
  80. border: 0;
  81. }
  82. #bml { width: 400px; height: 45px; margin: 90px 20px 5px;}
  83. .hasCountdown {
  84. background-color: #fff;
  85. }
  86. .countdown_rtl {
  87. direction: rtl;
  88. }
  89. .countdown_holding span {
  90. color: #000;
  91. }
  92. .countdown_row {
  93. clear: both;
  94. width: 100%;
  95. padding: 0px 2px;
  96. text-align: center;
  97. }
  98. .countdown_show1 .countdown_section {
  99. width: 98%;
  100. }
  101. .countdown_show2 .countdown_section {
  102. width: 48%;
  103. }
  104. .countdown_show3 .countdown_section {
  105. width: 32.5%;
  106. }
  107. .countdown_show4 .countdown_section {
  108. width: 24.5%;
  109. }
  110. .countdown_show5 .countdown_section {
  111. width: 19.5%;
  112. }
  113. .countdown_show6 .countdown_section {
  114. width: 16.25%;
  115. }
  116. .countdown_show7 .countdown_section {
  117. width: 14%;
  118. }
  119. .countdown_section {
  120. display: block;
  121. float: left;
  122. font-size: 120%;
  123. font-family:Reenie Beanie;
  124. text-align: left;
  125. }
  126. .countdown_amount {
  127. font-size: 300%;
  128. font-family:Reenie Beanie;
  129. }
  130. .countdown_descr {
  131. display: block;
  132. width: 100%;
  133. }
  134. body,
  135. button,
  136. input,
  137. select,
  138. textarea {
  139. color: #404040;
  140. font-size: 18px;
  141. font-size: 1.6rem;
  142. line-height: 1.5;
  143. }
  144. h1, h2, h3, h4, h5, h6 {
  145. clear: both;
  146. }
  147. hr {
  148. background-color: #ccc;
  149. border: 0;
  150. height: 1px;
  151. margin-bottom: 1.5em;
  152. }
  153. p {
  154. margin-bottom: 1.5em;
  155. }
  156. ul, ol {
  157. margin: 0 0 1.5em 3em;
  158. }
  159. ul {
  160. list-style: disc;
  161. }
  162. ol {
  163. list-style: decimal;
  164. }
  165. li > ul,
  166. li > ol {
  167. margin-bottom: 0;
  168. margin-left: 1.5em;
  169. }
  170. dt {
  171. font-weight: bold;
  172. }
  173. dd {
  174. margin: 0 1.5em 1.5em;
  175. }
  176. b, strong {
  177. font-weight: bold;
  178. }
  179. dfn, cite, em, i {
  180. font-style: italic;
  181. }
  182. blockquote {
  183. margin: 0 1.5em;
  184. }
  185. address {
  186. margin: 0 0 1.5em;
  187. }
  188. pre {
  189. background: #eee;
  190. font-family: "Courier 10 Pitch", Courier, monospace;
  191. font-size: 15px;
  192. font-size: 1.5rem;
  193. line-height: 1.6;
  194. margin-bottom: 1.6em;
  195. max-width: 100%;
  196. overflow: auto;
  197. padding: 1.6em;
  198. }
  199. code, kbd, tt, var {
  200. font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  201. }
  202. abbr, acronym {
  203. border-bottom: 1px dotted #666;
  204. cursor: help;
  205. }
  206. mark, ins {
  207. background: #fff9c0;
  208. text-decoration: none;
  209. }
  210. sup,
  211. sub {
  212. font-size: 75%;
  213. height: 0;
  214. line-height: 0;
  215. position: relative;
  216. vertical-align: baseline;
  217. }
  218. sup {
  219. bottom: 1ex;
  220. }
  221. sub {
  222. top: .5ex;
  223. }
  224. small {
  225. font-size: 75%;
  226. }
  227. big {
  228. font-size: 125%;
  229. }
  230. figure {
  231. margin: 0;
  232. }
  233. table {
  234. margin: 0 0 1.5em;
  235. width: 100%;
  236. }
  237. th {
  238. font-weight: bold;
  239. }
  240. img {
  241. height: auto;
  242. max-width: 100%;
  243. }
  244. textarea {
  245. overflow: auto;
  246. padding-left: 3px;
  247. vertical-align: top;
  248. width: 98%;
  249. }
  250. a {
  251. color: royalblue;
  252. }
  253. a:visited {
  254. color: purple;
  255. }
  256. a:hover,
  257. a:focus,
  258. a:active {
  259. color: midnightblue;
  260. }
  261. .alignleft {
  262. display: inline;
  263. float: left;
  264. margin-right: 1.5em;
  265. }
  266. .alignright {
  267. display: inline;
  268. float: right;
  269. margin-left: 1.5em;
  270. }
  271. .aligncenter {
  272. clear: both;
  273. display: block;
  274. margin: 0 auto;
  275. }
  276. .screen-reader-text {
  277. clip: rect(1px, 1px, 1px, 1px);
  278. position: absolute !important;
  279. }
  280. .screen-reader-text:hover,
  281. .screen-reader-text:active,
  282. .screen-reader-text:focus {
  283. background-color: #f1f1f1;
  284. border-radius: 3px;
  285. box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  286. clip: auto !important;
  287. color: #21759b;
  288. display: block;
  289. font-size: 14px;
  290. font-weight: bold;
  291. height: auto;
  292. left: 5px;
  293. line-height: normal;
  294. padding: 15px 23px 14px;
  295. text-decoration: none;
  296. top: 5px;
  297. width: auto;
  298. z-index: 100000;
  299. }
  300. .clear:before,
  301. .clear:after,
  302. .entry-content:before,
  303. .entry-content:after,
  304. .comment-content:before,
  305. .comment-content:after,
  306. .site-header:before,
  307. .site-header:after,
  308. .site-content:before,
  309. .site-content:after,
  310. .site-footer:before,
  311. .site-footer:after {
  312. content: '';
  313. display: table;
  314. }
  315. .clear:after,
  316. .entry-content:after,
  317. .comment-content:after,
  318. .site-header:after,
  319. .site-content:after,
  320. .site-footer:after {
  321. clear: both;
  322. }
  323. #inline button {
  324. font-family: Reenie Beanie;
  325. text-decoration: none !important;
  326. position:relative;
  327. margin:10px;
  328. padding: 8px 15px;
  329. font-weight: bold;
  330. font-size: 18px;
  331. background: #1275FF;
  332. border: 1px solid #155FB0;
  333. color: white;
  334. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  335. background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
  336. background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
  337. background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
  338. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  339. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  340. box-shadow: inset 0 1px 0 #98c9ff;
  341. -o-border-radius: 4px;
  342. -moz-border-radius: 4px;
  343. -webkit-border-radius: 4px;
  344. border-radius: 4px;
  345. cursor: pointer; cursor: hand;
  346. }
  347. #inline a button {
  348. text-decoration: none !important;
  349. }
  350. #fancybox-loading {
  351. position: fixed;
  352. top: 50%;
  353. left: 50%;
  354. width: 40px;
  355. height: 40px;
  356. margin-top: -20px;
  357. margin-left: -20px;
  358. cursor: pointer;
  359. overflow: hidden;
  360. z-index: 1104;
  361. display: none;
  362. }
  363. #fancybox-loading div {
  364. position: absolute;
  365. top: 0;
  366. left: 0;
  367. width: 40px;
  368. height: 480px;
  369. background-image: url('img/fancybox.png');
  370. }
  371. #fancybox-overlay {
  372. position: absolute;
  373. top: 0;
  374. left: 0;
  375. width: 100%;
  376. z-index: 1100;
  377. display: none;
  378. }
  379. #fancybox-tmp {
  380. padding: 0;
  381. margin: 0;
  382. border: 0;
  383. overflow: auto;
  384. display: none;
  385. }
  386. #fancybox-wrap {
  387. position: absolute;
  388. top: 0;
  389. left: 0;
  390. padding: 20px;
  391. z-index: 1101;
  392. outline: none;
  393. display: none;
  394. }
  395. #fancybox-outer {
  396. position: relative;
  397. width: 100%;
  398. height: 100%;
  399. background: #fff;
  400. }
  401. #fancybox-content {
  402. width: 0;
  403. height: 0;
  404. padding: 0;
  405. outline: none;
  406. position: relative;
  407. overflow: hidden;
  408. z-index: 1102;
  409. border: 0px solid #fff;
  410. }
  411. #fancybox-hide-sel-frame {
  412. position: absolute;
  413. top: 0;
  414. left: 0;
  415. width: 100%;
  416. height: 100%;
  417. background: transparent;
  418. z-index: 1101;
  419. }
  420. #fancybox-close {
  421. position: absolute;
  422. top: -15px;
  423. right: -15px;
  424. width: 30px;
  425. height: 30px;
  426. background: transparent;
  427. cursor: pointer;
  428. z-index: 1103;
  429. display: none;
  430. }
  431. #fancybox-error {
  432. color: #444;
  433. font: normal 12px/20px Arial;
  434. padding: 14px;
  435. margin: 0;
  436. }
  437. #fancybox-img {
  438. width: 100%;
  439. height: 100%;
  440. padding: 0;
  441. margin: 0;
  442. border: none;
  443. outline: none;
  444. line-height: 0;
  445. vertical-align: top;
  446. }
  447. #fancybox-frame {
  448. width: 100%;
  449. height: 100%;
  450. border: none;
  451. display: block;
  452. }
  453. #fancybox-left, #fancybox-right {
  454. position: absolute;
  455. bottom: 0px;
  456. height: 100%;
  457. width: 35%;
  458. cursor: pointer;
  459. outline: none;
  460. background: transparent url('img/blank.gif');
  461. z-index: 1102;
  462. display: none;
  463. }
  464. #fancybox-left {
  465. left: 0px;
  466. }
  467. #fancybox-right {
  468. right: 0px;
  469. }
  470. #fancybox-left-ico, #fancybox-right-ico {
  471. position: absolute;
  472. top: 50%;
  473. left: -9999px;
  474. width: 30px;
  475. height: 30px;
  476. margin-top: -15px;
  477. cursor: pointer;
  478. z-index: 1102;
  479. display: block;
  480. }
  481. #fancybox-left-ico {
  482. background-image: url('img/fancybox.png');
  483. background-position: -40px -30px;
  484. }
  485. #fancybox-right-ico {
  486. background-image: url('img/fancybox.png');
  487. background-position: -40px -60px;
  488. }
  489. #fancybox-left:hover, #fancybox-right:hover {
  490. visibility: visible; /* IE6 */
  491. }
  492. #fancybox-left:hover span {
  493. left: 20px;
  494. }
  495. #fancybox-right:hover span {
  496. left: auto;
  497. right: 20px;
  498. }
  499. .fancybox-bg {
  500. position: absolute;
  501. padding: 0;
  502. margin: 0;
  503. border: 0;
  504. width: 20px;
  505. height: 20px;
  506. z-index: 1001;
  507. }
  508. #fancybox-bg-n {
  509. top: -20px;
  510. left: 0;
  511. width: 100%;
  512. background-image: url('img/fancybox-x.png');
  513. }
  514. #fancybox-bg-ne {
  515. top: -20px;
  516. right: -20px;
  517. background-image: url('img/fancybox.png');
  518. background-position: -40px -162px;
  519. }
  520. #fancybox-bg-e {
  521. top: 0;
  522. right: -20px;
  523. height: 100%;
  524. background-image: url('img/fancybox-y.png');
  525. background-position: -20px 0px;
  526. }
  527. #fancybox-bg-se {
  528. bottom: -20px;
  529. right: -20px;
  530. background-image: url('img/fancybox.png');
  531. background-position: -40px -182px;
  532. }
  533. #fancybox-bg-s {
  534. bottom: -20px;
  535. left: 0;
  536. width: 100%;
  537. background-image: url('img/fancybox-x.png');
  538. background-position: 0px -20px;
  539. }
  540. #fancybox-bg-sw {
  541. bottom: -20px;
  542. left: -20px;
  543. background-image: url('img/fancybox.png');
  544. background-position: -40px -142px;
  545. }
  546. #fancybox-bg-w {
  547. top: 0;
  548. left: -20px;
  549. height: 100%;
  550. background-image: url('img/fancybox-y.png');
  551. }
  552. #fancybox-bg-nw {
  553. top: -20px;
  554. left: -20px;
  555. background-image: url('img/fancybox.png');
  556. background-position: -40px -122px;
  557. }
  558. #fancybox-title {
  559. font-family: Helvetica;
  560. font-size: 12px;
  561. z-index: 1102;
  562. }
  563. .fancybox-title-inside {
  564. padding-bottom: 10px;
  565. text-align: center;
  566. color: #333;
  567. background: #fff;
  568. position: relative;
  569. }
  570. .fancybox-title-outside {
  571. padding-top: 10px;
  572. color: #fff;
  573. }
  574. .fancybox-title-over {
  575. position: absolute;
  576. bottom: 0;
  577. left: 0;
  578. color: #FFF;
  579. text-align: left;
  580. }
  581. #fancybox-title-over {
  582. padding: 10px;
  583. background-image: url('img/fancy_title_over.png');
  584. display: block;
  585. }
  586. .fancybox-title-float {
  587. position: absolute;
  588. left: 0;
  589. bottom: -20px;
  590. height: 32px;
  591. }
  592. #fancybox-title-float-wrap {
  593. border: none;
  594. border-collapse: collapse;
  595. width: auto;
  596. }
  597. #fancybox-title-float-wrap td {
  598. border: none;
  599. white-space: nowrap;
  600. }
  601. #fancybox-title-float-left {
  602. padding: 0 0 0 15px;
  603. background: url('img/fancybox.png') -40px -90px no-repeat;
  604. }
  605. #fancybox-title-float-main {
  606. color: #FFF;
  607. line-height: 29px;
  608. font-weight: bold;
  609. padding: 0 0 3px 0;
  610. background: url('img/fancybox-x.png') 0px -40px;
  611. }
  612. #fancybox-title-float-right {
  613. padding: 0 0 0 15px;
  614. background: url('img/fancybox.png') -55px -90px no-repeat;
  615. }
  616. /* IE6 */
  617. .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_close.png', sizingMethod='scale'); }
  618. .fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_nav_left.png', sizingMethod='scale'); }
  619. .fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_nav_right.png', sizingMethod='scale'); }
  620. .fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
  621. .fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_title_left.png', sizingMethod='scale'); }
  622. .fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_title_main.png', sizingMethod='scale'); }
  623. .fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_title_right.png', sizingMethod='scale'); }
  624. .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  625. height: expression(this.parentNode.clientHeight + "px");
  626. }
  627. #fancybox-loading.fancybox-ie6 {
  628. position: absolute; margin-top: 0;
  629. top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
  630. }
  631. #fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_loading.png', sizingMethod='scale'); }
  632. /* IE6, IE7, IE8 */
  633. .fancybox-ie .fancybox-bg { background: transparent !important; }
  634. .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_shadow_n.png', sizingMethod='scale'); }
  635. .fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_shadow_ne.png', sizingMethod='scale'); }
  636. .fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_shadow_e.png', sizingMethod='scale'); }
  637. .fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_shadow_se.png', sizingMethod='scale'); }
  638. .fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_shadow_s.png', sizingMethod='scale'); }
  639. .fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_shadow_sw.png', sizingMethod='scale'); }
  640. .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_shadow_w.png', sizingMethod='scale'); }
  641. .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancy_shadow_nw.png', sizingMethod='scale'); }
  642. /*
  643. * Skeleton V1.2
  644. * Copyright 2011, Dave Gamache
  645. * www.getskeleton.com
  646. * Free to use under the MIT license.
  647. * http://www.opensource.org/licenses/mit-license.php
  648. * 6/20/2012
  649. */
  650. /* #Base 960 Grid
  651. ================================================== */
  652. .container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
  653. .container .column,
  654. .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
  655. .row { margin-bottom: 20px; }
  656. /* Nested Column Classes */
  657. .column.alpha, .columns.alpha { margin-left: 0; }
  658. .column.omega, .columns.omega { margin-right: 0; }
  659. /* Base Grid */
  660. .container .one.column,
  661. .container .one.columns { width: 40px; }
  662. .container .two.columns { width: 100px; }
  663. .container .three.columns { width: 160px; }
  664. .container .four.columns { width: 220px; }
  665. .container .five.columns { width: 280px; }
  666. .container .six.columns { width: 340px; }
  667. .container .seven.columns { width: 400px; }
  668. .container .eight.columns { width: 460px; }
  669. .container .nine.columns { width: 520px; }
  670. .container .ten.columns { width: 580px; }
  671. .container .eleven.columns { width: 640px; }
  672. .container .twelve.columns { width: 700px; }
  673. .container .thirteen.columns { width: 760px; }
  674. .container .fourteen.columns { width: 820px; }
  675. .container .fifteen.columns { width: 880px; }
  676. .container .sixteen.columns { width: 940px; }
  677. .container .one-third.column { width: 300px; }
  678. .container .two-thirds.column { width: 620px; }
  679. /* Offsets */
  680. .container .offset-by-one { padding-left: 60px; }
  681. .container .offset-by-two { padding-left: 120px; }
  682. .container .offset-by-three { padding-left: 180px; }
  683. .container .offset-by-four { padding-left: 240px; }
  684. .container .offset-by-five { padding-left: 300px; }
  685. .container .offset-by-six { padding-left: 360px; }
  686. .container .offset-by-seven { padding-left: 420px; }
  687. .container .offset-by-eight { padding-left: 480px; }
  688. .container .offset-by-nine { padding-left: 540px; }
  689. .container .offset-by-ten { padding-left: 600px; }
  690. .container .offset-by-eleven { padding-left: 660px; }
  691. .container .offset-by-twelve { padding-left: 720px; }
  692. .container .offset-by-thirteen { padding-left: 780px; }
  693. .container .offset-by-fourteen { padding-left: 840px; }
  694. .container .offset-by-fifteen { padding-left: 900px; }
  695. /* #Clearing
  696. ================================================== */
  697. /* Self Clearing Goodness */
  698. .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
  699. /* Use clearfix class on parent to clear nested columns,
  700. or wrap each row of columns in a <div class="row"> */
  701. .clearfix:before,
  702. .clearfix:after,
  703. .row:before,
  704. .row:after {
  705. content: '\0020';
  706. display: block;
  707. overflow: hidden;
  708. visibility: hidden;
  709. width: 0;
  710. height: 0; }
  711. .row:after,
  712. .clearfix:after {
  713. clear: both; }
  714. .row,
  715. .clearfix {
  716. zoom: 1; }
  717. /* You can also use a <br class="clear" /> to clear columns */
  718. .clear {
  719. clear: both;
  720. display: block;
  721. overflow: hidden;
  722. visibility: hidden;
  723. width: 0;
  724. height: 0;
  725. }