grid_12-825-55-15.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. /*Notes about grid:
  2. Columns: 12
  3. Grid Width: 825px
  4. Column Width: 55px
  5. Gutter Width: 15px
  6. -------------------------------*/
  7. .section {margin-bottom: 18px;
  8. }
  9. .section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
  10. .section {*zoom: 1;}
  11. .section .firstcolumn,
  12. .section .firstcol {margin-left: 0;}
  13. /* Border on left hand side of a column. */
  14. .border {
  15. padding-left: 7px;
  16. margin-left: 7px;
  17. border-left: 1px solid #eee;
  18. }
  19. /* Border with more whitespace, spans one column. */
  20. .colborder {
  21. padding-left: 42px;
  22. margin-left: 42px;
  23. border-left: 1px solid #eee;
  24. }
  25. /* The Grid Classes */
  26. .grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
  27. {margin-left: 15px;float: left;display: inline; overflow: hidden;}
  28. .width1, .grid1, .span-1 {width: 55px;}
  29. .width1_2cols,.grid1_2cols {width: 20px;}
  30. .width1_3cols,.grid1_3cols {width: 8px;}
  31. .width1_4cols,.grid1_4cols {width: 2px;}
  32. .input_width1 {width: 49px;}
  33. .width2, .grid2, .span-2 {width: 125px;}
  34. .width2_3cols,.grid2_3cols {width: 31px;}
  35. .width2_4cols,.grid2_4cols {width: 20px;}
  36. .input_width2 {width: 119px;}
  37. .width3, .grid3, .span-3 {width: 195px;}
  38. .width3_2cols,.grid3_2cols {width: 90px;}
  39. .width3_4cols,.grid3_4cols {width: 37px;}
  40. .input_width3 {width: 189px;}
  41. .width4, .grid4, .span-4 {width: 265px;}
  42. .width4_3cols,.grid4_3cols {width: 78px;}
  43. .input_width4 {width: 259px;}
  44. .width5, .grid5, .span-5 {width: 335px;}
  45. .width5_2cols,.grid5_2cols {width: 160px;}
  46. .width5_3cols,.grid5_3cols {width: 101px;}
  47. .width5_4cols,.grid5_4cols {width: 72px;}
  48. .input_width5 {width: 329px;}
  49. .width6, .grid6, .span-6 {width: 405px;}
  50. .width6_4cols,.grid6_4cols {width: 90px;}
  51. .input_width6 {width: 399px;}
  52. .width7, .grid7, .span-7 {width: 475px;}
  53. .width7_2cols,.grid7_2cols {width: 230px;}
  54. .width7_3cols,.grid7_3cols {width: 148px;}
  55. .width7_4cols,.grid7_4cols {width: 107px;}
  56. .input_width7 {width: 469px;}
  57. .width8, .grid8, .span-8 {width: 545px;}
  58. .width8_3cols,.grid8_3cols {width: 171px;}
  59. .input_width8 {width: 539px;}
  60. .width9, .grid9, .span-9 {width: 615px;}
  61. .width9_2cols,.grid9_2cols {width: 300px;}
  62. .width9_4cols,.grid9_4cols {width: 142px;}
  63. .input_width9 {width: 609px;}
  64. .width10, .grid10, .span-10 {width: 685px;}
  65. .width10_3cols,.grid10_3cols {width: 218px;}
  66. .width10_4cols,.grid10_4cols {width: 160px;}
  67. .input_width10 {width: 679px;}
  68. .width11, .grid11, .span-11 {width: 755px;}
  69. .width11_2cols,.grid11_2cols {width: 370px;}
  70. .width11_3cols,.grid11_3cols {width: 241px;}
  71. .width11_4cols,.grid11_4cols {width: 177px;}
  72. .input_width11 {width: 749px;}
  73. .width12, .grid12, .span-12 {width: 825px;}
  74. .input_width12 {width: 819px;}
  75. /* Subdivided grid spaces */
  76. .emptycols_left1, .prepend-1 {padding-left: 70px;}
  77. .emptycols_right1, .append-1 {padding-right: 70px;}
  78. .emptycols_left2, .prepend-2 {padding-left: 140px;}
  79. .emptycols_right2, .append-2 {padding-right: 140px;}
  80. .emptycols_left3, .prepend-3 {padding-left: 210px;}
  81. .emptycols_right3, .append-3 {padding-right: 210px;}
  82. .emptycols_left4, .prepend-4 {padding-left: 280px;}
  83. .emptycols_right4, .append-4 {padding-right: 280px;}
  84. .emptycols_left5, .prepend-5 {padding-left: 350px;}
  85. .emptycols_right5, .append-5 {padding-right: 350px;}
  86. .emptycols_left6, .prepend-6 {padding-left: 420px;}
  87. .emptycols_right6, .append-6 {padding-right: 420px;}
  88. .emptycols_left7, .prepend-7 {padding-left: 490px;}
  89. .emptycols_right7, .append-7 {padding-right: 490px;}
  90. .emptycols_left8, .prepend-8 {padding-left: 560px;}
  91. .emptycols_right8, .append-8 {padding-right: 560px;}
  92. .emptycols_left9, .prepend-9 {padding-left: 630px;}
  93. .emptycols_right9, .append-9 {padding-right: 630px;}
  94. .emptycols_left10, .prepend-10 {padding-left: 700px;}
  95. .emptycols_right10, .append-10 {padding-right: 700px;}
  96. .emptycols_left11, .prepend-11 {padding-left: 770px;}
  97. .emptycols_right11, .append-11 {padding-right: 770px;}
  98. .pull-1 {margin-left: -70px;}
  99. .push-1 {margin-right: -70px;margin-left: 18px;float: right;}
  100. .pull-2 {margin-left: -140px;}
  101. .push-2 {margin-right: -140px;margin-left: 18px;float: right;}
  102. .pull-3 {margin-left: -210px;}
  103. .push-3 {margin-right: -210px;margin-left: 18px;float: right;}
  104. .pull-4 {margin-left: -280px;}
  105. .push-4 {margin-right: -280px;margin-left: 18px;float: right;}