mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-22 13:48:28 +02:00
79 lines
1.0 KiB
CSS
79 lines
1.0 KiB
CSS
h1, h2, h3, h4, h5, h6 {
|
|
color: #58180d;
|
|
}
|
|
|
|
/* End fancy decorations */
|
|
|
|
/* Dictionary lists for showing stats, etc */
|
|
dt {
|
|
float: left;
|
|
clear: left;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
dt::after {
|
|
content: ":";
|
|
}
|
|
dd {
|
|
padding: 0 0 0.5em 0;
|
|
}
|
|
|
|
dl.character-details dt {
|
|
width: 200px;
|
|
}
|
|
dl.character-details dd {
|
|
width: 200px;
|
|
margin: 0 0 0 210px;
|
|
}
|
|
|
|
.known-beast-disabled {
|
|
color: lightgrey;
|
|
}
|
|
.not-implemented {
|
|
font-weight: bold;
|
|
color: darkred;
|
|
background: pink;
|
|
}
|
|
|
|
.spell-school {
|
|
font-style: italic;
|
|
}
|
|
|
|
table {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
th {
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
border-bottom-width: 1px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
td {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
dd > p {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
div.system-message {
|
|
background: pink;
|
|
border-color: darkred;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
color: darkred;
|
|
}
|
|
.literal {
|
|
font-family: monospace;
|
|
}
|