rootuss

JSOS style dark

Nov 7th, 2020 (edited)
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.20 KB | None | 0 0
  1. html {
  2.     background: initial;
  3.     -webkit-background-size: cover;
  4.     -moz-background-size: cover;
  5.     -o-background-size: cover;
  6.     background-color: #1c1c1e;
  7. }
  8.  
  9. #size h1, #size .h1 {
  10.     color: #8e8e93;
  11. }
  12.  
  13. #size h3, #size .h3 {
  14.     color: #8e8e93;
  15. }
  16. .col-lg-3,.span-19, .wrap-fluid, #content,#paper-bg {
  17.     background-color: #2c2c2e;
  18. }
  19.  
  20. .box .box-body {
  21.     background-color: #3a3a3c;
  22. }
  23. .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  24.     background-color: initial;
  25. }
  26. .table {
  27.     color: white;
  28. }
  29. .box .box-header > .fa, .box .box-header > .glyphicon, .box .box-header > .ion, .box .box-header .box-title span {
  30.     color: #8e8e93;
  31. }
  32.  
  33. .box .box-header {
  34.     background: #3a3a3c;
  35. }
  36. .box-header > .glyphicon, .box .box-header > .ion, .box .box-header .box-title i {
  37.     background: #8e8e93;
  38. }
  39. .well {
  40.     background-color: #48484a !important;
  41. }
  42. label {
  43.     color: white;
  44. }
  45. .well legend {
  46.     color: #8e8e93;
  47. }
  48.  
  49. #paper-top {
  50.     background-color: #2c2c2e;
  51. }
  52. .box .box-body {
  53.     color: white;
  54. }
  55. .table {
  56.     background-color: #48484a;
  57.     color: white;
  58. }
  59. #content-mail {
  60.     background: none repeat scroll 0 0 #3a3a3c;
  61. }
  62. h4 {
  63.     color: #8e8e93 !important;
  64. }
  65. div.breadcrumbs {
  66.     background-color: #3a3a3c;
  67. }
  68. .sub-board {
  69.     border-bottom: 1px solid #3a3a3c;
  70.     border-top: 3px solid #3a3a3c;
  71. }
  72. .sub-board {
  73.     background: #3a3a3c;
  74. }
  75. .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  76.     color: white;
  77. }
  78. a {
  79.     color: white;
  80. }
  81. .box {
  82.     background: #3a3a3c !important;
  83. }
  84.  
  85.  
  86. .dane-content .szczegoly td, .dane-content td.dataExpanded{
  87.     background: #2c2c2e
  88.         none repeat scroll 0 0;
  89. }
  90.  
  91. #skin-select {
  92.     background: #131c10;
  93. }
  94.  
  95. table#grupyZajec tr.szczegoly td .rrcol, table tbody.semester tr td .shadow .rrcol, table tbody.semester tr td .shadow .Drrcol {
  96.     color: #d0deca;
  97.     float: left;
  98.     font-weight: normal;
  99.     height: auto;
  100.     line-height: 25px;
  101.     border-bottom: 1px dotted #0ca207;
  102.     text-align: left;
  103.     width: 71%;
  104.     padding-left: 10px;
  105. }
  106.  
  107. .wrap-sidebar-content {
  108.     background: #131c10;
  109. }
  110.  
  111. .table .table {
  112.     background-color: #343131;
  113. }
  114.  
Add Comment
Please, Sign In to add comment