2023-11-23 17:07:49 +01:00
|
|
|
.textile-syntax-reference {
|
2024-04-30 12:16:09 +02:00
|
|
|
display: flex;
|
2024-05-20 21:25:43 +02:00
|
|
|
flex-flow: row wrap;
|
2023-11-23 17:07:49 +01:00
|
|
|
line-height: var(--block-header-height);
|
|
|
|
vertical-align: center;
|
|
|
|
margin-bottom: var(--padding-small);
|
|
|
|
}
|
|
|
|
|
|
|
|
.textile-syntax-reference > span,
|
|
|
|
.textile-syntax-reference > button {
|
|
|
|
margin-left: var(--padding-normal);
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler, .spoiler a {
|
|
|
|
color: var(--spoiler-color);
|
|
|
|
background: var(--spoiler-color)
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler-revealed, .spoiler:hover {
|
|
|
|
color: var(--text-color);
|
|
|
|
background: var(--spoiler-revealed-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler-revealed a, .spoiler:hover a {
|
|
|
|
color: var(--link-color);
|
|
|
|
}
|
2024-05-07 19:33:56 +02:00
|
|
|
|
|
|
|
.walloftext {
|
|
|
|
line-height: var(--readable-line-height);
|
|
|
|
}
|