Advertisement
LostProphet

Untitled

Dec 30th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* After making edits to this, use /sync-output to reload it in chatzilla */
  2.  
  3. @import url(output-base.css);
  4.  
  5. /* The topmost container in the ChatZilla output window. */
  6. body.chatzilla-body
  7. {
  8.     background: #181818;              
  9.     color: #fef1a9;    
  10.     font-family: Segoe UI !important;
  11.     font-size: 11pt;
  12. }
  13.  
  14. a.chatzilla-link
  15. {
  16.     color: #8080ff;
  17.     text-decoration: underline;
  18. }
  19.  
  20. .header-outer
  21. {
  22.     background-color: #181818;
  23. }
  24.  
  25. .header
  26. {
  27.     color: #fef1a9;
  28.     background-color: #282828;
  29.     border: 1px #e0e0e0 solid;
  30.     -moz-border-radius: 5px;
  31. }
  32.  
  33. #splash
  34. {
  35.     color: #DDDDDD;
  36. }
  37.  
  38. #usr-descnodes,
  39. #ch-topicnodes
  40. {
  41.     color: #e0e0e0;
  42. }
  43.  
  44. .progress-fg
  45. {
  46.     background-color: darkslategrey;
  47. }
  48.  
  49. [condition]
  50. {
  51.     font-weight: bold;
  52. }
  53.  
  54. [condition="red"]
  55. {
  56.     color: red;
  57. }
  58.  
  59. [condition="yellow"]
  60. {
  61.     color: orange;
  62. }
  63.  
  64. [condition="green"]
  65. {
  66.     color: #2ec908;
  67. }
  68.  
  69. .msg[msg-type="PRIVMSG"] .msg-data,
  70. .msg[msg-type="ACTION"] .msg-data
  71. {
  72. /*    background-color: #F0F0F0; */
  73. }
  74.  
  75. .msg[msg-type="HELLO"] .msg-data a.chatzilla-link
  76. {
  77.     color: #d7d9dd;
  78. }
  79.  
  80. .msg[msg-type="JOIN"] .msg-data a.chatzilla-link,
  81. .msg[msg-type="PART"] .msg-data a.chatzilla-link
  82. {
  83.     font-weight: bold;
  84.     color: #11c411;
  85. }
  86.  
  87. .msg[msg-type="ERROR"] .msg-data a.chatzilla-link,
  88. .msg[msg-type="DISCONNECT"] .msg-data a.chatzilla-link
  89. {
  90.     font-weight: bold;
  91.     color: white;
  92. }
  93.  
  94. .msg[msg-type="KICK"] .msg-data a.chatzilla-link
  95. {
  96.     color: #aa0d08;
  97. }
  98.  
  99. .msg[msg-type="NOTICE"] .msg-data a.chatzilla-link
  100. {
  101.     color: #d64444;
  102. }
  103.  
  104. .msg[msg-type="QUIT"] .msg-data a.chatzilla-link
  105. {
  106.     color: #c46907;
  107. }
  108.  
  109. .chatzilla-rheet
  110. {
  111.     color: #e25e00 !important;
  112. }
  113.  
  114. .chatzilla-highlight[name="Slate"]
  115. {
  116.     color: black;
  117.     background: #b8c4e0;
  118. }
  119.  
  120. .chatzilla-highlight[name="Plum"]
  121. {
  122.     color: black;
  123.     background: #ddb8d0;
  124. }
  125.  
  126. .chatzilla-highlight[name="Brown"]
  127. {
  128.     color: black;
  129.     background: #ffbf77;
  130. }
  131.  
  132. .msg-type
  133. {                                 /* .msg-type = message type       */
  134.     color: #686699;                         /* indicator                      */
  135.     font-weight: bold;
  136. }
  137.  
  138. .msg-user a.chatzilla-link,
  139. .msg-user
  140. {                                 /* msg-user = nickname portion of */
  141.     color: #c080c0 !important;               /* a message (channel and query   */
  142. }                    
  143.  
  144. .msg[mark="odd"] .msg-data {
  145. }
  146.  
  147. .msg[mark="even"] .msg-data
  148. {               /* use even/odd marks to create a */
  149.     color: #e0e0e0;                         /* subtle brightness change when  */
  150. }                                           /* the speaker changes.           */
  151.  
  152. .msg[msg-type="JOIN"] .msg-data,
  153. .msg[msg-type="PART"] .msg-data
  154. {
  155.     color: #0e9e0e;
  156.     background-color: #333333;
  157.     font-weight: bold;
  158.     -moz-border-radius: 5px 5px 5px 5px;
  159.     /*border: thin darkblue solid;*/
  160. }
  161.  
  162. .msg[msg-type="QUIT"] .msg-data
  163. {
  164.     background: #333333;
  165.     color: #ff8d02;
  166.     font-weight: bold;
  167.     -moz-border-radius: 5px 5px 5px 5px;
  168. }
  169.  
  170. .msg[msg-type="HELLO"] .msg-data
  171. {
  172.     background: #1342a5;
  173.     color: white;
  174.     -moz-border-radius: 5px 5px 5px 5px;
  175.     font-weight: bold;
  176. }
  177.  
  178. .msg[msg-type="ERROR"] .msg-data,
  179. .msg[msg-type="DISCONNECT"] .msg-data
  180. {
  181.     -moz-border-radius: 5px 5px 5px 5px;
  182.     background: #a8221e;
  183.     color: white;
  184. }
  185.  
  186. .msg[msg-type="USAGE"] .msg-data
  187. {
  188.     color: #5f5fd8;
  189. }
  190.  
  191. .msg[msg-type="ACTION"] .msg-data
  192. {
  193.     color: #5f5fd8;
  194.     font-style: italic;
  195. }
  196.  
  197. .msg[msg-type="NICK"] .msg-data
  198. {
  199.     color: #4e8387;
  200.     font-weight: bold;
  201. }
  202.  
  203. .msg[msg-type="NOTICE"] .msg-data
  204. {
  205.     color: #ae4141;
  206.     font-weight: bold;
  207. }
  208.  
  209. .msg[msg-type="MODE"] .msg-data
  210. {
  211.     color: #60ff60;
  212.     font-weight: bold;
  213. }
  214.  
  215. .msg[msg-type="KICK"] .msg-data
  216. {
  217.     color: #ff1a0a;
  218.     background: #ffdbcc;
  219.     font-weight: bold;
  220.     -moz-border-radius: 5px 5px 5px 5px;
  221. }
  222.  
  223. /* important="true" means that the message has text from your /stalk list in
  224.  * it, has your nickname in it, or was spoken by someone in your /stalk list.
  225.  */
  226. .msg[important="true"] .msg-user
  227. {
  228.     background: #8080ff;
  229.     color: black;
  230.     -moz-border-radius: 5px 0px 0px 5px;
  231. }
  232.  
  233. .msg[important="true"] .msg-data
  234. {
  235.     background: #8080ff;
  236.     color: black;
  237. }
  238.  
  239. .msg[important="true"] .msg-data a
  240. {
  241.     color: yellow;
  242. }
  243.  
  244. .msg[important="true"] .msg-user a.chatzilla-link,
  245. .msg[important="true"] .msg-user:before,
  246. .msg[important="true"] .msg-user:after
  247. {
  248.     color: black !important;
  249. }
  250.  
  251. /* :before and :after pseudoclasses form the decorations around nicknames.     */
  252. .msg-user:before,
  253. .msg-user:after
  254. {
  255.     color: #777499;
  256. }
  257.  
  258. .msg[msg-user$="ME!"] .msg-user:before,         /* the decoration around MY   */
  259. .msg[msg-user$="ME!"] .msg-user:after
  260. {         /* nick                       */
  261.     color: #843c6c;
  262. }
  263.  
  264. /* Give the userlist a black background. */
  265. #chatzilla-window #user-list treechildren
  266. {
  267.     background-color: #181818 !important;
  268. }
  269.  
  270. /* Users who've set their away status should still show up in grey, but make it a lighter grey then it'd be on a white background. */
  271. #chatzilla-window #user-list treechildren::-moz-tree-cell-text(away-true)
  272. {
  273.     color: #fef1a9 !important;
  274. }
  275.  
  276. /* All other nicknames show in white. */
  277. #chatzilla-window #user-list treechildren::-moz-tree-cell-text(away-false)
  278. {
  279.     color: #e0e0e0 !important;
  280. }
  281.  
  282. /* Rows which are selected but not focused (you clicked on a username, and then in a different pane) should be lot closer to black. */
  283. #chatzilla-window #user-list treechildren::-moz-tree-row(selected)
  284. {
  285.     background-color: #424F63 !important;
  286. }
  287.  
  288. /* While rows which are both selected and focused should be somewhat lighter to stand out more. */
  289. #chatzilla-window #user-list treechildren::-moz-tree-row(selected, focus)
  290. {
  291.     background-color: #636F82 !important;
  292. }
  293.  
  294. /* Finally the 'shadow' of the default bulbs looks too aliased against this black background. Replace with the same images photoshopped to have a darker 'shadow'. */
  295. #chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image
  296. {
  297.     list-style-image: url("chatzilla-no-dark-graphic.png") !important;
  298. }
  299. #chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image(voice-true)
  300. {
  301.     list-style-image: url("chatzilla-voice-dark-graphic.png") !important;
  302. }
  303. #chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image(halfop-true)
  304. {
  305.     list-style-image: url("chatzilla-halfop-dark-graphic.png") !important;
  306. }
  307. #chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image(op-true)
  308. {
  309.     list-style-image: url("chatzilla-op-dark-graphic.png") !important;
  310. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement