mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-19 22:03:30 -07:00
Updates all styles save for the tooltip and tracker, which are forthcoming. I just really wanted to commit all these changes.
This commit is contained in:
@@ -12,7 +12,6 @@ html{
|
||||
|
||||
body{
|
||||
margin: 0;
|
||||
padding-bottom: 62px;
|
||||
}
|
||||
|
||||
button{
|
||||
@@ -21,13 +20,24 @@ button{
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
h1, h2, h3{
|
||||
h1, h2, h3, h4, h5, h6{
|
||||
font-family: HyliaSerif, sans-serif;
|
||||
font-size: 3rem;
|
||||
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,
|
||||
@@ -49,7 +59,7 @@ h1, h2, h3{
|
||||
20px 140px, /* bottom */
|
||||
140px 20px, /* left */
|
||||
140px 20px, /* right */
|
||||
100px auto; /* center */
|
||||
140px 140px; /* center */
|
||||
|
||||
min-width: 280px;
|
||||
min-height: 280px;
|
||||
|
||||
Reference in New Issue
Block a user