Common.css: Difference between revisions
From The Birdhouse
improving codeblock visuals |
mNo edit summary |
||
Line 7: | Line 7: | ||
line-height: 13px; | line-height: 13px; | ||
padding: 10px; | padding: 10px; | ||
height: 200px; | max-height: 200px; | ||
margin-bottom: 1em; | |||
user-select: all; | user-select: all; | ||
} | } |
Revision as of 19:49, 1 August 2024
/* CSS placed here will be applied to all skins */
pre {
color: blue;
background: lightgray;
font-size: 12px;
line-height: 13px;
padding: 10px;
max-height: 200px;
margin-bottom: 1em;
user-select: all;
}
@font-face {
font-family: Minecraft;
src: url(/resources/assets/fonts/MinecraftRegular.otf);
}
@font-face {
font-family: Minecraft;
src: url(/resources/assets/fonts/MinecraftItalic.otf);
font-style: italic;
}
@font-face {
font-family: Minecraft;
src: url(/resources/assets/fonts/MinecraftBold.otf);
font-weight: bold;
}
@font-face {
font-family: Minecraft;
src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);
font-weight: bold;
font-style: italic;
}
.book {
box-sizing: border-box;
width: 432px;
height: 534px;
background: url("/images/f/f3/Book.png") no-repeat;
padding: 37px 45px 65px 43px;
}
.writing {
width: 344px;
height: 426px;
overflow-y: scroll;
font-family: Minecraft;
font-size: 29px;
line-height: 30px;
padding: 0;
margin: 0;
}