Advertisement
Darl181

v4 thing

May 15th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. @-moz-document url("http://omnomirc.www.omnimaga.org/") {
  2.  
  3. #UserListContainer,
  4. #smileyselect,
  5. #topicbox,
  6. td.curchan,
  7. .linehigh {
  8. background: #EBF1F9 !important;
  9. border: 1px solid #DDDDFF !important;
  10. }
  11.  
  12. #topicbox {
  13. border-top: none !important;
  14. }
  15.  
  16. #Channels {
  17. box-shadow: inset 0 -1px #DDDDFF !important;
  18. }
  19.  
  20. td.chan {
  21. border: 1px solid rgba(221, 221, 255, 0.4) !important;
  22. border-top-color: rgba(221, 221, 255, 0.8) !important;
  23. }
  24.  
  25. td.curchan {
  26. border-bottom-color: #EBF1F9 !important;
  27. }
  28.  
  29. td.chan:hover {
  30. background: rgba(235, 241, 249, 0.4) !important;
  31. }
  32.  
  33. .linehigh {
  34. border: none !important;
  35. }
  36.  
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement