Advertisement
landor99

BL2_topic_pls120925

Sep 25th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. <script src="http://x360sg.uw.hu/frm/bl2/imagebadge_1.3.js">
  2. {
  3. "pipe_id" : "548acab88455a39bdad40fa61330896f",
  4. "img_params" : {maxitems:0, autoscroll:true, autoscrolldelay:5},
  5. "width" : "780px",
  6. "height" : "290px",
  7. "backgroundColor" : "transparent",
  8. "color" : "white",
  9. "headlineColor" : "green",
  10. "descriptionColor" : "yellow",
  11. "evenBackgroundColor" : "#666",
  12. "oddBackgroundColor" : "red",
  13. "headerBackgroundColor" : "orange",
  14. "border" : "transparent",
  15. "containerPadding" : "5px",
  16. "background": "url(http://x360sg.uw.hu/frm/bl2/bl2_back.png) no-repeat"
  17. }
  18. </script>
  19.  
  20. <STYLE type="text/css">
  21.  
  22. .msgtopicseparator
  23. {
  24. background-color: #ba7100;
  25. }
  26.  
  27. .msgtopic
  28. {
  29. background-color: #342f29;
  30. font-family: arial;
  31. font-size: 9pt;
  32. color: #ba7100;
  33. font-weight: bold
  34. }
  35.  
  36. .msgtopic:link
  37. {
  38. text-decoration: none;
  39. color: #ba7100;
  40. }
  41.  
  42. .msgtopic:visited
  43. {
  44. text-decoration: none;
  45. color: #ba7100;
  46. }
  47.  
  48.  
  49. .msgtopic:hover
  50. {
  51. text-decoration: underline;
  52. color: #ba7100;
  53. }
  54.  
  55. .msgheader
  56. {
  57. background-color: #342f29;
  58. font-family: arial;
  59. font-size: 9pt;
  60. color: #ba7100;
  61. }
  62.  
  63. .msgheader:link
  64. {
  65. text-decoration: none;
  66. color: #ba7100;
  67. }
  68.  
  69. .msgheader:visited
  70. {
  71. text-decoration: none;
  72. color: #ba7100;
  73. }
  74.  
  75. .msgheader:hover
  76. {
  77. text-decoration: underline;
  78. color: #ba7100;
  79. }
  80.  
  81. .msgbody
  82. {
  83. font-family: arial;
  84. font-size: 9pt;
  85. color: #ba7100;
  86. }
  87.  
  88.  
  89. .maskwindow A
  90. {
  91. text-decoration: underline;
  92. color: #ba7100;
  93. }
  94.  
  95. .maskwindow A:link
  96. {
  97. text-decoration: underline;
  98. color: #ba7100;
  99. }
  100.  
  101. .maskwindow A:visited
  102. {
  103. text-decoration: underline;
  104. color: #ba7100;
  105. }
  106.  
  107. .maskwindow A:hover
  108. {
  109. text-decoration: none;
  110. color: #ba7100;
  111. }
  112.  
  113.  
  114.  
  115. .msgbody:link
  116. {
  117. text-decoration:none;
  118. color: #ba7100;
  119. }
  120.  
  121. .msgbody:visited
  122. {
  123. text-decoration:none;
  124. color: #ba7100;
  125. }
  126.  
  127. .msgbody:hover
  128. {
  129. text-decoration:underline;
  130. color: #ba7100;
  131. }
  132.  
  133. TEXTAREA
  134. {
  135. color:#000000;font-size:14px;
  136. background-image: url("http://landor.uw.hu/sg/bl2/bl2_chat.jpg");
  137. background-repeat: no-repeat;
  138. background-position: center;
  139. }
  140.  
  141. body{
  142. background-image:url("http://landor.uw.hu/sg/bl2/back2.jpg");
  143. background-repeat:no-repeat;
  144. background-attachment: fixed;
  145. background-position: center top;
  146. background-color:#000000;
  147. }
  148. </style>
  149.  
  150.  
  151.  
  152. <script type="text/javascript">
  153. var surl = 'http://x360sg.uw.hu/frm/bl2/forumlogo.js';
  154. var s = document.createElement('script');
  155. s.setAttribute('type', 'text/javascript');
  156. s.setAttribute('src', surl + '?rnd=' + Math.floor(Math.random()*1000000));
  157. document.getElementsByTagName('head')[0].appendChild(s);
  158. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement