Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. .bbCodeQuote .attribution {
  2. background-repeat: repeat-x;
  3. background-position: top;
  4. border-bottom-width: 0px;
  5. border-bottom-style: solid;
  6. }
  7. .bbCodeBlock .type {
  8. border-top-left-radius: 3px;
  9. border-top-right-radius: 3px;
  10. }
  11.  
  12. .message-newIndicator {
  13. font-size: 90%;
  14. color: #000;
  15. background: #658aca;
  16. }
  17. a {
  18. color: #b4cfff;
  19. }
  20. .p-breadcrumbs a {
  21. color: #b4cfff;
  22. }
  23. .tagCloud a {
  24. color: #b4cfff
  25. }
  26. .pageNav-page>a {
  27. color: #b4cfff;
  28. }
  29. .pageNav-jump {
  30. color: #b4cfff;
  31. }
  32. html[data-logged-in="true"] .structItem-cell .unreadLink {
  33. background: #b4cfff;
  34. height: 8px;
  35. width: 8px;
  36. border-radius: 50%
  37. }
  38. .p-body-inner {
  39. display: flex;
  40. flex-direction: column;
  41. width: 90%;
  42. max-width: 90%;
  43. }
  44. .block--messages .message-cell--threadmark-header .threadmarkLabel--unread {
  45. color: #191f2d;
  46. background: #b4cfff;
  47. }
  48. .XenBase .block--messages .message .message-content a {
  49. color: #8fddfb;
  50. }
  51. .message-footer .message-actionBar .actionBar-set--external a {
  52. color: #77d2f4;
  53. }
  54. .XenBase :not(.block-header) .button.button--link, .XenBase :not(.block-header) a.button.button--link {
  55. background-color: #415b87;
  56. }
  57. .structItem-status--watched::before {
  58. color: #98d9ff;
  59. }
  60. .block-tabHeader .tabs-tab.is-active {
  61. border-color: #91c6ff;
  62. }
  63. .menu-tabHeader .tabs-tab.is-active {
  64. color: #79d5ff;
  65. }
  66. .block--messages .message-cell--threadmark-header .threadmark-control:hover, .block--messages .message-cell--threadmark-footer .threadmark-control:hover {
  67. background: #b4cffe;
  68. color: #fff;
  69. }
  70. .sv-rating-type-icon.is-active, .sv-rating-type-icon:hover {
  71. transform: scale(1);
  72. }
  73. .actionBar-action.actionBar-action--sv-rate.actionBar-action--sv-rate .sv-rating-type__icon {
  74. margin-top: -2px;
  75. margin-right: 4px;
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement