Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Overriding bootstrap classes.
- .navbar-brand {
- float: left;
- font-size: 18px;
- height: 50px;
- line-height: 20px;
- padding: 6px;
- }
- .navbar-form {
- border: 0 none;
- box-shadow: none;
- margin-left: 0;
- margin-right: 0;
- padding-bottom: 0;
- padding-top: 2px;
- width: auto;
- }
- article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
- color: #606060;
- }
- .diff-index {
- background-color: #606060;
- }
- .added {
- background-color: #22aa22;
- }
- .deleted {
- background-color: #aa2222;
- }
- .never {
- border-color: transparent;
- }
- .success {
- border-color: transparent;
- }
- .no_connection {
- border-color: transparent;
- }
- body {
- color: #fff;
- background-color: #303030;
- }
- hr {
- border-top: 1px solid #606060;
- }
- pre {
- color: #a0a0a0;
- background-color: #303030;
- border: 1px solid #a0a0a0;
- }
- table {
- background-color: #202020;
- }
- .table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
- border-top: 1px solid #606060;
- }
- .table>thead>tr>th {
- border-bottom: 2px solid #303030;
- }
- .table>tbody+tbody {
- border-top: 2px solid #303030;
- }
- .table .table {
- background-color: #303030;
- }
- .table a, .table a:visited {
- color: #fff;
- }
- .table-bordered {
- border: 1px solid #303030;
- }
- .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 {
- border: 1px solid #303030;
- }
- .table-striped>tbody>tr:nth-child(even)>td,.table-striped>tbody>tr:nth-child(even)>th {
- background-color: #282828;
- }
- .table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
- background-color: #303030;
- }
- .table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
- background-color: #3399ff;
- }
- legend {
- color: #000;
- }
- .form-control {
- color: #a0a0a0;
- background-color: #202020;
- border-color: #303030;
- }
- .input-sm,.form-horizontal .form-group-sm .form-control {
- color: #a0a0a0;
- background-color: #202020;
- border-color: #303030;
- }
- .navbar-default {
- background-color: #303030;
- border-bottom: 1px solid #606060;
- }
- .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
- color: #5e5e5e;
- }
Advertisement
Add Comment
Please, Sign In to add comment