Advertisement
Guest User

smogon dark purple (FireFox)

a guest
Mar 25th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.16 KB | None | 0 0
  1. @-moz-document url-prefix("http://www.smogon.com/forums/") {
  2. div.mainProfileColumn {
  3.     background-color: #fcfcfc!important;
  4. }
  5.  
  6.  
  7. div.pageContent {
  8.     background-color: #eae3ff!important;
  9. }
  10.  
  11. li.message.staff {
  12.     background-color: #eae3ff!important;
  13.     border-color: #9f6bff;
  14. }
  15.  
  16. blockquote.messageText.ugc.baseHtml {
  17.     background-color: #eae3ff!important;
  18. }
  19.  
  20. div.messageInfo.primaryContent {
  21.     background-color: #eae3ff!important;
  22. }
  23.  
  24. div.messageMeta.ToggleTriggerAnchor {
  25.     background-color: #eae3ff!important;
  26. }
  27.  
  28. div.likesSummary.secondaryContent {
  29.     background-color: #ddc7ff!important;
  30. }
  31.  
  32. div.avatarHolder {
  33.     background-color: #ddc7ff!important;
  34.     border-style: none!important;
  35. }
  36.  
  37. h3.userText {
  38.     background-color: #ddc7ff;
  39. }
  40.  
  41. span.arrow span {
  42.     display: none!important;
  43. }
  44.  
  45. span.arrow {
  46.     display: none!important;
  47. }
  48.  
  49. div.extraUserInfo {
  50.     background-color: #e8d6ff!important;
  51. }
  52.  
  53. div.messageUserBlock {
  54.     border-style: none!important;
  55. }
  56.  
  57. li.message {
  58.     border-color: #b72fed!important;
  59. }
  60.  
  61. #logo {
  62.     background-color: #6363b0!important;
  63. }
  64.  
  65. a.concealed {
  66.     color: #666666!important;
  67. }
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement