You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
132 lines
2.0 KiB
132 lines
2.0 KiB
|
|
|
|
body {
|
|
background-color: #3c3f41;
|
|
-webkit-text-size-adjust: 100%;
|
|
-fx-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
text-size-adjust: 100%;
|
|
color: #cccccc;
|
|
font-family: Helvetica, Arial, freesans, sans-serif;
|
|
font-size: 16px;
|
|
line-height: 1.6;
|
|
word-wrap: break-word;
|
|
margin: 0;
|
|
}
|
|
|
|
.message-wrapper {
|
|
border-top: 1px solid rgb(58, 58, 58);
|
|
}
|
|
|
|
.message-link, .source-link {
|
|
color: rgb(168, 168, 168);
|
|
}
|
|
|
|
a {
|
|
background-color: transparent;
|
|
}
|
|
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
hr {
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
}
|
|
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
td,
|
|
th {
|
|
padding: 0;
|
|
}
|
|
|
|
table {
|
|
display: block;
|
|
width: 100%;
|
|
overflow: auto;
|
|
word-break: normal;
|
|
word-break: keep-all;
|
|
}
|
|
|
|
table th {
|
|
font-weight: bold;
|
|
}
|
|
|
|
table th,
|
|
table td {
|
|
padding: 6px 13px;
|
|
border: 1px solid #2c2c2c;
|
|
}
|
|
|
|
table tr {
|
|
background-color: #2c2c2c;
|
|
border-top: 1px solid #2c2c2c;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.highlight {
|
|
background-color: rgb(50, 89, 61);
|
|
}
|
|
|
|
|
|
.message-wrapper.level-error {
|
|
background-color: hsl(0, 25%, 18%);
|
|
}
|
|
|
|
.message-wrapper.level-error,
|
|
.message-wrapper.level-error:enabled + .message-wrapper {
|
|
border-top-color: hsl(0, 25%, 29%);
|
|
}
|
|
|
|
.level-warning {
|
|
background-color: hsl(55, 17%, 23%);
|
|
}
|
|
|
|
.message-wrapper.level-warning,
|
|
.message-wrapper.level-warning:enabled + .message-wrapper.level-log {
|
|
border-top-color: hsl(55, 17%, 30%);
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 12px;
|
|
height: 12px;
|
|
background-color: inherit;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
-webkit-border-radius: 10px;
|
|
border: 2px solid #2b2b2b;
|
|
background-color: #6c6c6c;
|
|
}
|
|
::-webkit-scrollbar-track {
|
|
width: 12px;
|
|
height: 12px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar-track:vertical {
|
|
-webkit-box-shadow: -1px 0 0px transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar-track:horizontal {
|
|
-webkit-box-shadow: 0 -1px 0px transparent;
|
|
|
|
} |