mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-03 19:38:30 +02:00
Added a CSS file to the epub output format.
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #58180d;
|
||||
}
|
||||
/* End fancy decorations */
|
||||
|
||||
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: red;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user