davama

oxidized_custom_dark.css

Mar 18th, 2020
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.36 KB | None | 0 0
  1. //Overriding bootstrap classes.
  2.  
  3. .navbar-brand {
  4.     float: left;
  5.     font-size: 18px;
  6.     height: 50px;
  7.     line-height: 20px;
  8.     padding: 6px;
  9. }
  10.  
  11. .navbar-form {
  12.     border: 0 none;
  13.     box-shadow: none;
  14.     margin-left: 0;
  15.     margin-right: 0;
  16.     padding-bottom: 0;
  17.     padding-top: 2px;
  18.     width: auto;
  19. }
  20.  
  21. article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  22.   color: #606060;
  23. }
  24.  
  25. .diff-index {
  26.   background-color: #606060;
  27. }
  28.  
  29. .added {
  30.   background-color: #22aa22;
  31. }
  32.  
  33. .deleted {
  34.   background-color: #aa2222;
  35. }
  36.  
  37. .never {
  38.   border-color: transparent;
  39. }
  40.  
  41. .success {
  42.   border-color: transparent;
  43. }
  44.  
  45. .no_connection {
  46.   border-color: transparent;
  47. }
  48.  
  49. body {
  50.   color: #fff;
  51.   background-color: #303030;
  52. }
  53.  
  54. hr {
  55.   border-top: 1px solid #606060;
  56. }
  57.  
  58. pre {
  59.   color: #a0a0a0;
  60.   background-color: #303030;
  61.   border: 1px solid #a0a0a0;
  62. }
  63.  
  64. table {
  65.   background-color: #202020;
  66. }
  67.  
  68. .table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
  69.   border-top: 1px solid #606060;
  70. }
  71.  
  72. .table>thead>tr>th {
  73.   border-bottom: 2px solid #303030;
  74. }
  75.  
  76. .table>tbody+tbody {
  77.   border-top: 2px solid #303030;
  78. }
  79.  
  80. .table .table {
  81.   background-color: #303030;
  82. }
  83.  
  84. .table a, .table a:visited {
  85.   color: #fff;
  86. }
  87.  
  88. .table-bordered {
  89.   border: 1px solid #303030;
  90. }
  91.  
  92. .table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
  93.   border: 1px solid #303030;
  94. }
  95.  
  96. .table-striped>tbody>tr:nth-child(even)>td,.table-striped>tbody>tr:nth-child(even)>th {
  97.   background-color: #282828;
  98. }
  99.  
  100. .table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
  101.   background-color: #303030;
  102. }
  103.  
  104. .table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
  105.   background-color: #3399ff;
  106. }
  107.  
  108. legend {
  109.   color: #000;
  110. }
  111.  
  112. .form-control {
  113.   color: #a0a0a0;
  114.   background-color: #202020;
  115.   border-color: #303030;
  116. }
  117.  
  118. .input-sm,.form-horizontal .form-group-sm .form-control {
  119.   color: #a0a0a0;
  120.   background-color: #202020;
  121.   border-color: #303030;
  122. }
  123.  
  124. .navbar-default {
  125.   background-color: #303030;
  126.   border-bottom: 1px solid #606060;
  127. }
  128.  
  129. .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
  130.   color: #5e5e5e;
  131. }
Advertisement
Add Comment
Please, Sign In to add comment