Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. tr td.trow1:first-child,
  2. tr td.trow2:first-child,
  3. tr td.trow_shaded:first-child {
  4. border-left: 0;
  5. }
  6.  
  7. #header_block {
  8. background: transparent url('images/emerald/hb.jpg') repeat fixed 0% 0%;
  9. width: 100%;
  10. text-align: left;
  11. height: 139px;
  12. border-bottom: 2px solid #2ECC71;
  13. text-shadow: 0px 1px 0px rgb(39, 33, 59);
  14. animation: bganim 7s linear infinite alternate;
  15. }
  16.  
  17. @keyframes bganim {
  18. from { background-position: 0 0; }
  19. to { background-position: 100% 0; }
  20. }
  21.  
  22. #iconbouton {
  23. padding: 10px;
  24. border-radius: 50%;
  25. margin-right: 5px;
  26. font-size: 14px;
  27. background: #2ECC71 none repeat scroll 0% 0%;
  28. color: #FFF;
  29. }
  30.  
  31. .teammember {
  32. background: #F0F0F0 none repeat scroll 0% 0%;
  33. border-bottom: 4px solid #E3E3E3;
  34. margin: 18px;
  35. display: inline-block;
  36. padding: 55px 0px;
  37. width: 24%;
  38. font-size: 17px;
  39. }
  40.  
  41. .headerlist ul li {transition: all 200ms;}
  42. .headerlist ul li:hover {background: #F9F9F9;}
  43. .headerlist ul li:hover a {text-decoration:none;}
  44. .haut a:hover {text-decoration:none;}
  45.  
  46. tr td.trow1:last-child,
  47. tr td.trow2:last-child,
  48. tr td.trow_shaded:last-child {
  49. border-right: 0;
  50. }
  51.  
  52. .tborder {}
  53. .tborder tbody tr:last-child td {border-bottom: 0;}
  54. .tborder tbody tr:last-child td:first-child {}
  55. .tborder tbody tr:last-child td:last-child {}
  56. .thead {}
  57. .thead_collapsed {}
  58. .thead_left {
  59. -moz-border-radius-topright: 0;
  60. -webkit-border-top-right-radius: 0;
  61. border-top-right-radius: 0;
  62. }
  63.  
  64. .thead_right {
  65. -moz-border-radius-topleft: 0;
  66. -webkit-border-top-left-radius: 0;
  67. border-top-left-radius: 0;
  68. }
  69. .tcat_menu {
  70. -moz-border-radius: 0 !important;
  71. -webkit-border-radius: 0 !important;
  72. border-radius: 0 !important;
  73. }
  74. .tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {}
  75.  
  76. button,
  77. input.button,
  78. input.textbox,
  79. input.invalid_field,
  80. input.valid_field,
  81. select,
  82. textarea,
  83. .editor_control_bar,
  84. blockquote,
  85. .codeblock,
  86. fieldset,
  87. .pm_alert,
  88. .red_alert,
  89. .popup_menu,
  90. .postbit_buttons > a,
  91. a.button {
  92. }
  93.  
  94. .post.classic .post_author {}
  95.  
  96. .popup_menu .popup_item_container:first-child .popup_item {}
  97. .popup_menu .popup_item_container:last-child .popup_item {}
  98. .pagination a {}
  99. .pollbar {}
  100. .logo_mobile,#nav_active {display:none;}
  101. .logo { float:left;}
  102. #nav_width {
  103. float:left;
  104. width:24%;
  105. }
  106. #content_width {
  107. float:right;
  108. width:74%;
  109. }
  110.  
  111. @media (max-width: 768px) {
  112. #threads,#views,#replies,#lastpost,.side,.useroptions {display: none;}
  113. .footer-distributed { bottom: -50px !important;}
  114. #profile_desktop, #desktop_post, #menu_desktop, #notif_desktop {display:none;}
  115. #mobile_profile, #mobile_post, #mobile_menu {display:block !important;}
  116. .post_flexible {display:block;}
  117. .headerlist {display:none;}
  118. #nav_bit_complet {display:inline-block;}
  119. .navigation, #header_block,.nav_link, .scrollToDown, .scrollToTop {display:none;}
  120. .haut {text-align: center;}
  121. .forum,.wrapper {width:100%;}
  122. .post.classic .post_author {
  123. float:none;
  124. width:100%;
  125. padding: 20px 0px;
  126. }
  127. #mobile_member {display:block;}
  128. .teammember {
  129. display:block;
  130. width:60%
  131. }
  132. #logo {left: -15px;}
  133. }
  134.  
  135. @media (max-width: 1280px) {
  136. .wrapper {width:100%;}
  137. #buytheme {max-height: 80px;}
  138. #threads,#views,#replies,#lastpost,.scrollToDown, .scrollToTop, .star_rating_container,#rating {
  139. display:none;
  140. }
  141. #menu_mobile {display:block !important;}
  142. #menu_desktop, .hide_mobile { display:none;}
  143. }
  144.  
  145.  
  146. @media (max-width: 768px) {
  147. #nav_width, #content_width {
  148. float:none;
  149. width:100% !important;
  150. margin-top:15px;
  151. }
  152. .forum_icone img {
  153. height: 40px;
  154. width: 40px;
  155. }
  156. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement