Template:WorldsAway/transcript.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
p { | p { | ||
margin: 8px; | margin: 8px; | ||
| Line 17: | Line 10: | ||
background: #009C00; | background: #009C00; | ||
color: white; | color: white; | ||
border-radius: 5px; | |||
padding: 3px | |||
} | } | ||
| Line 22: | Line 17: | ||
background: red; | background: red; | ||
color: white; | color: white; | ||
border-radius: 5px; | |||
padding: 3px | |||
} | } | ||
| Line 32: | Line 29: | ||
background: white; | background: white; | ||
color: black; | color: black; | ||
border-radius: 5px; | |||
padding: 3px | |||
} | } | ||
| Line 41: | Line 40: | ||
.spoken { | .spoken { | ||
color: white; | color: white; | ||
border-radius: 5px; | |||
padding: 3px | |||
} | } | ||
| Line 60: | Line 61: | ||
color: white; | color: white; | ||
font-size: x-small; | font-size: x-small; | ||
} | |||
.wabackground { | |||
background: #333; | |||
padding: 3px; | |||
max-width: 400px; | |||
} | } | ||
Revision as of 00:48, 14 November 2023
p {
margin: 8px;
}
span {
padding: 2px;
}
.system {
background: #009C00;
color: white;
border-radius: 5px;
padding: 3px
}
.systemred {
background: red;
color: white;
border-radius: 5px;
padding: 3px
}
.entering {
background: white;
color: black;
}
.esp {
background: white;
color: black;
border-radius: 5px;
padding: 3px
}
.tma {
background: #009C00;
color: white;
}
.spoken {
color: white;
border-radius: 5px;
padding: 3px
}
.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;
}
.wabackground {
background: #333;
padding: 3px;
max-width: 400px;
}