2015-04-18 15:21:34 +02:00
|
|
|
.mt-output .mt-token {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
white-space: pre;
|
|
|
|
font-family: "Consolas", monospace;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-output .mt-style {
|
|
|
|
font-size: x-small;
|
|
|
|
}
|
|
|
|
|
2019-07-28 14:57:52 +02:00
|
|
|
.mt-output .mt-state {
|
|
|
|
font-size: x-small;
|
|
|
|
vertical-align: top;
|
2015-04-18 15:21:34 +02:00
|
|
|
}
|
|
|
|
|
2019-07-28 14:57:52 +02:00
|
|
|
.mt-output .mt-state-row {
|
|
|
|
display: none;
|
2015-04-18 15:21:34 +02:00
|
|
|
}
|
|
|
|
|
2019-07-28 14:57:52 +02:00
|
|
|
.mt-state-unhide .mt-output .mt-state-row {
|
|
|
|
display: table-row;
|
2015-04-18 15:21:34 +02:00
|
|
|
}
|