Guest User

Untitled

a guest
Jul 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. /* Die Klasse hier Komplett löschen */
  2. /* !!!!!! forum_show_left.png ebenfalls löschen !!!!!! */
  3. div.forum_show_left_gradient{
  4. float:left;
  5. position:absolute;
  6. background-image:url('../layout/forum_show_left.png');
  7. background-repeat:repeat-x;
  8. background-position:top left;
  9. bottom:0;
  10. left:0;
  11. margin:0;
  12. padding:0;
  13. width:204px;
  14. height:28px;
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21. /* Diese eine Zeile ändern! */
  22. div.forum_show_left_infos{
  23. padding:0 0 25px 13px;
  24. }
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. /* Diese eine Zeile ändern! */
  32. div.forum_show_left_car{
  33. margin:0;
  34. }
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. /* Die Klasse hier */
  43. div.forum_show_main{ ... }
  44.  
  45. /* KOMPLETT mit der hier ersetzten */
  46. div.forum_show_main_top{
  47. float:left;
  48. margin:10px 0 100px 0;
  49. padding:0 25px 0 12px;
  50. width:714px;
  51. overflow-x:auto;
  52. overflow-y:hidden;
  53. display:inline;
  54. }
  55.  
  56.  
  57.  
  58. /* NEU */
  59. div.forum_show_main_banner{float:right; padding:0 0 10px 10px;}
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. /* NEU */
  67. div.forum_show_main_signatur{
  68. float:left;
  69. position:absolute;
  70. background-color:#ededed;
  71. bottom:0;
  72. right:0;
  73. color:#7f7f7f;
  74. font-size:10px;
  75. line-height:165%;
  76. font-style:italic;
  77. margin:0;
  78. padding:12px 0 0 12px;
  79. width:739px;
  80. height:63px;
  81. display:inline;
  82. overflow:hidden;
  83. }
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90. /* Die Klasse hier KOMPLETT ersetzten */
  91. div.forum_show_main_bottom{
  92. float:left;
  93. background-image:url('../layout/forum_show_bottom.png');
  94. background-repeat:no-repeat;
  95. background-position:top left;
  96. margin:0;
  97. padding:3px 19px 0 0;
  98. width:936px;
  99. height:25px;
  100. line-height:16px;
  101. font-size:10px;
  102. }
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. /* Die Klasse hier Komplett löschen */
  110. div.forum_show_main_actions{ ... }
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. /* Die Klasse hier KOMPLETT ersetzten */
  123. span.topbox_left_sub {
  124. float:left;
  125. margin-left:13px;
  126. width:494px;
  127. }
  128.  
  129.  
  130. /* mit den 2 Klkassen */
  131. span.topbox_left_sub, span.topbox_left_show {
  132. float:left;
  133. margin-left:13px;
  134. width:494px;
  135. }
  136. span.topbox_left_show {width:185px;}
Add Comment
Please, Sign In to add comment