mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
84 lines
1.4 KiB
CSS
84 lines
1.4 KiB
CSS
.err-head,
|
|
.err-content,
|
|
.err-body {
|
|
font-family: Lucida Console, Courier, monospace;
|
|
}
|
|
|
|
.err-head {
|
|
color: #f12b2b;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
padding: 5px 2.5px 0;
|
|
text-transform: uppercase;
|
|
transform: scale(1, 1.5);
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.err-content {
|
|
padding-left: 2.5px;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.err-content,
|
|
.err-body {
|
|
font-size: 12.5px;
|
|
}
|
|
|
|
.err-head[data-fatal-error-text] {
|
|
padding: 0;
|
|
}
|
|
|
|
.err-stack caption,
|
|
.err-stack > tbody > tr:first-child > td > b {
|
|
color: #151515;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
|
|
.err-stack > tbody > tr:first-child > td > b {
|
|
border-bottom: 1px solid #151515;
|
|
}
|
|
|
|
.err-stack > tbody > tr:first-child>td {
|
|
font-family: unset;
|
|
font-size: 14px;
|
|
height: 25px;
|
|
text-transform: uppercase;
|
|
transform: scale(1, 1.2);
|
|
vertical-align: top;
|
|
}
|
|
|
|
.err-stack {
|
|
border: 1px dashed #151515
|
|
}
|
|
|
|
.err-stack.captured {
|
|
margin-left: 12px;
|
|
width: auto
|
|
}
|
|
.err-stack tr td {
|
|
font-family: Lucida Console, Courier, monospace;
|
|
font-size: 13px;
|
|
padding: 1px 10px;
|
|
transform: scale(1, 1.15);
|
|
}
|
|
|
|
.err-stack tr:not(:first-child) td.captured {
|
|
font-size: 90%;
|
|
}
|
|
|
|
.err-stack > tr:first-child > td.captured {
|
|
font-size: 96%;
|
|
padding-bottom: 7px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.err-stack caption.err-head {
|
|
padding:0 0 10px 0;
|
|
}
|
|
|
|
.err-stack caption.err-head.captured {
|
|
color: #222;
|
|
font-size:98%;
|
|
}
|