Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.73 KB | None | 0 0
  1. :root {
  2.     --main-color: #303f9f;
  3.     --highlight-color: #666ad1;
  4.     --main-color-dark: #001970;
  5.     --text-color: #444444;
  6.     --alert-color: #d32f2f;
  7.     --fine-color: #388e3c;
  8. }
  9. input[type=button],
  10. input[type=reset],
  11. input[type=submit],
  12. button,
  13. a.button {
  14.     border: 1px solid var(--main-color-dark);
  15.     background: var(--main-color-dark);
  16.     border-radius: 2px;
  17.     color: white;
  18.     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  19. }
  20. input:hover[type=button],
  21. input:hover[type=reset],
  22. input:hover[type=submit],
  23. button:hover,
  24. a.button:hover {
  25.     border-color: var(--main-color);
  26.     background: var(--main-color);
  27. }
  28. #menu {
  29.     border-radius: 0;
  30.     background: var(--main-color);
  31. }
  32. #nav-block #nav-item.active {
  33.     background: var(--main-color-dark);
  34.     border-bottom: thick solid var(--highlight-color);
  35.     border-right: 1px solid var(--main-color);
  36.     border-radius: 0px;
  37. }
  38. #nav-block #nav-item {
  39.     border-right: 1px solid var(--main-color);
  40. }
  41. #header.image {
  42.     background-image: none;
  43.     background: var(--main-color);
  44. }
  45. #header .block {
  46.     border-radius: 2px;
  47. }
  48. #nav-block #nav-item:hover {
  49.     background: var(--main-color-dark);
  50.     border-bottom: thick solid var(--main-color);
  51.     border-radius: 0;
  52. }
  53. #nav-block #nav-item a:hover {
  54.     color: white;
  55. }
  56. #nav-block #nav-item {
  57.     border-right: 1px solid var(--main-color);
  58. }
  59. #header.image {
  60.     border-radius: 0;
  61. }
  62. #header .logo a {
  63.     color: white;
  64. }
  65. .logo img {
  66.     filter: grayscale(1) invert(1);
  67. }
  68. #header .text-left {
  69.     border-right: solid medium var(--highlight-color);
  70. }
  71. #template {
  72.     box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  73. }
  74. #title,
  75. table.share_status thead tr:first-child td,
  76. table.disk_status thead tr:first-child td,
  77. table.tablesorter thead tr th,
  78. table.tablesorter thead tr .tablesorter-headerAsc,
  79. table.tablesorter thead tr .tablesorter-headerDesc {
  80.     border-radius: 0;
  81.     background: var(--main-color);
  82.     color: white;
  83.     border: 1px;
  84. }
  85. .switch-button-label {
  86.     color: white !important;
  87. }
  88. .switch-button-background {
  89.     border-radius: 10px;
  90.     background: rgba(0, 0, 0, 0.38);
  91.     border: 1px solid transparent;
  92. }
  93. .switch-button-button {
  94.     border-radius: 10px;
  95.     background: #F1F1F1;
  96.     border: 1px solid #F1F1F1;
  97. }
  98. #header .block {
  99.     background-color: transparent;
  100.     color: white;
  101. }
  102. .blue-text {
  103.     color: white;
  104. }
  105. .usage-bar,
  106. .usage-disk {
  107.     background-color: var(--main-color-dark);
  108.     border-radius: 0;
  109.     box-shadow: none;
  110.     padding: 0;
  111. }
  112. .usage-bar > span,
  113. .usage-disk.sys > span,
  114. .usage-disk.all > span,
  115. .usage-disk > span {
  116.     background-color: var(--highlight-color);
  117.     border-radius: 0;
  118.     box-shadow: none;
  119. }
  120. .stopped {
  121.     color: var(--alert-color);
  122. }
  123. .started {
  124.     color: var(--fine-color);
  125. }
  126. .update {
  127.     color: var(--highlight-color);
  128. }
  129. .back_to_top {
  130.     color: var(--main-color);
  131. }
  132. select {
  133.     border-radius: 0;
  134.     box-shadow: none;
  135.     background: transparent;
  136.     color: white;
  137. }
  138. #smart-parity img,
  139. #smart-disk1 img,
  140. #smart-disk2 img,
  141. #smart-disk3 img,
  142. #smart-disk4 img,
  143. #smart-disk5 img,
  144. #smart-disk6 img,
  145. #smart-disk7 img,
  146. #smart-disk8 img,
  147. #smart-disk9 img,
  148. #smart-disk10 img,
  149. #smart-cache img,
  150. #smart-sda img,
  151. #smart-sdb img,
  152. #smart-sdc img,
  153. #smart-sdd img,
  154. #smart-sde img,
  155. #smart-sdf img,
  156. #smart-sdg img,
  157. #smart-sdh img,
  158. #smart-sdi img,
  159. #smart-sdj img,
  160. #smart-sdk img,
  161. #smart-sdl img,
  162. #smart-sdm img,
  163. #smart-sdn img,
  164. #smart-sdo img,
  165. #smart-sdp img,
  166. #smart-sdq img,
  167. #smart-sdr img,
  168. #smart-sds img,
  169. #smart-sdt img,
  170. #smart-sdu img,
  171. #smart-sdv img,
  172. #smart-sdw img,
  173. #smart-sdx img,
  174. #smart-sdy img,
  175. #smart-sdz img,
  176. #title span img {
  177.     filter: saturate(0);
  178. }
  179. .status a {
  180.     color: white;
  181. }
  182. div.user-list {
  183.     border-radius: 2px;
  184.     border: none;
  185.     background: var(--main-color);
  186.     box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  187. }
  188. div.user-list a {
  189.     color: white;
  190. }
  191. div.user-list img {
  192.     filter: contrast(0%) brightness(10);
  193. }
  194. div.tab [type=radio]:checked + label {
  195.     color: white;
  196.     border-radius: 0;
  197.     border: none;
  198.     background: var(--main-color-dark);
  199. }
  200. div.tab [type=radio] + label {
  201.     color: white;
  202.     border-radius: 0;
  203.     border: none;
  204.     background: var(--main-color);
  205.     opacity: 1;
  206. }
  207. div.tab [type=radio] + label:hover {
  208.     background: var(--main-color-dark);
  209.     color: white;
  210. }
  211. table {
  212.     margin-top: -22px;
  213. }
  214. table.share_status.fixed {
  215.     border: 1px solid var(--main-color);
  216. }
  217. table.tablesorter.shift {
  218.     margin-top: -23px;
  219. }
  220. .tablesorter .fa {
  221.     color: white;
  222. }
  223. .switch-button-background.checked {
  224.     background: var(--main-color-dark) !important;
  225. }
  226. .switch-button-background.checked {
  227.     border: 1px solid var(--main-color-dark);
  228. }
  229. .searchSubmit {
  230.     border-radius: 0;
  231.     background: var(--main-color-dark) !important;
  232. }
  233. .searchSubmit a {
  234.     box-shadow: none;
  235. }
  236. #searchFilter input {
  237.     background: transparent;
  238.     color: white;
  239.     box-shadow: none;
  240.     border: none;
  241. }
  242. #searchFilter input::placeholder {
  243.     color: white;
  244.     opacity: 1;
  245. }
  246. #searchFilter button {
  247.     background: var(--highlight-color) !important;
  248.     border-bottom: 1px solid var(--highlight-color);
  249.     box-shadow: none;
  250. }
  251. #searchFilter button:hover {
  252.     background: var(--main-color-dark) !important;
  253. }
  254. .ca_template_icon {
  255.     border-radius: 0;
  256.     background: var(--main-color);
  257.     color: white;
  258. }
  259. .ca_template {
  260.     border-radius: 0;
  261. }
  262. .ca_applicationName,
  263. .ca_repository,
  264. .ca_author,
  265. .ca_wide_info .fa,
  266. .unpinned {
  267.     color: white;
  268. }
  269. .ca_tooltip img {
  270.     filter: grayscale(1);
  271. }
  272. .ca_category {
  273.     color: var(--main-color);
  274. }
  275. center b {
  276.     color: var(--main-color) !important;
  277. }
  278. table.share_status.dash,
  279. table.share_status.dash.line tbody td {
  280.     border: none;
  281. }
  282. table.disk_status select {
  283.     color: var(--text-color);
  284. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement