2013-05-20 18:22:38 +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;
|
|
|
|
}
|
|
|
|
|
2024-04-17 21:46:55 +02:00
|
|
|
.mt-output .mt-state {
|
|
|
|
font-size: x-small;
|
|
|
|
vertical-align: top;
|
2013-05-20 18:22:38 +02:00
|
|
|
}
|
|
|
|
|
2024-04-17 21:46:55 +02:00
|
|
|
.mt-output .mt-state-row {
|
|
|
|
display: none;
|
2013-05-20 18:22:38 +02:00
|
|
|
}
|
|
|
|
|
2024-04-17 21:46:55 +02:00
|
|
|
.mt-state-unhide .mt-output .mt-state-row {
|
|
|
|
display: table-row;
|
2013-05-20 18:22:38 +02:00
|
|
|
}
|