Template:WorldsAway/transcript.css: Difference between revisions
Appearance
Created page with "body { background: #333; font-family: worldsaway, verdana, sans-serif; } p { margin: 8px; } span { padding: 2px; } .system { background: #009C00; color: white; } .systemred { background: red; color: white; } .entering { background: white; color: black; } .esp { background: white; color: black; } .tma { background: #009C00; color: white; } .spoken { color: white; } .missing { padding: 20px; backg..." |
No edit summary |
||
| Line 1: | Line 1: | ||
.wabackground { | |||
background: #333; | |||
padding: 3px; | |||
max-width: 400px; | |||
} | } | ||
Revision as of 00:46, 14 November 2023
.wabackground {
background: #333;
padding: 3px;
max-width: 400px;
}
p {
margin: 8px;
}
span {
padding: 2px;
}
.system {
background: #009C00;
color: white;
}
.systemred {
background: red;
color: white;
}
.entering {
background: white;
color: black;
}
.esp {
background: white;
color: black;
}
.tma {
background: #009C00;
color: white;
}
.spoken {
color: white;
}
.missing {
padding: 20px;
background: white;
color: black;
}
.caption {
width: 328px;
float: right;
background: black;
margin: 2px;
}
.caption p {
margin: 4px;
color: white;
font-size: x-small;
}