Advertisement
Guest User

Untitled

a guest
May 24th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. @media only screen and (max-width:1200px) and (min-width:200px) {
  2.  
  3. .sidebar {
  4. display: block;
  5. width: 100% !important;
  6. }
  7.  
  8. .forums {
  9. width: 100% !important;
  10. }
  11.  
  12. .wrapper {
  13. width: 95%;
  14. min-width: 100px;
  15. }
  16. #ddcmenu_popup {
  17. margin-left: 20px ;
  18. }
  19.  
  20. }
  21.  
  22. @media only screen and (max-width:244px) {
  23.  
  24. .wrapper {
  25. width: 95%;
  26. min-width: 100px;
  27. }
  28.  
  29. #header {
  30. background: gray !important;
  31. }
  32. #logo .wrapper {
  33. text-align: center;
  34. }
  35. .sidebar {
  36. display: block;
  37. width: 100% !important;
  38. }
  39.  
  40. .forums {
  41. width: 100% !important;
  42. }
  43. #footer {
  44. background: gray !important;
  45. border-color: silver !important;
  46. }
  47. #footer .uppermid {
  48. border-image: linear-gradient(to right, transparent, gray, transparent) 1 0%;
  49. }
  50. .footer-left {
  51. display: none;
  52. }
  53. #footer .float_right {
  54. width: 100%;
  55. text-align: center;
  56. }
  57. #footer .footer-menu {
  58. float: none;
  59. display: inline-block;
  60. margin: 0 50px;
  61. text-align: left;
  62. }
  63.  
  64. span#smedia {
  65. display: none;
  66. }
  67.  
  68. .forums table td:nth-child(3),
  69. .forums table td:nth-child(4),
  70. .ucp-threads table td.trow1:nth-child(4),
  71. .ucp-threads table td.trow2:nth-child(4),
  72. .ucp-threads table td.trow1:nth-child(5),
  73. .ucp-threads table td.trow2:nth-child(5),
  74. .ucp-threads table td.tcat:nth-child(2),
  75. .ucp-threads table td.tcat:nth-child(3),
  76. .dnone{
  77. display: none;
  78. }
  79.  
  80. ul.menu.user_links {
  81. display: none;
  82. }
  83.  
  84. #panel .lower ul.panel_links {
  85. float: left;
  86. width: 100%;
  87. text-align: center;
  88. }
  89.  
  90. #panel .lower ul.panel_links li:first-child a {
  91. padding: 0px;
  92. }
  93. #ddcmenu_popup {
  94. margin-left: 20px ;
  95. }
  96. .ucp-menu{
  97. padding: 10px 0px;
  98. text-align: left;
  99. padding-left: 10px;
  100. }
  101. .ucp-menu i{
  102. display: inline;
  103. font-size: 13px !important;
  104. }
  105.  
  106. .post.classic {
  107. float: none;
  108. padding: 0px;
  109. }
  110.  
  111. .post.classic .post_author {
  112. float: none;
  113. border-right: none;
  114. border-bottom: 1px solid #eee;
  115. width: 100%;
  116. display: table;
  117. padding: 0px;
  118. background: whitesmoke;
  119. margin: 0px 0px 7px 0px;
  120. }
  121.  
  122. .post.classic .post_author div.author_information, .post.classic .post_author div.author_avatar,.post.classic .post_author div.author_statistics {
  123. float: left;
  124. padding: 0px;
  125. margin: 0px;
  126. width: 33%;
  127. }
  128.  
  129. .post.classic .post_author div.author_avatar img {
  130. width: 70px !important;
  131. height: auto !important;
  132. border: none;
  133. }
  134.  
  135. .post.classic .post_author div.author_avatar {
  136. margin-top: -5px;
  137. }
  138.  
  139. .post_content {
  140. width: 97% !important;
  141. margin: auto;
  142. }
  143.  
  144. .author_information {
  145. margin-top: 15px !important;
  146. }
  147.  
  148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement