stuff
This commit is contained in:
9
public/static/css/a.css
Normal file
9
public/static/css/a.css
Normal file
@@ -0,0 +1,9 @@
|
||||
* {
|
||||
color: darkgreen;
|
||||
text-decoration-color: darkgoldenrod;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, p, a {
|
||||
color: darkgreen;
|
||||
text-decoration-color: darkgoldenrod;
|
||||
}
|
||||
@@ -1,3 +1,8 @@
|
||||
* {
|
||||
color: darkgreen;
|
||||
text-decoration-color: darkgreen;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, p, a {
|
||||
color: darkgreen;
|
||||
text-decoration-color: darkgreen;
|
||||
|
||||
3
public/static/css/index.css
Normal file
3
public/static/css/index.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.index-content {
|
||||
|
||||
}
|
||||
@@ -17,8 +17,17 @@ h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.77rem;
|
||||
margin-top: 0.33rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.33rem;
|
||||
}
|
||||
|
||||
p, a {
|
||||
font-size: calc(1.33rem + 0.01vh);
|
||||
font-size: calc(1.11rem + 0.01vh);
|
||||
}
|
||||
|
||||
/* Header */
|
||||
@@ -32,6 +41,19 @@ p, a {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
/* Main */
|
||||
main {
|
||||
margin-left: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
div.main-content-wrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
.navbar-link {
|
||||
font-size: 1.2rem;
|
||||
@@ -45,6 +67,32 @@ nav.navbar {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
nav.quicknav {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* Error screens */
|
||||
img.alexandria {
|
||||
width: 33rem;
|
||||
height: 30.33.rem;
|
||||
display: block;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* Lists */
|
||||
ul {
|
||||
list-style-type: "⛛ ";
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 0.33rem;
|
||||
}
|
||||
|
||||
/* Index page stuff */
|
||||
.index-content {
|
||||
margin-right: 0.33rem;
|
||||
}
|
||||
|
||||
/* Mobile */
|
||||
@media screen and (max-width: 480px) {
|
||||
.header-wrapper {
|
||||
|
||||
1
public/static/images/a.svg
Normal file
1
public/static/images/a.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 389 KiB |
BIN
public/static/images/alexandria.jpg
Normal file
BIN
public/static/images/alexandria.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 870 KiB |
BIN
public/static/images/alexandria_fire.jpg
Normal file
BIN
public/static/images/alexandria_fire.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 717 KiB |
Reference in New Issue
Block a user