css: pre-formatted code block and various fixes
This commit is contained in:
parent
15483dae25
commit
5a294ba208
1 changed files with 17 additions and 1 deletions
18
page.css
18
page.css
|
|
@ -3,6 +3,10 @@ body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
font-family: AnonymicePro Nerd Font;
|
||||||
|
}
|
||||||
|
|
||||||
.black {
|
.black {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
@ -49,6 +53,13 @@ body {
|
||||||
margin: 0.7pt;
|
margin: 0.7pt;
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
max-width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-border-right {
|
.content-border-right {
|
||||||
|
|
@ -130,5 +141,10 @@ body {
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Ebrima;
|
font-family: Ebrima;
|
||||||
src: url(ebrimabd.ttf);
|
src: url(/~targetdisk/blob/ebrimabd.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: AnonymicePro Nerd Font;
|
||||||
|
src: url(/~targetdisk/blob/AnonymiceProNerdFontMono-Regular.ttf);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue