Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2015
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. body{
  2. height: 100%;
  3. }
  4.  
  5.  
  6. .page-content {
  7. float: none;
  8. min-height: 300px;
  9. width: 100%;
  10. }
  11. .column_8 {
  12. background-color: rgba(8, 8, 8, 0.6);
  13. float: none;
  14. min-height: 100px;
  15. width: auto;
  16. }
  17. .column_9 {
  18. background-color: #1c1a1c;
  19. float: none;
  20. width: auto;
  21.  
  22.  
  23. }
  24. .column_10 {
  25. background-color: #ab4eab;
  26. float: none;
  27. height: 100%;
  28. width: auto;
  29. }
  30. .column_11 {
  31. background-color: #b051b0;
  32. float: none;
  33. min-height: 100px;
  34. width: auto;
  35. }
  36. .post-content-inner {
  37. height: 100%;
  38. width: 100%;
  39. }
  40. .post-list {
  41. min-height: 100px;
  42. padding-left: 15px;
  43. padding-right: 15px;
  44. width: 100%;
  45. }
  46. @media only screen and (min-width: 768px) {
  47.  
  48.  
  49. .row_6 {
  50. clear: both;
  51. min-height: 100%;
  52. }
  53.  
  54. .content {
  55. height: 100%;
  56. }
  57. .page-content {
  58. height: 100%;
  59. width: 100%;
  60. }
  61. .column_8 {
  62. float: left;
  63. height: 100%;
  64. width: 25%;
  65. }
  66. .column_9 {
  67. float: left;
  68. height: 100%;
  69. width: 25%;
  70. }
  71. .column_10 {
  72. float: left;
  73. height: 100%;
  74. width: 25%;
  75. }
  76. .column_11 {
  77. float: left;
  78. height: 100%;
  79. width: 25%;
  80. }
  81. .row_8 {
  82. clear: both;
  83. width: auto;
  84. }
  85. .post-list {
  86. min-height: 100px;
  87. width: 100%;
  88. }
  89. }
  90. @media only screen and (min-width: 992px) {
  91. body{
  92. height: 100%;
  93. }
  94. .row_6 {
  95. clear: both;
  96. min-height: 100px;
  97. }
  98. .row_8 {
  99. clear: both;
  100. width: auto;
  101. }
  102. .column_8 {
  103. float: left;
  104. }
  105. .column_9 {
  106. float: left;
  107. }
  108. .column_10 {
  109. float: left;
  110. }
  111. .column_11 {
  112. float: left;
  113. }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement