Newer
Older
/* Styles that mainly affect how text looks, but not where it is */
.scene-intro, /* setting at the beginning of a scene / subscene */
.detail, /* adds detail to an option: Do something. <span class="detail">Sentence that explains the effect/conditions */
.note, /* additional information not related to a specific option */
.italics {
font-style: italic;
}
.story-label, .regularParties, .underline {
text-decoration: underline;
}
/* Note: Do not do a linebreak after span in HTML, because it will underline the automatic space it inserts: "Matilda_is a cow" */
.slave-name {
color: pink;
font-weight: bold;
text-decoration: underline;
text-decoration-color: white;
font-weight: bold;
color: yellow;
font-weight: bold;
/* strong & bold are deprecated, use custom classes instead */
/* :not(.defiant) : quick fix to make defiant styles look correct */
.major-link, .bold:not(.defiant), .strong {
font-weight: bold;
font-family: monospace;
text-decoration: line-through
color: white;
font-weight: normal;
font-style: normal;
color: var(--link-color) !important;
font-weight: bold;
color: red;
border-color: #900;
background-color: rgba(255, 0, 0, 0.25);
outline: none;
background-color: rgba(255, 0, 0, 0.25);
border: 2px solid #900;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 1em;
content: ":";