Difference between revisions of "Log.css"
Jump to navigation
Jump to search
(Created page with "p { text-indent: 5em; } .stage-direction { font-weight: bold; }") |
m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
.stage-direction { | .stage-direction { | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .text-message { | ||
+ | background-color: #CCC; | ||
+ | color: black; | ||
+ | margin: 0 !important; | ||
+ | box-sizing: border-box; | ||
+ | padding-left: 1em; | ||
+ | padding-bottom: 1em; | ||
} | } |
Latest revision as of 14:48, 22 September 2020
p {
text-indent: 5em;
}
.stage-direction {
font-weight: bold;
}
.text-message {
background-color: #CCC; color: black; margin: 0 !important; box-sizing: border-box; padding-left: 1em; padding-bottom: 1em;
}