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;
|
|
|
|
}
|
|
|
|
|
2015-05-06 22:46:29 +02:00
|
|
|
pre {
|
2015-05-04 22:12:26 +02:00
|
|
|
background: #222;
|
|
|
|
border: #222;
|
|
|
|
color: #ddd;
|
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;
|
2015-05-04 22:12:26 +02:00
|
|
|
}
|
|
|
|
|
2015-05-06 22:46:29 +02:00
|
|
|
pre ol {
|
|
|
|
padding-left: 50px !important;
|
2015-05-04 22:12:26 +02:00
|
|
|
}
|
|
|
|
|
2015-05-06 22:46:29 +02:00
|
|
|
pre li:hover {
|
2015-05-07 00:35:31 +02:00
|
|
|
background: #444;
|
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
|
|
|
|
2015-05-07 00:35:31 +02:00
|
|
|
div.diff {
|
2015-05-06 22:46:29 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2015-05-07 00:35:31 +02:00
|
|
|
|
|
|
|
.de1 {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.li1 {
|
|
|
|
background: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.re8 {
|
|
|
|
color: #52F700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kw3 {
|
|
|
|
color: #C6C765;
|
|
|
|
}
|
2015-05-12 14:02:32 +02:00
|
|
|
|
|
|
|
#viewer .syntaxhighlighter td {
|
|
|
|
vertical-align: top !important;
|
|
|
|
}
|
2015-06-27 15:47:04 +02:00
|
|
|
|
|
|
|
#options {
|
|
|
|
margin-bottom: 17px;
|
|
|
|
}
|
2016-06-18 16:37:45 +02:00
|
|
|
|
|
|
|
.btn-delete {
|
|
|
|
background: #DE3336;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2016-06-18 17:44:07 +02:00
|
|
|
|
|
|
|
.btn-error:active, .btn-error:hover, .btn-error:focus {
|
|
|
|
color: #000;
|
|
|
|
}
|