infernotorrent

Untitled

Apr 7th, 2010
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1.  
  2. /*////////////////////////////////////////////////////////*/
  3. /*// CHAT CONTENT WINDOW STYLES //////////////////////////*/
  4. /*////////////////////////////////////////////////////////*/
  5.  
  6. /*// Actual chat box //*/
  7. #deviantART .damncrc-chat
  8. {
  9. background: #FFFFFF !important;
  10. color: #002666 !important;
  11. padding: 10px !important;
  12. }
  13. /*// Border around chat box //*/
  14. #deviantART .damncrc-chat-window
  15. {
  16. border: 10px solid #1A3035 !important;
  17. }
  18. /*// Messages sent BY you //*/
  19. #deviantART .damncrc-chat .self-hl{ background: transparent !important; }
  20. /*// Messages send TO you //*/
  21. #deviantART .damncrc-chat .other-hl{ background-color: #D7ECF7!important; }
  22.  
  23. /*// Gets rid of weird grey background thingy behind names //*/
  24. #deviantART .damncrc-chat .self-hl span{ background: transparent !important; }
  25. #deviantART .damncrc-chat .other-hl span{ background: transparent !important; }
  26.  
  27. /*// Style for join and part channel messages //*/
  28. #deviantART .damncrc-chat .join,
  29. #deviantART .damncrc-chat .part
  30. {
  31. color: #CCCCCC !important;
  32. }
  33. /*// Style for links within chat messages //*/
  34. #deviantART .damncrc-chat a{ color: #0066FF !important; }
  35. #deviantART .damncrc-chat a:hover{ color: #002666 !important; }
  36.  
  37.  
  38. /*////////////////////////////////////////////////////////*/
  39. /*// WHOIS WITHIN CHAT CONTENT AREA //////////////////////*/
  40. /*////////////////////////////////////////////////////////*/
  41.  
  42. /*// Padding around the /whois box //*/
  43. #deviantART .damncrc-chat .userinfo-inner
  44. {
  45. padding: 20px !important;
  46. }
  47. /*// Border around the /whois box //*/
  48. #deviantART .damncrc-chat .userinfo-inner .alt0
  49. {
  50. border-color: #666666 !important;
  51. border: 1px dotted #666666 !important;
  52. }
  53. /*// Style for the collumn on the left of /whois //*/
  54. #deviantART .damncrc-chat .userinfo-inner .avatar,
  55. #deviantART .damncrc-chat .userinfo-inner .bodyarea
  56. {
  57. background: none !important;
  58. background-color: #E4EDEF !important;
  59. border: 0px !important; /* Required */
  60. }
  61. /*// Style for the right userinfo area of /whois //*/
  62. #deviantART .damncrc-chat .userinfo-inner div.read
  63. {
  64. color: #002666 !important;
  65. background-color: #F3F7F8 !important;
  66. margin-left: 60px !important; /* Required */
  67. border-left: 1px dotted #666666 !important;
  68. }
  69. /*// Links in the userinfo //*/
  70. #deviantART .damncrc-chat .userinfo-inner div.read a{ color: #3366CC !important; }
  71. #deviantART .damncrc-chat .userinfo-inner div.read a:hover{ color: #002666 !important; }
  72.  
  73.  
  74. /*////////////////////////////////////////////////////////*/
  75. /*// TITLE, TOPIC AND TAB STYLES /////////////////////////*/
  76. /*////////////////////////////////////////////////////////*/
  77.  
  78. /*// Chatroom title bar //*/
  79. #deviantART .damncr-title
  80. {
  81. padding: 10px 10px 5px 10px !important;
  82. background-color: #3366CC !important;
  83. color: #FFFFFF !important;
  84. border-bottom: 3px solid #003399 !important;
  85. }
  86. /*// Links within the title bar //*/
  87. #deviantART .damncr-title a{ color: #A6EDFF !important; }
  88. #deviantART .damncr-title a:hover{ color: #FFFFFF !important; }
  89.  
  90. /*// Code to hide the _You need to install ... to see this channel's theme_ message, //*/
  91. /*// which I placed inside <sub> ... </sub> tags in the chatroom title. //*/
  92. #deviantART .damncr-title sub{ display: none !important; }
  93.  
  94. /*// Chatroom topic bar //*/
  95. #deviantART .damncrc-topic
  96. {
  97. padding: 3px !important;
  98. padding-top: 10px !important;
  99. background-color: #26474F !important;
  100. color: #CCCCCC !important;
  101. border: 0px !important;
  102. }
  103. /*// Links within the topic bar //*/
  104. #deviantART .damncrc-topic a{ color: #FFFFFF !important; }
  105. #deviantART .damncrc-topic a:hover{ color: #CCCCCC !important; }
  106.  
  107. /*// Background for row the tabs are in //*/
  108. #deviantART .damn-lo-row-top
  109. {
  110. background-color: #4883D7 !important;
  111. background-image: url(http://www.neontoast.com/damnstyler/header-image.jpg) !important;
  112. background-position: right top !important;
  113. background-repeat: no-repeat !important;
  114. }
  115. /*// To resize the tab bar: //*/
  116. /* Set the desired height in .damnc-tabbar-outer */
  117. #deviantART .damnc-tabbar-outer
  118. {
  119. height: 80px !important;
  120. border: 0px;
  121. }
  122. /* Add a margin-top of (HEIGHT - 31px) to .damnc-tabbar */
  123. /* You take away 31px becasue that is the height of the box containing the tabs */
  124. #deviantART .damnc-tabbar
  125. {
  126. margin-top: 49px !important;
  127. }
  128.  
  129. /*// Tab for your chatroom //*/
  130. #deviantART .tabbar strong
  131. {
  132. color: #FFFFFF !important;
  133. background: #3366CC !important;
  134. border: 0px;
  135. /* float: right; // Add this is to align your tab on the right-hand side. */
  136. }
  137. /*// All other tabs //*/
  138. #deviantART .tabbar a
  139. {
  140. /* NOTE: Careful, if you change the colour of other tabs they won't blink white */
  141. /* or maroon when the users gets a message in another channel */
  142. border: 1px solid #3366CC !important;
  143. background-color: #4883D7 !important;
  144. /* float: right; // Add this is to align all other tabs on the right-hand side. */
  145. }
  146. #deviantART .tabbar a:hover
  147. {
  148. background-color: #3366CC !important;
  149. color: #FFFFFF !important;
  150. }
  151.  
  152.  
  153. /*////////////////////////////////////////////////////////*/
  154. /*// REST OF THE LAYOUT, INCLUDING MEMBER LIST ///////////*/
  155. /*////////////////////////////////////////////////////////*/
  156.  
  157. /*// Rest of the layout //*/
  158. #deviantART .alt0
  159. {
  160. background: #26474F !important;
  161. color: #FFFFFF !important;
  162. }
  163. /*// Member list //*/
  164. #deviantART .damncr-members
  165. {
  166. background-image: url(http://www.neontoast.com/damnstyler/members-bg.gif) !important;
  167. background-position: right !important;
  168. background-repeat: repeat-y !important;
  169. }
  170. /*// Each privclass list in memberlist //*/
  171. #deviantART .damncr-members dl{
  172. padding: 10px 5px 0px 5px !important;
  173. }
  174. /*// Member list - Userinfo Border //*/
  175. #deviantART .damncr-infoctr{ border-color: #26474F !important; }
  176. /*// Member list - Userinfo links //*/
  177. #deviantART .damncr-infoctr a{ color: #CCCCCC !important; }
  178. #deviantART .damncr-infoctr a:hover{ color: #FFFFFF !important; }
  179. /*// Background colour behind avatars in /whois and userinfos //*/
  180. #deviantART .aside-left,
  181. #deviantART .damncr .userinfo .avatar
  182. {
  183. background-color: #26474F !important;
  184. border-color: #1A3035 !important;
  185. }
  186. /*// Bar below the chat content window //*/
  187. #deviantART .damncrc-iconbar
  188. {
  189. padding: 5px;
  190. }
  191. /*// "Send" button for chat input //*/
  192. #deviantART input.button
  193. {
  194. -moz-border-radius: 0 !important; /* Use this code to get rid of the ugly "rounded corners" */
  195. background-color: #1A3035 !important;
  196. border: 0px !important;
  197. color: #FFFFFF !important;
  198. font-weight: bold !important;
  199. font-size: 10px !important;
  200. text-transform: uppercase !important;
  201. padding: 3px !important;
  202. margin: 0px !important;
  203. }
  204. #deviantART input.button:hover
  205. {
  206. color: #CCCCCC !important;
  207. }
  208. /*// Error message that appears below the chat content window //*/
  209. #deviantART .damncrc-error
  210. {
  211. background-color: #26474F !important;
  212. color: #FFFFFF !important;
  213. }
Add Comment
Please, Sign In to add comment