76 lines
2.0 KiB
CSS
76 lines
2.0 KiB
CSS
@font-face {
|
|
font-family: "HyliaSerif";
|
|
src: url('../static/fonts/HyliaSerifBeta-Regular.otf') format("opentype");
|
|
}
|
|
|
|
html{
|
|
background-image: url('../static/backgrounds/oceans/oceans-0002.png');
|
|
background-repeat: repeat;
|
|
background-size: 250px 250px;
|
|
margin-top: 110px;
|
|
}
|
|
|
|
body{
|
|
margin: 0;
|
|
}
|
|
|
|
button{
|
|
padding: 0.25rem;
|
|
margin: 0.25rem;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6{
|
|
font-family: HyliaSerif, sans-serif;
|
|
font-weight: normal;
|
|
margin: 0;
|
|
}
|
|
|
|
h1{ font-size: 3rem; }
|
|
h2{ font-size: 2rem; }
|
|
h3{ font-size: 1.75rem; }
|
|
h4{
|
|
font-size: 1.5rem;
|
|
margin-bottom:0.5rem;
|
|
}
|
|
h5, h6{
|
|
font-size: 1.25rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.grass-island{
|
|
background:
|
|
url('../static/backgrounds/cliffs/grass/cliff-top-left-corner.png') top left no-repeat,
|
|
url('../static/backgrounds/cliffs/grass/cliff-top-right-corner.png') top right no-repeat,
|
|
url('../static/backgrounds/cliffs/grass/cliff-bottom-left-corner.png') bottom left no-repeat,
|
|
url('../static/backgrounds/cliffs/grass/cliff-bottom-right-corner.png') bottom right no-repeat,
|
|
url('../static/backgrounds/cliffs/grass/cliff-top.png') top repeat-x,
|
|
url('../static/backgrounds/cliffs/grass/cliff-bottom.png') bottom repeat-x,
|
|
url('../static/backgrounds/cliffs/grass/cliff-left.png') left repeat-y,
|
|
url('../static/backgrounds/cliffs/grass/cliff-right.png') right repeat-y,
|
|
url('../static/backgrounds/grass/grass-0004.png') repeat;
|
|
|
|
background-size:
|
|
140px 120px, /* top-left */
|
|
140px 120px, /* top-right */
|
|
140px 140px, /* bottom-left */
|
|
140px 140px, /* bottom-right */
|
|
20px 120px, /* top */
|
|
20px 140px, /* bottom */
|
|
140px 20px, /* left */
|
|
140px 20px, /* right */
|
|
140px 140px; /* center */
|
|
|
|
min-width: 280px;
|
|
min-height: 280px;
|
|
|
|
padding-left: 80px;
|
|
padding-right: 80px;
|
|
padding-top: 76px;
|
|
padding-bottom: 106px;
|
|
}
|
|
|
|
.dirt-island{
|
|
|
|
}
|