Advertisement
Guest User

Custom color pour PS mainserver

a guest
Aug 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. .greentext
  2. {
  3. color: black!important;
  4. }
  5.  
  6. .dark span.greentext
  7. {
  8. color: #DDD!important;
  9. }
  10.  
  11. li[id$='-userlist-user-darkshinygiratina'] strong, li[id$='-userlist-user-darkshinygiratina'] span, .chat.chatmessage-darkshinygiratina span, li[id$='-userlist-user-darkshinygiratina'] em[style], .chat.chatmessage-darkshinygiratina.mine strong
  12. {
  13. color: #00fffd!important;
  14. }
  15.  
  16. li[id$='-userlist-user-alittleluis'] strong, li[id$='-userlist-user-alittleluis'] span, .chat.chatmessage-alittleuis span, li[id$='-userlist-user-alittleluis'] em[style], .chat.chatmessage-alittleluis.mine strong
  17. {
  18. color: #f24061!important;
  19. }
  20.  
  21. li[id$='-userlist-user-lightladdr'] strong, li[id$='-userlist-user-lightladdr'] span, .chat.chatmessage-lightladdr span, li[id$='-userlist-user-lightladdr'] em[style], .chat.chatmessage-lightladdr.mine strong, .username[data-name=" Light laddr"]
  22. {
  23. color: #c10125!important;
  24. }
  25.  
  26. li[id$='-userlist-user-lightns'] strong, li[id$='-userlist-user-lightns'] span, .chat.chatmessage-lightns span, li[id$='-userlist-user-lightns'] em[style], .chat.chatmessage-lightns.mine strong, .username[data-name=" Light Ns"]
  27. {
  28. color: #000!important;
  29. }
  30.  
  31. li[id$='-userlist-user-persello'] strong, li[id$='-userlist-user-persello'] span, .chat.chatmessage-persello span, li[id$='-userlist-user-persello'] em[style], .chat.chatmessage-persello.mine strong, .username[data-name=" Persello"]
  32. {
  33. color: #2dcc02!important;
  34. }
  35.  
  36. li[id$='-userlist-user-tatia'] strong, li[id$='-userlist-user-tatia'] span, .chat.chatmessage-tatia span, li[id$='-userlist-user-tatia'] em[style], .chat.chatmessage-tatia.mine strong, .username[data-name=" Tatia"]
  37. {
  38. color: #ffe5fc!important;
  39. }
  40.  
  41. li[id$='-userlist-user-cielestlefutur'] strong, li[id$='-userlist-user-cielestlefutur'] span, .chat.chatmessage-cielestlefutur span, li[id$='-userlist-user-cielestlefutur'] em[style], .chat.chatmessage-cielestlefutur.mine strong, .username[data-name=" ciel est le futur"]
  42. {
  43. color: #26fbff!important;
  44. }
  45.  
  46. li[id$='-userlist-user-persella'] strong, li[id$='-userlist-user-persella'] span, .chat.chatmessage-persella span, li[id$='-userlist-user-persella'] em[style], .chat.chatmessage-persella.mine strong, .username[data-name=" Persella"]
  47. {
  48. color: #2aac06!important;
  49. }
  50.  
  51. li[id$='-userlist-user-staxi'] strong, li[id$='-userlist-user-staxi'] span, .chat.chatmessage-staxi span, li[id$='-userlist-user-staxi'] em[style], .chat.chatmessage-staxi.mine strong, .username[data-name=" StaxI"]
  52. {
  53. color: #088A08!important;
  54. }
  55.  
  56. li[id$='-userlist-user-hiraisntok'] strong, li[id$='-userlist-user-hiraisntok'] span, .chat.chatmessage-hiraisntok span, li[id$='-userlist-user-hiraisntok'] em[style], .chat.chatmessage-hiraisntok.mine strong, .username[data-name=" Hira isnt ok"]
  57. {
  58. color: #ffcce0!important;
  59. }
  60.  
  61. li[id$='-userlist-user-noveliss'] strong, li[id$='-userlist-user-noveliss'] span, .chat.chatmessage-noveliss span, li[id$='-userlist-user-noveliss'] em[style], .chat.chatmessage-noveliss.mine strong, .username[data-name=" noveliss"]
  62. {
  63. color: #5EC6DD!important;
  64. }
  65.  
  66. li[id$='-userlist-user-ekoi'] strong, li[id$='-userlist-user-ekoi'] span, .chat.chatmessage-ekoi span, li[id$='-userlist-user-ekoi'] em[style], .chat.chatmessage-ekoi.mine strong, .username[data-name=" ekoi"]
  67. {
  68. color: #FF0000!important;
  69. }
  70.  
  71. li[id$='-userlist-user-breyn'] strong, li[id$='-userlist-user-breyn'] span, .chat.chatmessage-breyn span, li[id$='-userlist-user-breyn'] em[style], .chat.chatmessage-breyn.mine strong, .username[data-name=" Breyn"]
  72. {
  73. color: #FF0000!important;
  74. }
  75.  
  76. .dark em span.username
  77. {
  78. color: DDD!important;
  79. }
  80.  
  81. .spoiler
  82. {
  83. background: none;
  84. color: black;
  85. -webkit-filter: blur(3px);
  86. filter: blur(2px);
  87. }
  88.  
  89. .spoiler:hover
  90. {
  91. background: none;
  92. -webkit-filter: none;
  93. filter: none;
  94. }
  95.  
  96. .infobox-limited
  97. {
  98. max-height: 1000px !important;
  99. overflow: auto;
  100. overflow-x: hidden;
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement