vanul

Пользовательский CSS [?] v1.3

Mar 6th, 2021 (edited)
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.86 KB | None | 0 0
  1. span.post__trip {
  2.     color: #c9be89;
  3.     font-family: unset;
  4.     font-style: unset;
  5.     font-weight: 100;
  6.     padding: 0 8px;
  7.     width: 44px;
  8.     height: 17px;
  9.     border: 1px solid #c9be89;
  10.     box-shadow: inset 0 0 13px 0px rgb(191 190 137 / 25%);
  11.     border-radius: 8px;
  12. }
  13. span.post__title {
  14.     color: #ff9b45;
  15. }
  16.  
  17. .de-mypost{
  18. box-shadow: 6px 0 0px 0px rgba(255,155,69,.0), 0px 0 0px 0px rgba(255,155,69,.0) !important;
  19. border-left: 3px solid #c9be89 !important;
  20. }
  21. .de-mypost-reply::before {
  22.     content: "";
  23.     position: absolute;
  24.     top: -0;
  25.     bottom: 0;
  26.     left: -1px;
  27.     border-left: 2px dashed #c9be89 !important;
  28. }
  29. .rc-anchor-light {
  30.     background: #ff9b45;
  31.     color: #ff9b45;
  32. }
  33. .de-pview {
  34.     position: absolute;
  35.     width: auto;
  36.     min-width: 0;
  37.     z-index: 9999;
  38.     border: 1px solid #000000a6 !important;
  39.     margin: 0 !important;
  40.     display: block !important;
  41. }
  42. .de-reply-class {
  43.     background: #2c2c2cc2;
  44.     border: 1px solid var(--theme_default_border);
  45.     border-radius: 3px;
  46.     backdrop-filter: blur(8px) saturate(0);
  47. }
  48.  
  49. element.style {
  50. }
  51. <style>
  52. .cntnt__left_sticky {
  53.     position: sticky;
  54.     top: 0;
  55.     height: 100vh;
  56.     overflow-y: auto;
  57. }
  58. <style>
  59. .sidebar {
  60.     position: sticky;
  61.     top: 0;
  62.     height: 100vh;
  63.     overflow-y: auto;
  64.     scrollbar-color: var(--theme_sbthumb) var(--theme_sbtrack);
  65.     scrollbar-width: thin;
  66. }
  67. <style>
  68. article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  69.     display: block;
  70. }
  71. <style>
  72. * {
  73.     -webkit-box-sizing: border-box;
  74.     -moz-box-sizing: border-box;
  75.     box-sizing: border-box;
  76. }
  77. user agent stylesheet
  78. aside {
  79.     display: block;
  80. }
  81. <style>
  82. body {
  83.     margin: 0;
  84.     font-size: 15px;
  85.     line-height: 1.3;
  86.     background-color: #EEEEEE;
  87.     background-color: var(--theme_default_bg);
  88.     color: #333333;
  89.     color: var(--theme_default_text);
  90. }
  91. <style>
  92. html {
  93.     overflow-y: scroll;
  94.     font-family: 'Trebuchet MS',sans-serif;
  95.     font-size: 1em;
  96. }
  97. <style>
  98. html {
  99.     font-family: sans-serif;
  100.     -ms-text-size-adjust: 100%;
  101.     -webkit-text-size-adjust: 100%;
  102. }
  103.  
  104.  
  105. .post__file-webm {
  106.     border: 1px dashed #c9be89;
  107. }
  108. .post__ophui {
  109.     color: #2c2c2c;
  110.     padding: 0 8px;
  111.     width: 44px;
  112.     height: 17px;
  113.     background: linear-gradient(
  114. 90deg
  115.  , #00FF38 -38.78%, rgba(0, 255, 209, 0.42) 94.18%);
  116.     mix-blend-mode: normal;
  117.     border-radius: 7px;
  118. }
  119. .de-post-counter-you {
  120.     vertical-align: 1px;
  121.     font: bold 11px tahoma;
  122.     color: #525252;
  123.     cursor: default;
  124. }
  125. .post__pomyanem {
  126.     color: #800080;
  127.     color: #ff77e9;
  128.     box-shadow: inset 0 0 13px 5px rgb(193 75 174 / 34%);
  129.     font-style: initial;
  130. }
  131. .mmm__img {
  132.     display: none;
  133. }
  134. .de-selected, .de-input-error {
  135.     box-shadow: 0px 0px 30px 10px #ff963c4a, 0px 0px 5px 1px #ffd0a7 !important;
  136. }
Advertisement
Add Comment
Please, Sign In to add comment