Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. .attachment-author {
  2. font-style: italic !important;
  3. color: #1976e8 !important;
  4. font-size: 13px !important;
  5. }
  6. .attachment-flex-column-grow {
  7. font-style: italic !important;
  8. color: #00000085 !important;
  9. font-size: 13px !important;
  10. }
  11. .attachment-block {
  12. background-color: #00000006 !important;
  13. border: 1px #00000047 solid !important;
  14. padding: 4px !important;
  15. border-radius: 5px;
  16. }
  17. .attachment-title {
  18. font-size: 13px !important;
  19. }
  20.  
  21. .message-alias {
  22. color: #1976e8;
  23. font-size: 13px !important;
  24. }
  25. .time {
  26. font-size: 12px !important;
  27. }
  28.  
  29. .mention-link {
  30. color: #1976e8 !important;
  31. font-size: 13px !important;
  32. background-color: white !important;
  33. text-decoration: underline;
  34. }
  35. .mention-link:before {
  36. content: "To: ";
  37. color: green;
  38. }
  39. .mention-link-all:before {
  40. content: none;
  41. }
  42. .message .mention-link.mention-link-me {
  43. color: #ec967a !important;
  44. background: white !important;
  45. text-decoration: underline;
  46. }
  47.  
  48. ul li:contain(.mention-link.mention-link-me) {
  49. background-color: #d1e3ff !important;
  50. }
  51.  
  52. .attachment-description {
  53. font-style: italic !important;
  54. font-size: 13px !important;
  55. }
  56. .attachment-block-border {
  57. width: 0px !important;
  58. }
  59. .user {
  60. background-color: #d1e3ff !important;
  61. color: #000000bd !important;
  62. padding: 0 5px 0 5px !important;
  63. border-radius: 5px !important;
  64. }
  65. .avatar {
  66. border-radius: 50%;
  67. }
  68. .attachment-author img {
  69. border-radius: 50%;
  70. }
  71. .color-primary-font-color {
  72. color: #000000d4;
  73. }
  74. .hljs-symbol, .hljs-number, .rc-old .code-colors, .hljs-built_in, .hljs-string, .hljs-keyword, .hljs-attribute, .hljs-meta {
  75. font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Helvetica Neue','Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Meiryo UI',Arial,sans-serif;
  76. color: #f74f07;
  77. font-weight: 500;
  78. font-style: italic !important;
  79. }
  80. a:hover {
  81. text-decoration: underline;
  82. }
  83. .sidebar-item__name a:hover {
  84. text-decoration: none !important;
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement