Advertisement
Guest User

old stylesheet

a guest
Sep 26th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.21 KB | None | 0 0
  1. a.tooltipped {
  2. color:#ffa500;
  3. }
  4.  
  5. h1 {
  6. color:#ffa500 !important;
  7. }
  8.  
  9. .b-stats_bar a.title {color: rgb(255,165,0); }
  10.  
  11. .l-page { background-color: rgba(20, 20, 20, 5); }
  12.  
  13. body { background: url(/assets/background/noisy_net.png) repeat; }
  14.  
  15. body {
  16. font-family: 'Arial';
  17. color:#e5e5e5;  
  18. /*text-align: center; */
  19. }
  20.  
  21. .b-feedback, .b-clubs one-line, .b-nothing_here { visibility: hidden; }
  22.  
  23. a, b, always-active, action, table {
  24.     color:#ffa500;
  25. }
  26.  
  27. tr, span { color:#8b4513; }
  28.  
  29. a.link { font-color:#fff; }
  30.  
  31. .bar, .bar .x_label, .x_label {
  32. border-radius: 10px;
  33. color:#fff;
  34. /*background-color:#8b4513;*/
  35. }
  36.  
  37. .headline, .midheadline, .subheadline {
  38. border-radius: 10px;
  39. color:#ffa500;
  40. background-color:#4d4d4d;
  41. }
  42.  
  43. .midheadline, .subheadline {border-left: none;}
  44.  
  45. .b-catalog_entry .cover .image-decor .image-cutter {
  46. border-radius: 10px;
  47. color:#ffa500;
  48. }
  49.  
  50. .p-profiles .profile-head .avatar img {
  51. border-radius: 100%; /* Чтобы аватарка была круглой */
  52. }
  53.  
  54. .b-stats_bar.anime .bar .first, .b-stats_bar.manga .bar .first {color:#999999; background: rgb(139,69,19);}
  55.  
  56. .b-stats_bar.anime .bar .second, .b-stats_bar.manga .bar .second {color:#999999; background: rgb(117,58,16);}
  57.  
  58. .b-stats_bar.anime .bar .third {color:#999999; background-color: rgb(95,47,13);}
  59.  
  60. .b-stats_bar .stat_names .stat_name .size:before {color:    
  61. rgb(115,115,115); content: "(";}
  62.  
  63. .b-stats_bar .stat_names .stat_name .size:after {color: rgb(115,115,115); content: ")";}
  64.  
  65. .b-stats_bar .stat_names .stat_name:after {
  66. color: rgb(115,115,115);
  67. content: "/";
  68. display: inline-block;
  69. font-weight: normal;
  70. padding: 0 7px;
  71. }
  72.  
  73. div.subheadline {
  74. color:#ffa500;
  75. }
  76.  
  77. a {color: rgb(115,115,115);}
  78.  
  79. .p-profiles .profile-head .c-brief header h1 { color: red !important; }
  80.  
  81. .p-profiles .profile-head .c-info .c-lists-info .b-stats_bar .compatibility a { color: #ffa500;}
  82.  
  83. /* Цвет ссылок */
  84. a {
  85. color: #ffa500 !important;
  86. }
  87. .l-top_menu a {
  88. color: #eee !important;
  89. }
  90. .tag,
  91. .b-tag {
  92. color: #176093 !important;
  93. }
  94.  
  95. /* Цвет ссылок при наведении */
  96. a:hover {
  97. color: rgb(115,115,115) !important;
  98. }
  99. .l-top_menu a:hover,
  100. .tag:hover,
  101. .b-tag:hover {
  102. color: #fff !important;
  103. }
  104.  
  105. .b-stats_bar.lifetime .bar .first {
  106. background: #8b4513;
  107. }
  108. .b-stats_bar .bar .third {
  109. background: color:#999999;
  110. }
  111. /*.b-link {
  112. text-decoration: underline;
  113. }*/
  114. .bubbled-processed {
  115. text-decoration: initial;
  116. }
  117.  
  118. .bar.simple .bar.s3 { background: #7F7F7F;}
  119. .bar.simple .bar:hover.s3 { background: #919191;}
  120. .bar.simple .bar.s2 { background: #565656;}
  121. .bar.simple .bar:hover.s2 { background: #7F7F7F;}
  122. .bar.simple .bar.s1 { background: #444444;}
  123. .bar.simple .bar:hover.s1 { background: #565656;}
  124. .bar.simple .bar.s0 { background: #363636;}
  125. .bar.simple .bar:hover.s0 { background: #444444;}
  126.  
  127. .editor, .editor hidden, .editor textarea, .editor text required b-comment editor-area {
  128. background-color:#444444;
  129. color:#444444;
  130. }
  131.  
  132. summary list lines {
  133. color:#444444 !important;
  134. }
  135.  
  136. .value {
  137. color:#8b4513 !important;
  138. }
  139.  
  140. .l-page .b-anime_status_tag:before {
  141.   vertical-align: text-bottom;
  142.   padding: 0 .25rem;
  143.   border: 0;
  144.   font-size: .625rem;
  145.   line-height: 1rem;
  146.   text-transform: uppercase;
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement