Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. .v-application .blue.darken-3 {
  2. background-color: #292E39 !important;
  3. border-color: #292E39 !important;
  4. }
  5. div.v-list-item.v-list-item--link.theme--light.highlighted {
  6.  
  7. background-color: #434343 !important;
  8.  
  9. }
  10. .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  11.  
  12. color: rgba(0,0,0,.87) !important;
  13.  
  14. }
  15. div.v-list-item.v-list-item--link.theme--light {
  16.  
  17. background-color: #242833 !important;
  18.  
  19. }
  20. .search-results-items .highlighted {
  21.  
  22. background: #fff linear-gradient(180deg,#242833 ,#242833 );
  23. background-color: rgb(255, 255, 255);
  24.  
  25. }
  26.  
  27. div.v-list.py-2.v-sheet.theme--dark.v-list--dense.primary {
  28. background-color: #000000 !important;
  29. color: #FF0000;
  30. text-align: left;
  31. }
  32.  
  33. .v-application .blue.darken-2 {
  34. background-color: #313742;
  35. border-color: #313742 !important;
  36. }
  37.  
  38. element {
  39. cursor: pointer;
  40. position: absolute;
  41. margin: auto;
  42. transition: opacity 0.5s ease 0s;
  43. user-select: none;
  44. border-radius: inherit;
  45. height: 54.3677%;
  46. background: rgb(125, 172, 203) none repeat scroll 0% 0%;
  47. width: 6px;
  48. opacity: 0;
  49. transform: translateY(0%);
  50. left: 0px;
  51. right: 0px;
  52. }
  53.  
  54. element {
  55. cursor: pointer;
  56. position: absolute;
  57. margin: auto;
  58. transition: opacity 0.5s ease 0s;
  59. user-select: none;
  60. border-radius: inherit;
  61. height: 54.3677%;
  62. background: rgb(125, 172, 203) none repeat scroll 0% 0%;
  63. width: 6px;
  64. opacity: 0;
  65. transform: translateY(0%);
  66. left: 0px;
  67. right: 0px;
  68. }
  69.  
  70. .v-application .teal--text.text--darken-2 {
  71. color: #7daccb !important;
  72. caret-color: #7daccb !important;
  73. }
  74.  
  75. div.v-main__wrap {
  76. color: #00ffff;
  77. background-color: #292E39;
  78. }
  79.  
  80. div div p {
  81. color: #f3f3f3;
  82. }
  83.  
  84. div.row.no-gutters.align-content-center {
  85. background-color: #292E39;
  86. }
  87.  
  88. div.headline.grey--text.text--darken-3 {
  89. color: #7daccb;
  90. }
  91.  
  92. div.pa-5 {
  93. background-color: #373e4d;
  94. }
  95.  
  96. a.mr-1.mb-1.v-chip.v-chip--clickable.v-chip--label.v-chip--link.theme--light.v-size--default.teal.lighten-5 {
  97. background-color: #313742;
  98. color: #783f04;
  99. }
  100.  
  101. div.v-list.py-2.v-sheet.theme--dark.v-list--dense.primary {
  102. background-color: #4a86e8;
  103. }
  104.  
  105. div.v-toolbar__content {
  106. background-color: #313742;
  107. }
  108.  
  109. div.v-list.pb-3.v-sheet.theme--light.v-list--dense.v-list--nav {
  110. background-color: #39404f;
  111. }
  112.  
  113. div.v-list-item__title.px-3 {
  114. color: #f3f3f3;
  115. }
  116.  
  117. div.flex.page-col-sd.lg3.xl2 {
  118. background-color: #292E39;
  119. }
  120.  
  121. header.nav-header-inner.v-sheet.theme--dark.v-toolbar.v-toolbar--flat.black.pl-3 {
  122. background-color: #313742;
  123. }
  124.  
  125. footer.v-footer.justify-center.v-sheet.theme--light.v-footer--inset.grey.lighten-3 {
  126. background-color: #454e5c;
  127. }
  128.  
  129. div div span {
  130. color: #7daccb !important;
  131. }
  132.  
  133. div.overline.pa-5.pb-0.primary--text {
  134. color: #7daccb !important;
  135. }
  136.  
  137. div.overline.teal--text.pb-2 {
  138. color: #7daccb !important;
  139. }
  140.  
  141. i.v-icon.notranslate.v-icon--left.mdi.mdi-tag.theme--light.teal--text {
  142. color: #7daccb !important;
  143. }
  144.  
  145. i.v-icon.notranslate.mdi.mdi-tag-multiple.theme--light.teal--text {
  146. color: #7daccb !important;
  147. }
  148.  
  149. span.teal--text.text--darken-2 {
  150. color: #7daccb !important !important;
  151. font-weight: 700;
  152. font-style: normal;
  153. font-family: Droid Sans;
  154. font-size: 12px;
  155. line-height: 18px;
  156. }
  157.  
  158. div.layout.row {
  159. background-color: #292E39;
  160. }
  161.  
  162. hr.v-divider.theme--light {
  163. background-color: #292E39;
  164. }
  165.  
  166. h1.toc-header {
  167. color: #7daccb;
  168. text-align: center;
  169. }
  170.  
  171. a.is-external-link {
  172. color: #7daccb;
  173. }
  174.  
  175. a.is-internal-link.is-valid-page {
  176. color: #7daccb;
  177. }
  178.  
  179. div.pa-3.d-flex.blue.darken-3 {
  180. color: #FFFFFF;
  181. }
  182.  
  183. div.v-subheader.pl-4.theme--dark {
  184. background-color: #292E39;
  185. }
  186.  
  187. a.v-list-item.v-list-item--link.theme--dark {
  188. background-color: #292E39;
  189. }
  190.  
  191. hr.my-2.v-divider.theme--dark {
  192. background-color: #292E39;
  193.  
  194. }
  195.  
  196. div.v-list.py-2.v-sheet.theme--dark.v-list--dense.primary {
  197. background-color: #292E39 !important;
  198. }
  199.  
  200. div.v-list-item__content {
  201. background-color: #292E39;
  202. color: #FFFFFF;
  203.  
  204. }
  205.  
  206. div.v-list-item__subtitle.caption {
  207. color: #C8C8C8;
  208. }
  209.  
  210. div.v-list-item.v-list-item--link.theme--light {
  211. background-color: #242833;
  212. }
  213.  
  214. div.v-list-item.v-list-item--link.theme--light.highlighted {
  215. background-color: #434343;
  216. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement