Advertisement
pro-rock

theme mipped

Nov 26th, 2022 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.34 KB | None | 0 0
  1. body {
  2.     background: url(ваш фон) no-repeat fixed;
  3.     background-size: cover;
  4. }
  5. /*div {color: white;}*/
  6. /*p {color: white;}*/
  7.  
  8. /*Круглая аватарка и не только*/
  9. .p-navgroup-link.p-navgroup-link--user .avatar {
  10.     width: 34px;
  11.     height: 34px;
  12.     border-radius: 100px;
  13. }
  14. .badgeContainer.badgeContainer--highlighted:after {
  15.     background: #2d86d3;
  16. }
  17.  
  18.  
  19. /*Замена лого*/
  20. .uix_logo img {
  21.     opacity: 0;
  22. }
  23. .p-nav-inner .p-header-logo .uix_logo {
  24.     max-height: calc(26px);
  25.     content: url(https://mipped.com/f/styles/uix_classic/uix_classic/images/logopp_main.png);
  26. }
  27. .p-navgroup.p-navgroup--member .p-navgroup-link i:after {
  28.     font-size: 22px;
  29. }
  30.  
  31.  
  32.  
  33. .p-nav {
  34.     background: rgb(29 40 55 / 70%);
  35.     border: none;
  36.     padding-right: 0px;
  37. }
  38. .p-nav-scroller .hScroller-action.hScroller-action--start {
  39.     background: none;
  40. }
  41. .p-nav-scroller .hScroller-action.hScroller-action--end {
  42.     background: none;
  43. }
  44. .p-nav-list .p-navEl.is-selected {
  45.     background: none;
  46. }
  47. body .uix_searchBar .uix_searchBarInner .uix_searchForm {
  48.     background: rgb(14 27 44 / 40%);
  49.     border: 1px solid rgb(76 76 76 / 30%);
  50. }
  51. body .uix_searchBar .uix_searchBarInner .uix_searchForm.uix_searchForm--focused {
  52.     background: rgb(14 27 44 / 70%);
  53. }
  54. .p-sectionLinks {
  55.     background: rgb(29 40 55 / 70%);
  56.     border-right: none;
  57.     border-left: none;
  58. }
  59. .menu {
  60.     background: none;
  61. }
  62. .menu-content {
  63.     background: rgb(28 28 28 / 80%);
  64.     border-top: 2px solid rgb(52, 151, 219, 0.4);
  65. }
  66. .menu-linkRow:hover {
  67.     background: none;
  68. }
  69. .menu-linkRow.menu-linkRow--alt {
  70.     background: none;
  71. }
  72. .p-breadcrumbs {
  73.     border: none;
  74. }
  75. .uix_contentWrapper {
  76.     background: rgb(29 40 55 / 70%);
  77.     border: none;
  78. }
  79. .blockMessage.blockMessage--important {
  80.     background: none;
  81.     border-left: none;
  82. }
  83. .blockMessage.blockMessage--alt {
  84.     background: #379f3166;
  85.     color: #d1d1d1;
  86.     display: inline-block;
  87.     border-radius: 100px;
  88. }
  89. .label.label--skyBlue {
  90.     background: #03a9f480;
  91.     border-color: #2ebcfc38;
  92. }
  93. .button {
  94.     color: #d7cfcf;
  95. }
  96. .button.button--link, button.button a.button.button--link {
  97.     background: rgb(45, 45, 45, 0.7);
  98.     border: 1px solid rgb(76 76 76 / 30%);
  99.     border-radius: 70px;
  100. }
  101. .button.button--link:hover, button.button a.button.button--link:hover, .button.button--link:focus, button.button a.button.button--link:focus {
  102.     background: rgb(28 28 28 / 70%);
  103. }
  104. .button.button--primary:hover, button.button a.button.button--primary:hover, .button.button--primary:focus, button.button a.button.button--primary:focus {
  105.     background: rgb(63 81 181 / 70%);
  106. }
  107. .button.button--cta {
  108.     background: rgb(52, 151, 219, 0.5);
  109. }
  110. .button.button--cta:hover, button.button a.button.button--cta:hover, .button.button--cta:focus, button.button a.button.button--cta:focus {
  111.     background: rgb(52, 151, 219, 0.7);
  112. }
  113. .tagItem {
  114.     background: rgb(65, 65, 65, 0.5);
  115.     border: none;
  116. }
  117. a.tagItem:hover {
  118.     background: rgb(65, 65, 65, 0.7);
  119. }
  120. .pageNav-jump--prev {
  121.     border-radius: 10px 0 0 10px;
  122. }
  123. .pageNav-jump--next {
  124.     border-radius: 0 10px 10px 0;
  125. }
  126. .pageNav-jump {
  127.     background: rgb(28 28 28 / 60%);
  128.     border: 1px solid rgb(76 76 76 / 20%);
  129. }
  130. .pageNav-page {
  131.     background: rgb(28 28 28 / 60%);
  132.     border: 1px solid rgb(76 76 76 / 20%);
  133. }
  134. .message-cell.message-cell--main {
  135.     background: none;
  136. }
  137. .message-cell.message-cell--user {
  138.     background: none;
  139.     border: 1px solid rgb(76 76 76 / 70%);
  140. }
  141. .message-userArrow {
  142.     border-right-color: rgb(77 77 77 / 70%);
  143. }
  144. .message-cell--user .message-userDetails {
  145.     background: rgb(29 53 96 / 50%);
  146.     border-top: 1px solid rgb(66 102 167 / 30%);
  147.     border-bottom: 1px solid rgb(66 102 167 / 30%);
  148. }
  149. .block--messages .block-container {
  150.     color: #a5a5a5;
  151.     background: rgb(28 28 28 / 30%);
  152. }
  153. .p-pageWrapper .p-body-header .p-title-value {
  154.     color: #a5a5a5;
  155. }
  156. .block--messages.block .message {
  157.     background: rgb(28 28 28 / 40%);
  158.     border: 1px solid rgb(76 76 76 / 30%);
  159. }
  160. .bbCodeBlock {
  161.     background: rgb(26 47 78 / 50%) !important;
  162.     border: 1px solid rgba(170,170,170,0.15) !important;
  163.     border-left: 2px solid rgb(52 151 219 / 70%) !important;
  164. }
  165. .bbCodeBlock-title {
  166.     background: none !important;
  167.     border-bottom: 1px solid transparent;
  168.     border-image: linear-gradient(to right, transparent, #00ffed1a, #00ffed1a, transparent) 0.1%;
  169. }
  170. .bbCodeBlock-content {
  171.     background: rgb(36 37 38 / 55%);
  172. }
  173. .bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content {
  174.     background: rgb(36 37 38 / 55%);
  175. }
  176. .bbCodeBlock--code .bbCodeBlock-content {
  177.     background: rgb(36 37 38 / 55%) !important;
  178. }
  179. .bbCodeInline {
  180.     background: rgb(36 37 38 / 55%);
  181.     border: 1px solid rgb(76 76 76 / 30%);
  182. }
  183. .reactionsBar.is-active {
  184.     background: rgb(26 47 78 / 60%);
  185.     border: none;
  186.     width: fit-content;
  187.     border-radius: 100px;
  188. }
  189. .actionBar .actionBar-action {
  190.     color: #ababab;
  191.     background: none;
  192.     border: none;
  193. }
  194. .tooltip--reaction .tooltip-content {
  195.     background: none;
  196.     border: none;
  197. }
  198. .bbCodeBlock-expandLink {
  199.     background: linear-gradient(to bottom, rgba(50,50,50,0) 0%, #1a2635 60%);
  200. }
  201.  
  202. .message-signature--expandable .uix_signatureExpand {
  203.     background: radial-gradient(#1a2f4e, #32323200 70%);
  204. }
  205. .message-signature.message-signature--expanded .uix_signatureExpand {
  206.     bottom: -20px;
  207. }
  208. .message-signature--expandable {
  209.     height: 60px;
  210. }
  211. @keyframes show {
  212.   0% {transform: translateY(-150%);}
  213.   100% {transform: translateY(0);}
  214. }
  215. @keyframes hide {
  216.   0% {transform: translateY(0);}
  217.   100% {transform: translateY(-150%);}
  218. }
  219. aside.message-signature--expandable > div.bbWrapper {
  220.     display: block;
  221.     transform: translateY(-150%);
  222.     animation: hide 0.5s backwards;
  223. }
  224. aside.message-signature.message-signature--expanded > div.bbWrapper {
  225.     display: block;
  226.     transform: translateY(-150%);
  227.     animation: show 1s forwards;
  228. }
  229. .message-signature {
  230.     padding-bottom: 0px;
  231. }
  232. .block-outer .postsRemaining {
  233.     display: inline;
  234.     background: rgb(45, 45, 45, 0.7);
  235.     float: right;
  236.     padding: 5px;
  237.     border-radius: 10px;
  238. }
  239. .message-newIndicator, a.message-newIndicator {
  240.     background: rgb(73 147 197 / 60%);
  241. }
  242. .p-body-sideNav .block-container {
  243.     border: 1px solid rgb(76 76 76 / 30%);
  244. }
  245. .structItem:nth-child(even) {
  246.     background: none !important;
  247. }
  248. .structItem.is-mod-selected {
  249.     background: rgb(28 28 28 / 70%);
  250. }
  251. .inlineModBar {
  252.     background: rgb(28 28 28 / 70%);
  253. }
  254. .p-footer-inner {
  255.     background: rgb(29 40 55 / 70%);
  256.     border: none;
  257. }
  258. .p-footer {
  259.     background: none;
  260. }
  261. .p-footer-copyrightRow {
  262.     background: none;
  263. }
  264. .js-quickReply.block .message {
  265.     background: none;
  266.     border: 1px solid rgb(76 76 76 / 30%);
  267. }
  268. #XF .fr-box.fr-basic.is-focused {
  269.     background: rgb(14 27 44 / 40%);
  270.     border: solid 1px rgb(76 76 76 / 30%);
  271. }
  272. #XF .fr-box.fr-basic.is-focused .fr-toolbar.fr-top {
  273.     background: rgb(14 27 44 / 60%);
  274. }
  275. .fr-btn-grp.fr-float-right.rte-tab--inactive.rte-tab--preview {
  276.     border: none;
  277. }
  278. .fr-box.fr-basic {
  279.     background: rgb(45 45 45 / 50%);
  280.     border: solid 1px rgb(76 76 76 / 30%);
  281. }
  282. .fr-toolbar .fr-btn-grp {
  283.     border-style: none;
  284. }
  285. .fr-command.fr-btn+.fr-dropdown-menu {
  286.     background: rgb(14 27 44 / 60%);
  287. }
  288. .fr-toolbar .fr-more-toolbar.fr-expanded {
  289.     background: none;
  290.    
  291. }
  292. .fr-toolbar .fr-more-toolbar {
  293.     background-color: transparent;
  294. }
  295. .fr-popup {
  296.     background: rgb(14 27 44 / 60%);
  297. }
  298. .fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
  299.     background: rgb(10 20 32 / 60%);
  300. }
  301. .fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line textarea:focus {
  302.     background: rgb(10 20 32 / 80%);
  303. }
  304. .fr-popup .fr-action-buttons button.fr-command {
  305.     background: none;
  306. }
  307. .fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:active, .fr-popup .fr-action-buttons button.fr-command:focus {
  308.     background: none;
  309.     color: #3393ca;
  310. }
  311. .fr-popup .fr-buttons.fr-tabs {
  312.     background: none;
  313. }
  314. .fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active {
  315.     background: none;
  316. }
  317. .fr-toolbar .fr-command.fr-btn.fr-active:not(.fr-disabled) {
  318.     color: #3393ca;
  319. }
  320. .fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus, .fr-desktop .fr-command.fr-active.fr-btn-hover, .fr-desktop .fr-command.fr-active.fr-expanded {
  321.     background: none;
  322. }
  323. .fr-desktop .fr-command:hover:not(.fr-table-cell), .fr-desktop .fr-command:focus:not(.fr-table-cell), .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  324.     background: none;
  325. }
  326. .fr-popup .fr-image-upload-layer:hover {
  327.     background: rgb(28 28 28 / 50%);
  328. }
  329. .message-cell.message-cell--alert {
  330.     background: none;
  331. }
  332. .fr-box.fr-basic.is-preview, .fr-box.fr-basic.is-preview .fr-toolbar .fr-btn-grp.rte-tab--preview {
  333.     background: rgb(28 28 28 / 40%);
  334.     border-color: none;
  335. }
  336. .p-footer-linkList.p-footer-choosers a {
  337.     background: none;
  338.     border: none;
  339. }
  340. .actionBar .actionBar-action:hover {
  341.     color: #3497db;
  342. }
  343. .fr-view blockquote {
  344.     background-color: rgb(26 47 78 / 15%);
  345.     border: 1px solid rgba(170,170,170,0.15);
  346.     border-left: 2px solid rgb(52 151 219 / 70%);
  347. }
  348. .fr-view blockquote[data-quote]:before {
  349.     background: rgb(26 47 78 / 50%);
  350. }
  351. .button.button--primary, button.button a.button.button--primary {
  352.     background: rgb(0 90 151 / 50%);
  353. }
  354. .button.button--primary:hover, button.button a.button.button--primary:hover, .button.button--primary:focus, button.button a.button.button--primary:focus {
  355.     background: rgb(0 90 151 / 70%);
  356. }
  357. .button.button--alt {
  358.     background: rgb(30 63 108 / 60%);
  359. }
  360. .button.button--alt:hover {
  361.     background: rgb(30 63 108 / 80%);
  362. }
  363. div.tooltip-content div div div.memberProfileBanner.memberTooltip-header.memberProfileBanner {
  364.     background: rgb(26 47 78 / 65%);
  365. }
  366. .menu-header {
  367.     background: rgb(26 47 78 / 70%);
  368. }
  369. .menu--emoji .menu-header {
  370.     background: rgb(26 47 78 / 70%);
  371. }
  372. .alert.is-unread {
  373.     background: none;
  374. }
  375. .js-alertsMenuBody .alert.is-read, .alert-list .alert.is-read {
  376.     background: rgb(30 46 68 / 70%);
  377. }
  378. .js-alertsMenuBody .alert.is-unread, .alert-list .alert.is-unread {
  379.     background: rgb(22 31 44 / 80%);
  380. }
  381. .js-alertsMenuBody .alert.is-recently-read, .alert-list .alert.is-recently-read {
  382.     background: rgb(30 46 68 / 70%);
  383. }
  384. .menu-row.menu-row--separated+.menu-row {
  385.     border-top: 1px solid rgb(76 76 76 / 40%);
  386. }
  387. .menu-footer {
  388.     background: rgb(26 47 78 / 70%);
  389. }
  390. .menu-row {
  391.     background: rgb(30 46 68 / 70%);
  392. }
  393. .menu-row.menu-row--clickable:hover {
  394.     background: rgb(30 46 68 / 70%);
  395. }
  396. .menu-row.menu-row--highlighted {
  397.     background: rgb(22 31 44 / 80%);
  398. }
  399. .menu-row.menu-row--alt {
  400.     background: rgb(28 28 28 / 20%);
  401. }
  402. .select2-results__option.select2-results__option--highlighted {
  403.     background: rgb(28 28 28 / 80%);
  404. }
  405. .select2-results>.select2-results__options {
  406.     background: rgb(28 28 28 / 80%) !important;
  407.     border-top: 2px solid rgb(52 151 219 / 30%) !important;
  408.     border: none !important;
  409. }
  410. .select2 .select2-selection ul>li.select2-selection__choice {
  411.     background: none;
  412.     border: none;
  413. }
  414. .menu-tabHeader {
  415.     background: rgb(28 28 28 / 60%);
  416. }
  417. .blockStatus {
  418.     background: none;
  419.     border-left: none;
  420. }
  421. .inlineModButton-count {
  422.     background: #2d86d3;
  423. }
  424. .lfs .tabGroup .structItem--lfsItem:hover {
  425.     background: none;
  426. }
  427. .block-row.block-row--clickable:hover {
  428.     background: none;
  429. }
  430. .dataList-row.dataList-row--header .dataList-cell {
  431.     background: none;
  432. }
  433. .dataList-cell.dataList-cell--alt {
  434.     background: none;
  435. }
  436. .dataList-cell > span:hover {
  437.     background: rgb(26 47 78 / 50%);
  438. }
  439. .smilieText:hover {
  440.     background: none;
  441. }
  442. .smilieText {
  443.     background: none;
  444.     border: none;
  445.     color: #bdbdbd;
  446. }
  447. .tooltip--bookmark .tooltip-content, .tooltip--member .tooltip-content, .tooltip--share .tooltip-content {
  448.     background: rgb(26 47 78 / 70%);
  449.     border: none;
  450. }
  451. .tooltip--share.tooltip--bottom .tooltip-arrow {
  452.     border-bottom-color: transparent;
  453. }
  454. .tooltip--share.tooltip--top .tooltip-arrow {
  455.     border-bottom-color: transparent;
  456. }
  457. .tooltip--preview .tooltip-content {
  458.     background: rgb(28 28 28 / 70%);
  459.     border: 1px solid rgb(76 76 76 / 30%);
  460. }
  461. .tooltip--preview.tooltip--top .tooltip-arrow {
  462.     border-top-color: transparent;
  463. }
  464. .tooltip--preview.tooltip--bottom .tooltip-arrow {
  465.     border-bottom-color: transparent;
  466. }
  467. .codeEditor.CodeMirror {
  468.     background: rgb(10 20 32 / 60%) !important;
  469.     border: 1px solid rgb(76 76 76 / 30%) !important;
  470. }
  471. .cm-s-default.CodeMirror .CodeMirror-gutters {
  472.     background: rgb(14 27 44 / 60%) !important;
  473.     border-right: 1px solid rgb(128 128 128 / 30%) !important;
  474. }
  475. .codeEditor.CodeMirror.CodeMirror-focused {
  476.     background: rgb(10 20 32 / 80%) !important;
  477. }
  478. .block--messages .block-row {
  479.     background: none;
  480.     border: none;
  481. }
  482. .message-attachments {
  483.     background: none;
  484. }
  485. html {
  486.     background-color: transparent;
  487. }
  488. .p-offline-main {
  489.     background: #2d2d2dc7;
  490. }
  491. .file {
  492.     background: none;
  493. }
  494. .message-cell.message-cell--vote {
  495.     background: none;
  496.     border: none;
  497. }
  498.  
  499.  
  500.  
  501.  
  502. /*Профиль*/
  503. .memberHeader-main {
  504.     background: rgb(65 65 65 / 30%);
  505. }
  506. .block-container {
  507.     color: #a5a5a5;
  508.     background: rgb(28 28 28 / 30%);
  509.     border: 1px solid rgb(76 76 76 / 30%);
  510. }
  511. .tabs-tab{
  512.     color: #a3a3a3;
  513. }
  514. .block-tabHeader .tabs-tab {
  515.     background: rgb(28 28 28 / 70%);
  516.     border: none;
  517. }
  518. .block-tabHeader .tabs-tab.is-active {
  519.     background: rgb(28 28 28 / 90%);
  520. }
  521. .block-tabHeader .tabs-tab:hover {
  522.     background: rgb(28 28 28);
  523. }
  524. .block-tabHeader .hScroller-action.hScroller-action--start {
  525.     background: linear-gradient(to right,rgb(28 28 28 / 0%) 68%,rgba(45,45,45,0) 100%);
  526. }
  527. .block-tabHeader .hScroller-action.hScroller-action--end {
  528.     background: linear-gradient(to left,rgb(28 28 28 / 0%) 68%,rgba(45,45,45,0) 100%);
  529. }
  530. .block-tabHeader {
  531.     background: none;
  532.     border-left: none;
  533. }
  534. .message-responseRow {
  535.     background: none;
  536. }
  537. .blockMessage {
  538.     background: rgb(28 28 28 / 70%);
  539.     box-shadow: none;
  540. }
  541. .block-footer {
  542.     background: none;
  543. }
  544. .tooltip--member .tooltip-content {
  545.     background: rgb(28 28 28 / 75%);
  546.     border: 1px solid rgb(76 76 76 / 30%);
  547.     border-radius: 10px;
  548. }
  549. .bbCodeDemoBlock-item>dd {
  550.     background: none;
  551. }
  552. .attachmentUploads-banner {
  553.     background: none;
  554.     border: none;
  555. }
  556. .fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
  557.     background: none;
  558.     color: #3393ca;
  559. }
  560.  
  561.  
  562.  
  563. /*Ред. профиль*/
  564. .p-body-sideNav .block-minorHeader, .p-body-sidebar .block-minorHeader, .columnContainer-sidebar .block-minorHeader, .p-body-sideNav .block-header, .p-body-sidebar .block-header, .columnContainer-sidebar .block-header {
  565.     background: none;
  566.     border: none;
  567. }
  568. .blockLink {
  569.     background: none;
  570. }
  571. .blockLink:hover {
  572.     background: none;
  573. }
  574. .blockLink.is-selected {
  575.     background: rgb(51 152 219 / 20%);
  576.     border-left: 2px solid #3398dbb3;
  577. }
  578.  
  579.  
  580.  
  581. /*Главная форума*/
  582. .lfs .tabGroup {
  583.     background: rgb(28 28 28 / 80%);
  584. }
  585. .block--category .block-header {
  586.     background: rgb(28 28 28 / 80%);
  587.     border: 1px solid rgb(76 76 76 / 30%);
  588. }
  589. .node-body {
  590.     background: none;
  591. }
  592. .uix_nodeList .block-body {
  593.     border: 1px solid rgb(76 76 76 / 30%);
  594. }    
  595.  
  596.  
  597.  
  598. /* Scrollbar */
  599. ::-webkit-scrollbar {
  600.     width: 9px;
  601.     height: 9px;
  602. }
  603. ::-webkit-scrollbar-track {
  604.     background: rgb(36 37 38);
  605. }
  606. ::-webkit-scrollbar-thumb {
  607.     background-color: rgb(47 124 185 / 80%);
  608.     border-radius: 5px;
  609. }
  610. ::-webkit-scrollbar-thumb:hover {
  611.     background-color: rgb(47 124 185);
  612. }
  613.  
  614.  
  615.  
  616. /*спойлеры, таблицы, окно поднятия репы, репорты и прочее*/
  617. .button, button.button a.button {
  618.     background: rgb(30 63 108 / 60%);
  619.     border: none;
  620. }
  621. .button:hover, button.button a.button:hover, .button:focus, button.button a.button:focus {
  622.     background: rgb(30 63 108 / 80%);
  623. }
  624. .button.is-disabled:hover, button.button a.button.is-disabled:hover, .button.is-disabled:active, button.button a.button.is-disabled:active, .button.is-disabled:focus, button.button a.button.is-disabled:focus {
  625.     background: rgb(30 63 108 / 80%);
  626. }
  627. .button.button--scroll, button.button a.button.button--scroll {
  628.     background: rgb(30 63 108 / 60%);
  629. }
  630. .button.button--scroll:hover, button.button a.button.button--scroll:hover, .button.button--scroll:focus, button.button a.button.button--scroll:focus {
  631.     background: rgb(30 63 108 / 80%);
  632. }
  633. .bbTable>table>tbody>tr>th {
  634.     background: rgb(26 47 78 / 50%);
  635.     border: 1px solid rgb(76 76 76 / 40%);
  636.     border-bottom-color: rgb(52 151 219 / 30%);
  637. }
  638. .bbTable>table>tbody>tr>td {
  639.     background: rgb(36 37 38 / 55%);
  640.     border: 1px solid rgb(76 76 76 / 40%);
  641. }
  642. .overlay-title {
  643.     background: rgb(28 28 28 / 90%);
  644.     border-bottom: 1px solid rgb(76 76 76 / 30%);
  645.     padding-right: 8px;
  646. }
  647. .overlay {
  648.     background: rgb(28 28 28 / 85%);
  649. }
  650. .formRow>dt {
  651.     background: none;
  652.     border-color: rgb(76 76 76 / 30%);
  653. }
  654. .input {
  655.     color: #b7b7b7;
  656.     background: none;
  657.     border: 1px solid rgb(255 255 255 / 30%);
  658.     border-style: solid;
  659.     border-top-color: rgb(255 255 255 / 30%);
  660.     border-right-color: none;
  661.     border-bottom-color: none;
  662.     border-left-color: none;
  663. }
  664. .input:focus {
  665.     background: rgb(14 27 44 / 40%);
  666. }
  667. .input.is-focused {
  668.     background: rgb(14 27 44 / 40%);
  669. }
  670. .formSubmitRow-bar {
  671.     background: none;
  672.     border-top: none;
  673. }
  674. .block-minorTabHeader {
  675.     background: none;
  676. }
  677. .block-filterBar {
  678.     background: none;
  679.     border-top: none;
  680.     border-bottom: none;
  681. }
  682. .block-minorHeader.uix_threadListSeparator {
  683.     background: none;
  684. }
  685. .inputTypes {
  686.     border-bottom: none;
  687. }
  688. .inputTypes-input:checked+.inputTypes-display, .inputTypes-display:hover {
  689.     background: none;
  690.     border: none;
  691. }
  692. .autoCompleteList {
  693.     background: rgb(28 28 28 / 70%);
  694.     border: 1px solid rgb(76 76 76 / 30%);
  695. }
  696. .autoCompleteList li.is-selected {
  697.     background: rgb(26 47 78 / 70%);
  698. }
  699. .StickyTimer-sticky {
  700.     background: #ff000036;
  701. }
  702. .contest-block .c-main-block .cm-block.block-counter {
  703.     background: none;
  704. }
  705. .contest-block .c-main-block .cm-block.block-counter .counter-background {
  706.     background: #6ba65e80;
  707. }
  708. .contest-block .c-main-block .cm-block.block-counter .counter-text {
  709.     color: #d7d7d7;
  710. }
  711. .button.is-disabled, button.button a.button.is-disabled {
  712.     background: rgb(30 63 108 / 60%);
  713.     border: 1px solid rgb(76 76 76 / 30%);
  714. }
  715.  
  716.  
  717.  
  718. /*Баганный аватар*/
  719. .avatar img {
  720.     background: none;
  721. }
  722.  
  723.  
  724.  
  725. /*Смайлы(расширение)*/
  726. .smiles-panel {
  727.     background: rgb(26 47 78 / 70%);
  728. }
  729. .smiles {
  730.     background: rgb(29 40 55 / 70%);
  731. }
  732. .smlt-active {
  733.     background: rgb(29 40 55 / 70%);
  734.     border: 1px solid rgb(75 75 75 / 30%);
  735.     border-bottom: none;
  736. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement