Advertisement
Guest User

smogon dark purple v2

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