Guest User

Asobu

a guest
Jul 1st, 2019
9,931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 17.63 KB | None | 0 0
  1. /* AUTO=sticky_menu */ .l-top_menu-v2 { position: sticky; top: 0; } .l-top_menu-v2 .active .submenu { max-height: calc(100vh - 46px); overflow: auto; }
  2. /*Изменение цвета выделения*/
  3. ::selection{
  4.  color: #fff;
  5.  background: #ff6d70;
  6. }
  7.  
  8. /*Изменение фоновой картинки.*/
  9. body {
  10.  background: fixed url(https://pp.userapi.com/c846522/v846522116/10b185/lQ9e7gdtzWc.jpg) no-repeat #000 !important;
  11.   background-size: cover !important;
  12. }
  13.  
  14. /*Инверсия цвета для некоторых элементов.*/
  15. .b-rate .stars-container,
  16. .l-top_menu-v2 .global-search input,
  17. .b-height_shortener .shade,
  18. .b-collection_search .field,
  19. .CodeMirror-vscrollbar,
  20. .b-main_search .input,
  21. .l-page .menu-toggler .toggler,
  22. .b-input select,
  23. .b-input input[type=number],
  24. .b-input textarea[type=number],
  25. .b-input input[type=text],
  26. .b-input input[type=file]{
  27.  filter: invert(100%);  
  28. }
  29.  
  30. .b-input input[disabled]{
  31.   color: #fff;
  32.   background: #333;
  33.   border-color: #333;
  34. }
  35.  
  36. .ac_results.menu-suggest .ac_even, .ac_results.menu-suggest .ac_odd,
  37. .b-table tr, .b-table td,
  38. .p-user_rates-index .list-groups .summary.posters.list,
  39. .p-user_rates-index .list-groups .summary.posters.library{
  40.  background: #000;
  41.  border: none;
  42.  color: #fff;
  43. }
  44.  
  45. .ac_results.menu-suggest .ac_even:hover, .ac_results.menu-suggest .ac_odd:hover{
  46.  background: #ff6d70;
  47. }
  48.  
  49. /*Обесцвечивание логотипа Bluray возле выбора видео в плеере.*/
  50. .b-video_variant .video-quality.bd{
  51.   filter: grayscale(100%);
  52. }
  53.  
  54. /*Перекрашивание ссылок из синего в кирпичный.
  55. Наверное, это можно было сделать компактнее.*/
  56. a,
  57. .b-stats_bar a.title,
  58. .p-profiles .profile-head .c-info .c-lists-info .b-stats_bar .compatibility a, .p-profiles .profile-head .c-info .c-lists-info .b-stats_bar .compatibility span.link-replacement,
  59. .headline>a, .midheadline>a, .subheadline>a,
  60. .b-shiki_editor footer .about-bb_codes,
  61. .l-footer .links a,
  62. .b-options-floated a, .b-options-floated .link,
  63. .b-form .cancel,
  64. .b-link,
  65. header.head h1 a.back, header.head h2 a.back,
  66. .b-stats_bar .stat_names .stat_name a,
  67. .p-profiles .profile-head .c-mobile-actions a, .p-profiles .profile-head .c-mobile-actions span,
  68. .b-catalog_entry .cover .title,
  69. .p-dashboards-show .c-content .options .option,
  70. .b-forums .forum .link-with-input .link,
  71. .b-topic>.inner header .name-date a.name,
  72. .p-dashboards .user_list .list-type>.title .switch, .p-dashboards .user_list .history>.title .switch,
  73. .p-dashboards .user_list .list-type>.title .link, .p-dashboards .user_list .history>.title .link,
  74. .b-entry-info .line a,
  75. .b-catalog_entry-tooltip .inner .line .value .tag,
  76. .b-db_entry>.c-about .additional-links .line-container>.link, .b-db_entry>.c-about .additional-links .line-container>a,
  77. .b-height_shortener .expand,
  78. .b-catalog_entry-tooltip .inner a.name,
  79. .b-db_entry-note .name-container .name,
  80. .b-spoiler label,
  81. .b-mention, .b-mention s,
  82. .b-comment>.inner header .name-date a.name,
  83. .b-user.named_avatar .name,
  84. .b-animes-menu .menu-topics-block .entry .name,
  85. .b-lang_trigger span,
  86. .b-user16,
  87. .p-user_rates-index .stat-categories .category,
  88. .b-options-floated .action,
  89. .b-options-floated.mobile-desktop a,
  90. header.head a.misc, header.head a.edit,
  91. .p-topics header h1 a.reload,
  92. .p-animes_collection-index .pagination .link, .p-mangas_collection-index .pagination .link, .p-recommendations-index .pagination .link, .p-userlist_comparer-show .pagination .link,
  93. .b-video_variant.active a,
  94. .p-anime_videos-index .c-videos .video-variant-switcher,
  95. .b-video_variant a,
  96. .b-video_variant .video-author,
  97. .subheadline .misc-links>a,
  98. .b-dialog>.inner header .name-date a.name,
  99. .b-message>.inner header .name-date a.name,
  100. .b-user.detailed .history .line a .event,
  101. .p-profiles-edit .account .change-password a,
  102. .p-profiles-edit .misc .profile-action a:not(.b-button), .p-profiles-edit .misc .profile-action .link, .p-profiles-edit .misc .nickname-changes a:not(.b-button), .p-profiles-edit .misc .nickname-changes .link, .p-profiles-edit .list .profile-action a:not(.b-button), .p-profiles-edit .list .profile-action .link, .p-profiles-edit .list .nickname-changes a:not(.b-button), .p-profiles-edit .list .nickname-changes .link,
  103. .b-js-link,
  104. .p-contests-index .contest a,
  105. .p-contests .results a,
  106. .p-contests .match-day .match-link a,
  107. .p-contests .rating .member a,
  108. .b-contest_match .vs .actions .action span,
  109. .b-club .name,
  110. .c-actions .new_comment:after,
  111. .c-actions .new_review:after,
  112. .c-actions .fav-add:after,
  113. .c-actions .edit:after,
  114. .b-options-floated.mobile-phone a,
  115. .b-tag,
  116. .b-topic .footer-vote .vote-group .vote,
  117. .p-profiles .profile-head .c-info .c-additionals div a,
  118. .c-actions .fav-remove:after,
  119. .p-user_history-index .history-page .history-interval p a,
  120. .b-options-floated.mobile-phone_portrait a,
  121. .p-userlist_comparer .comparer table .name a,
  122. .b-shiki_editor footer .unpreview:not(.link), .b-shiki_editor footer .cancel, .b-shiki_editor footer .hide,
  123. .p-profiles-show .about a,
  124. .b-comments .comments-collapser,
  125. .club-actions .upload:after,
  126. .club-actions .invite:after,
  127. .club-actions .leave:after,
  128. .b-bb_codes-examples .result a,
  129. .b-edit_styles .edit_style .style_css .editor-expand.active,
  130. .b-edit_styles .edit_style .style_css .editor-collapse.active,
  131. .p-profiles .profile-head .c-brief header .notice a,
  132. .b-comment.aside-expanded>.inner aside.buttons .main-controls .item-reply,
  133. .b-comment.aside-expanded>.inner aside.buttons .main-controls .item-delete,
  134. .b-comment.aside-expanded>.inner aside.buttons .main-controls .item-cancel,
  135. .b-comment.aside-expanded>.inner aside.buttons .main-controls .item-edit,
  136. .b-comment.aside-expanded>.inner aside.buttons .main-controls .item-moderation,
  137. .b-topic.aside-expanded>.inner aside.buttons .main-controls .item-ignore,
  138. .b-topic.aside-expanded>.inner aside.buttons .main-controls .item-reply,
  139. .b-topic.aside-expanded>.inner aside.buttons .main-controls .item-cancel{
  140.  color: #ff6d70;
  141.  font-weight: bold;
  142.  border: none;
  143. }
  144.  
  145. .l-top_menu .menu-items .entry a, .l-top_menu .submenu>.entry, .b-main_search ul.popup,
  146. .b-main_search .popup li.active,
  147. .b-main_search .popup li:hover,
  148. .b-main_search .input input,
  149. .b-main_search ul.popup li,
  150. .ac_results,
  151. div.b-db_entry-variant-list_item{
  152.  border: none;
  153. }
  154.  
  155. .p-user_rates-index .list-lines tr td .new-value .item-add{
  156.  position: relative;
  157. }
  158.  
  159. .p-user_rates-index .list-lines tr .name a{
  160.   color: #ff6d70;
  161.   font-weight: bold;
  162. }
  163.  
  164. .p-user_rates-index .list-lines tr .name a:hover{
  165.   color: #fff;
  166. }
  167.  
  168. /*Удаление обводки у некоторых элементов*/
  169. .p-dashboards-show .cc-news .c-generated_news .b-topic,
  170. .b-topic,
  171. .b-db_entry-note,
  172. .p-topics .l-menu .sticky-topics .topic,
  173. .p-topics .l-menu .clubs .entry,
  174. .p-topics .l-menu .reviews .entry,
  175. .l-top_menu .entry,
  176. .p-profiles .profile-head .c-history .entry{
  177.  border: none;
  178. }
  179.  
  180. .p-user_rates-index .list-groups .summary.lines.library{
  181.  border-color: #333;
  182. }
  183.  
  184. /*Изменение пиктограмм списка*/
  185. .b-list li{
  186.  color: #ff6d70;
  187.  list-style-image: none;
  188.  list-style: disc;
  189. }
  190.  
  191. /*Изменение стиля цитат*/
  192. .b-quote {
  193.    background: #000!important;
  194.    color: #fff!important;
  195.    border: 1px dashed;
  196. }
  197.  
  198. /*Изменение цвета блока "Наверх" слева*/
  199. .b-to-top .slide:before{
  200.  background: #000;
  201. }
  202.  
  203. /*Изменение цвета блока с выбором действий у аниме и манги, типа просмотрено, прочитанно, отложенно и т.д.*/
  204. .b-link_button.dark,
  205. .b-link_button,
  206. .b-add_to_list.watching .trigger, .b-add_to_list.watching .option,
  207. .b-db_entry-note .name-container .b-user_rate .b-add_to_list .trigger, .b-db_entry-note .name-container .b-user_rate .b-add_to_list .option,
  208. .b-add_to_list.planned .trigger, .b-add_to_list.planned .option,
  209. .b-comments-notifier, .b-add_to_list.completed .trigger, .b-add_to_list.completed .option,
  210. .b-add_to_list.rewatching .trigger, .b-add_to_list.rewatching .option,
  211. .b-add_to_list.on_hold .trigger, .b-add_to_list.on_hold .option,
  212. .b-add_to_list.dropped .trigger, .b-add_to_list.dropped .option{
  213.  color: #fff;
  214.  background: #ff6d70;
  215.  border: none;
  216. }
  217.  
  218.  
  219. .b-add_to_list .plus,
  220. .b-add_to_list.completed .edit,
  221. .b-add_to_list.dropped .edit,
  222. .b-add_to_list.on_hold .edit,
  223. .b-add_to_list .expanded-options .remove-trigger .text{
  224.  color: #fff;
  225. }
  226.  
  227. .b-link_button.dark:hover,
  228. .b-link_button:hover,
  229. .p-user_rates-index .list-lines tr.editable:hover,
  230. .b-comments-notifier:hover{
  231.  background: #cb4154;
  232.  border: none;
  233. }
  234.  
  235. .p-user_rates-index .list-lines tr.editable:hover,
  236.  
  237. /*Изменение цвета кнопок*/
  238. .b-form input[type=submit],
  239. .b-button{
  240.  background: #ff6d70;
  241.  border-radius: 3px;
  242.  transition: background-color .1s linear;
  243.  transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  244. }
  245.  
  246. /*Изменение цвета кнопок при наведении*/
  247. .b-form input[type=submit]:hover,
  248. .b-button:hover{
  249.  background: #cb4154;
  250. }
  251.  
  252. .tooltip-inner .close,
  253. .b-comments .comments-loader, .b-comments .comments-hider, .b-comments .comments-expander,
  254. .p-animes-show .other-names.click-loader, .p-mangas-show .other-names.click-loader, .p-ranobe-show .other-names.click-loader,
  255. .p-user_rates-index .list-lines tr.edit-form form,
  256. .b-shiki_editor.previewed .body .preview,
  257. .b-hot_topics-v2{
  258.  color: #fff;
  259.  background: #000;
  260.  border: none;
  261. }
  262.  
  263. .b-entry-info .line .b-tag{
  264.  color: #ff6d70;
  265.  font-weight: bold;
  266.  border: none;
  267. }
  268.  
  269. .b-anime_status_tag.news:before,
  270. .b-comments .comments-loader:hover,
  271. .b-comments .comments-expander:hover{
  272.  color: #fff;
  273.  background: #ff6d70;
  274.  border: none;
  275. }
  276.  
  277. .b-hot_topics,
  278. .p-dashboards-show .cc-second .cc-inner .c-my_list,
  279. .tooltip-inner,
  280. .b-postloader.collapsed,
  281. .b-topic .footer-vote{
  282.  border: none;
  283.  background: #000;
  284.  color: #fff;
  285. }
  286.  
  287. .p-dashboards-show .cc-news .c-news_topics .b-topic,
  288. .b-comment,
  289. .l-top_menu .submenu,
  290. .p-dashboard .l-content .b-catalog_entry,
  291. .p-dashboard .l-menu .ongoing{
  292.  border: none;
  293. }
  294.  
  295. .cm-s-solarized.cm-s-light .CodeMirror-linenumber,
  296. .b-shiki_editor .body .editor textarea {
  297.  background: #000;
  298.  border: 0px;
  299. }
  300.  
  301. /*Изменение цвета некоторых надписей и кнопок на серый*/
  302. .p-profiles .profile-head .c-brief header .notice,
  303. .p-profiles-show .profile-content .activity .title,
  304. .bar.vertical .line .x_label,
  305. .b-hot_topics .topic.subject,
  306. .b-catalog_entry .cover .misc span,
  307. .b-entry-info .line .value,
  308. .b-rate .score-notice,
  309. .p-user_rates-index .list-groups .summary .stat-value,
  310. .p-user_rates-index .list-groups .summary.lines,
  311. .p-user_rates-index .l-content .order-control,
  312. header.head .notice,
  313. .b-video_player .cc-player_controls .episode-num .video-link a,
  314. .p-anime_videos-index .same-videos .title,
  315. .p-anime_videos-index .c-anime_video_episodes .title, .p-anime_videos-index .c-videos .title,
  316. .b-video_variant .episode-num, .b-video_variant .video-id,
  317. .b-video_variant .episode-hostings, .b-video_variant .video-hosting, .b-video_variant .video-language,
  318. .b-user.detailed .history .line .event,
  319. .p-contests .match-day .match-link .c-column.loser a, .p-contests .match-day .match-link .c-column.created a,
  320. .b-animes-menu .total-rates,
  321. .c-actions .new_comment,
  322. .c-actions .new_review,
  323. .c-actions .fav-add,
  324. .c-actions .edit,
  325. .c-actions .fav-remove,
  326. .p-user_rates-index .list-lines tr td .rewatches{
  327.  color: #9da2a8;
  328. }
  329.  
  330. .p-profiles .profile-head .c-info .c-additionals b,
  331. header.head h1 a.back:before, header.head h2 a.back:before,
  332. .b-comment .inner .name-date a.name .normal,
  333. .b-hot_topics-v2 .subject{
  334.  color: #7b8084;
  335. }
  336.  
  337. .b-edit_styles .edit_style .style_css .editor-expand.active:hover,
  338. .b-edit_styles .edit_style .style_css .editor-collapse.active:hover,
  339. .p-user_rates-index .list-lines .selectable:hover{
  340.  filter: brightness(0.6);
  341. }
  342.  
  343. .p-user_rates-index .list-lines tr.edit-form .b-input.text textarea,
  344. .b-bb_codes-examples .example .textarea{
  345.  border: 1px solid #333;
  346.  color: #fff;
  347.  background: #000;
  348. }
  349.  
  350. .p-user_rates-index .list-lines tr td .new-value input{
  351.  background: #333;
  352.  border: none;
  353. }
  354.  
  355. body[data-locale=ru] .b-offtopic_marker.off:before{
  356.  border: 0px;
  357. }
  358.  
  359. /*Изменение цвета пропусков в нумерации строк кода и ползунка справа от редактора кода.*/
  360. .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer,
  361. .b-edit_styles .page_background_color .range-slider .noUi-handle,
  362. .l-top_menu-v2 .menu-dropdown > span{
  363.  background: #000;
  364. }
  365.  
  366. /*Удаление белой рамки вокруг редактора кода*/
  367. .b-edit_styles .edit_style .style_css .CodeMirror, .b-edit_styles .new_style .style_css .CodeMirror {
  368.  background: #000;
  369.  border: 0px;
  370. }
  371.  
  372. /*Удаление тени текста в редакторе кода. С ней текст был расплывчатый.*/
  373. .cm-s-solarized.cm-s-light{
  374.  text-shadow: #000 0 0px;
  375. }
  376.  
  377. /*Нумирация строк кода белым цветом*/
  378. .CodeMirror pre, .cm-s-solarized.cm-s-light .CodeMirror-linenumber, .b-shiki_editor .body .editor textarea{
  379.  color: #fff;
  380.  border: 0px;
  381. }
  382.  
  383. .b-collection_search .field input{
  384.  border: none;
  385.  color: #000;
  386. }
  387.  
  388. /*Изменение цвета позунка и ввода текста справа от редактора кода*/
  389. .noUi-connects{
  390.  background: #000;
  391.  color: #fff;
  392. }
  393.  
  394. .b-edit_styles .body_background #body_background_input{
  395.  border-color: #000;
  396. }
  397.  
  398. .b-input select{
  399.  color: #000;
  400. }
  401.  
  402. /*Изменение цвета столбцов активности в профиле*/
  403. .bar.simple .bar.s3 { background: #cb4154;
  404. transition: background-color .1s linear;
  405. transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  406. }
  407. .bar.simple .bar:hover.s3 { background: #ff6d70;}
  408. .bar.simple .bar.s2 { background: #cb4154;
  409. transition: background-color .1s linear;
  410. transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  411. }
  412. .bar.simple .bar:hover.s2 { background: #ff6d70;}
  413. .bar.simple .bar.s1 { background: #cb4154;
  414. transition: background-color .1s linear;
  415. transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  416. }
  417. .bar.simple .bar:hover.s1 { background: #ff6d70;}
  418. .bar.simple .bar.s0 { background: #cb4154;
  419. transition: background-color .1s linear;
  420. transition-timing-function: cubic-bezier(0, 0, 0.3, 1);}
  421. .bar.simple .bar:hover.s0 { background: #ff6d70;}
  422.  
  423. .b-stats_bar.lifetime .bar .first {
  424.  background: #ff6d70;
  425. }
  426.  
  427. /*Изменение цвета шкалы манги и аниме рядом с аватаркой*/
  428. .b-stats_bar.anime .bar .first,
  429. .b-stats_bar .bar .third,
  430. .b-stats_bar.manga .bar .first{
  431.   background: #cb4154;
  432. }
  433.  
  434. /*Вторая часть шкалы аниме и манги рядом с аватаркой*/
  435. .b-stats_bar.anime .bar .second,
  436. .b-stats_bar.manga .bar .second{
  437.  background: #ff6d70;
  438. }
  439.  
  440. div {
  441.  color: #fff;
  442. }
  443.  
  444. header.head h1, header.head h2{
  445.  color: #fff;
  446. }
  447.  
  448. /*Скрытие блока с отчетом об ошибке слева*/
  449. .b-feedback {
  450. visibility: hidden;
  451. }
  452.  
  453. /*Закругление аватарки*/
  454. .avatar,
  455. div.avatar img,
  456. .p-user_rates-index .l-menu .avatar img,
  457. .b-user.avatar img, .b-user.named_avatar img, .b-user.avatar_fixed_margin img,
  458. .b-comment>.inner header img,
  459. .b-user.detailed .info .image-name .image,
  460. .b-dialog>.inner header img,
  461. .b-message>.inner header img,
  462. .l-top_menu-v2 .menu-dropdown.profile > span img{
  463.  border-radius: 50%;
  464. }
  465.  
  466. .ac_results .character-suggest .avatar{
  467.  border-radius: 0%;
  468. }
  469.  
  470. /*Затемнение фона заголовков*/
  471. .headline,
  472. .midheadline,
  473. .subheadline {
  474.  color: #fff;
  475.  background: #000;
  476.  border-left: 0px;
  477. }
  478.  
  479. /*Блок с контентом*/
  480. .l-page {
  481. background: #000;
  482. box-shadow: 0 0 10px rgba(0,0,0,0.5);
  483. border-radius: 3px;
  484. opacity: 0.9; /*полупрозрачность*/
  485. margin-top: 14px; /*отступ шапки 46px*/
  486. margin-bottom: 14px;
  487. }
  488.  
  489. /*шапка*/
  490. .l-top_menu-v2{
  491.  background: #000;
  492.  opacity: 0.9;
  493.  border: 0px;
  494. }
  495.  
  496. .l-top_menu .menu-items .entry a,
  497. .l-top_menu .submenu>.entry,
  498. .b-main_search ul.popup
  499. {
  500.  background: #000;
  501.  border: 0px;
  502. }
  503.  
  504. .l-top_menu .menu-items>.entry>.contest{
  505.  display: none;
  506. }
  507.  
  508. b {
  509.  color: #fff;
  510. }
  511.  
  512. /*Альтернативное расположение блоков в профиле от grin3671*/
  513. @media only screen and (min-width: 768px) {
  514.   .p-profiles-show .profile-content .cc-2 > .c-column {
  515.     width: 100%;
  516.   }
  517.  
  518.   .p-profiles-show .profile-content .cc-2 > .c-left {
  519.     position: relative;
  520.     width: 77%;
  521.     padding-right: 30px;
  522.     margin-right: 0;
  523.     z-index: 1;
  524.   }
  525.  
  526.   .p-profiles-show .lifetime {
  527.     margin-bottom: 15px;
  528.   }
  529.  
  530.   .p-profiles-show .profile-content .cc-2 > .c-right {
  531.     float: none;
  532.   }
  533.  
  534.   .p-profiles-show .profile-content .cc-2 > .c-right .cc-2a {
  535.     width: 23%;
  536.     overflow: hidden;
  537.   }
  538.  
  539.   .p-profiles-show .profile-content .cc-2 > .c-right .cc-2a > .c-column {
  540.     width: 100%;
  541.     margin: 0;
  542.   }
  543.  
  544.   .p-profiles-show .profile-content .cc-2 > .c-right .cc-2a > .c-column:last-child {
  545.     margin-top: 15px;
  546.   }
  547.  
  548.   .p-profiles-show .profile-content .cc-2 > .c-right > .block:last-child {
  549.     clear: both;
  550.   }
  551. }
  552.  
  553. /*Далее адаптация под мобильные устройства*/
  554. @media screen and (max-width: 1024px){
  555.  
  556.   body{
  557.    background-size: auto !important;
  558.   }
  559.  
  560.  .p-profiles-show .b-feedback:after{
  561.     display: none;
  562.  }
  563.  
  564.  /*Блок с контентом*/
  565.   .l-page {
  566.     background: #000;
  567.     opacity: 0.9;
  568.     margin-top: 0px;
  569.     margin-bottom: 0px;
  570.     border-radius: 0px;
  571. }
  572. }
Advertisement
Add Comment
Please, Sign In to add comment