gist/web/app/css/themes/dark.css

67 lines
912 B
CSS
Raw Normal View History

2015-05-04 22:12:26 +02:00
body {
background: #333;
}
.navbar {
border-radius: 0;
}
.form-control {
color: #fff;
background: #2D2D2D;
border: #333;
}
2015-05-05 23:24:37 +02:00
#form_content {
2015-05-04 22:12:26 +02:00
display: block;
width: 100%;
padding: 10px;
}
#languages {
padding-bottom: 5px;
}
2015-05-04 23:09:27 +02:00
#languages .btn-group:first-child {
margin-right: 4px;
}
2017-10-15 02:58:10 +02:00
#viewer pre, #viewer code, #revisions pre, #revisions code, #embed pre, #embed code {
2017-10-15 02:07:41 +02:00
background: none !important;
2015-05-07 00:35:31 +02:00
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
2017-10-15 02:07:41 +02:00
border: 0;
2015-05-04 22:12:26 +02:00
}
2015-05-05 11:26:20 +02:00
.panel-heading .actions {
margin-top: -5px;
}
2015-05-05 23:24:37 +02:00
2017-10-15 02:07:41 +02:00
.diff {
2015-05-06 22:46:29 +02:00
display: none;
}
2015-05-07 00:35:31 +02:00
2015-06-27 15:47:04 +02:00
#options {
margin-bottom: 17px;
}
.btn-delete {
background: #DE3336;
color: #fff;
}
.btn-error:active, .btn-error:hover, .btn-error:focus {
color: #000;
}
pre.line-numbers {
padding-left: 50px !important;
}
.line-numbers-rows {
top: -4px !important;
}