Advertisement
Guest User

Untitled

a guest
Jan 11th, 2020
2,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.45 KB | None | 0 0
  1. body {
  2.     background-color: #2E3440;
  3. }
  4. .share-status.dashboard {
  5.     border: none;
  6.     -webkit-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1);
  7.     -moz-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1);
  8.     box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1);
  9. }
  10. table.share_status.dashboard tr>td.next {
  11.     border-top: 1px solid #3B4252
  12.     ;
  13. }
  14. .usage-disk {
  15.     background-color: #5E81AC;
  16. }
  17. .usage-disk>span:first-child {
  18.     background-color: #88C0D0
  19. }
  20. span.outer.solid {
  21.     background-color: #2E3440;
  22. }
  23. .red {
  24.     color: #BF616A;
  25. }
  26. #title {
  27.     margin: 20px 0 32px 0;
  28.     padding: 8px 10px;
  29.     clear: both;
  30.     border-bottom: none;
  31.     background-color: #3B4252;
  32.     letter-spacing: 1.8px;
  33. }
  34. table {
  35.     border-collapse: collapse;
  36.     border-spacing: 0;
  37.     border-style: hidden;
  38.     margin: -30px 0 0 0;
  39.     width: 100%;
  40.     background-color: #2E3440;
  41.     -webkit-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1);
  42.     -moz-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1);
  43.     box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1);
  44.     border: none;
  45. }
  46. table.share_status.dashboard {
  47.     border: none;
  48. }
  49. table.disk_status thead tr:first-child td, table.share_status thead tr:first-child td {
  50.     background-color: #3B4252;
  51. }
  52. table.disk_status tbody tr:nth-child(even), table.share_status tbody tr:nth-child(even) {
  53.     background-color: #434C5E;
  54. }
  55. table.disk_status thead tr:last-child, table.share_status thead tr:last-child {
  56.     border: none;
  57. }
  58. table.array_status td.line {
  59.     border-top: 1px solid #3B4252;
  60. }
  61. table tbody tr.tr_last {
  62.     background-color: #3B4252;
  63. }
  64. div.user-list {
  65.     border: none;
  66.     border-radius: 0;
  67.     background-color: #3B4252;
  68. }
  69. table.tablesorter thead tr .tablesorter-headerAsc, table.tablesorter thead tr .tablesorter-headerDesc {
  70.     background-color: #3B4252;
  71. }
  72. table.tablesorter tbody tr:nth-child(even) {
  73.     background-color: #434C5E;
  74. }
  75. table.tablesorter thead tr {
  76.     border-bottom: #3B4252 1px solid;
  77. }
  78. table.tablesorter thead tr th {
  79.     background-color: #3B4252;
  80. }
  81. .ca_holder {
  82.     background-color: #3B4252 !important;
  83.     border: none !important;
  84.     border-radius: 0 !important;
  85. }
  86. .disabledIcon {
  87.     color: #8FBCBB;
  88. }
  89. div.tab [type=radio]:checked+label {
  90.     border: 1px solid #8FBCBB;
  91. }
  92. div.tab [type=radio]+label {
  93.     border-radius: 0;
  94. }
  95. div.tab [type=radio]+label:hover {
  96.     border: 1px solid #8FBCBB;
  97. }
  98. div.tab [type=radio]+label {
  99.     background-color: #3B4252;
  100. }
  101. .dropdown-menu {
  102.     background-color: #D8DEE9;
  103.     border: 1px solid #D8DEE9;
  104.     border-radius: 0;
  105.     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  106. }
  107. .dropdown-menu .divider {
  108.     background-color: transparent;
  109.     border-bottom: none;
  110. }
  111. .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  112.     color: #2E3440;
  113.     text-decoration: none;
  114.     background-color: #ECEFF4;
  115.     background-image: none;
  116.     background-image: none;
  117.     background-image: none;
  118. }
  119. .dropdown-menu a {
  120.     color: #2E3440;
  121. }
  122. .usage-bar>span {
  123.     display: block;
  124.     height: 100%;
  125.     text-align: right;
  126.     border-radius: 0;
  127.     color: #2E3440;
  128.     background-color: #88C0D0;
  129.     box-shadow: none;
  130. }
  131. .usage-bar {
  132.     float: left;
  133.     height: 2rem;
  134.     line-height: 2rem;
  135.     width: 14rem;
  136.     padding: 1px 1px 1px 2px;
  137.     margin: 8px 12px;
  138.     border-radius: 0;
  139.     background-color: #5E81AC;
  140.     box-shadow: none;
  141. }
  142. #nav-block #nav-item.active:after {
  143.     background-color: #88C0D0;
  144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement