mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-09-21 21:30:47 +02:00
Better DF text style, misc fixes
This commit is contained in:
parent
1b1f513504
commit
1f4de0a585
5 changed files with 21 additions and 15 deletions
BIN
misc/_static/cp437.ttf
Normal file
BIN
misc/_static/cp437.ttf
Normal file
Binary file not shown.
|
@ -22,12 +22,18 @@
|
|||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: cp437;
|
||||
src: url("cp437.ttf");
|
||||
}
|
||||
|
||||
.guilabel {
|
||||
/* In-game text CSS from the DF wiki; applies to :guilabel:`` directives.
|
||||
* Use this for any text from an in-game announcement or menu.
|
||||
*/
|
||||
color: #C0C0C0;
|
||||
font-family: 'fixedsys', monospace;
|
||||
color: #CBC7C0;
|
||||
font-family: cp437;, 'fixedsys', monospace;
|
||||
background: #000000;
|
||||
font-size: 0.9em;
|
||||
font-size: 0.95em;
|
||||
padding: 0.05em 0.4em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue