aboutsummaryrefslogtreecommitdiff
path: root/data/static
diff options
context:
space:
mode:
Diffstat (limited to 'data/static')
-rw-r--r--data/static/style.css36
1 files changed, 19 insertions, 17 deletions
diff --git a/data/static/style.css b/data/static/style.css
index 7ed9250..cd88449 100644
--- a/data/static/style.css
+++ b/data/static/style.css
@@ -52,13 +52,14 @@ html {
body {
margin: 0;
- background-image: url("/static/media/MKE_Skyline_Art_Museum_2K.webp");
+ /* background-image: url("/static/media/MKE_Skyline_Art_Museum_2K.webp"); */
/* background-image: url("/static/media/Leaves.jpg"); */
- background-size: cover;
+ background-image: url("/static/grid.png");
+/* background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
- background-position: top center;
- background-color: var(--primary-color);
+ background-position: top center; */
+ background-color: rgb(101, 133, 117);
font-family: 'DejaVu Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
@@ -85,14 +86,13 @@ nav {
}
nav a {
- font-size: 28px;
- font-weight: lighter;
+ font-size: 18px;
color: var(--accent-color);
text-decoration: none;
}
nav a:hover {
- color: var(--anchor-hover-color);
+ text-decoration: underline;
}
main {
@@ -112,8 +112,9 @@ main {
}
h1 {
- margin-top: 14vh;
+ margin-top: 8vh;
margin-left: 4vw;
+ font-size: 45px;
}
.frontpage-subtitle {
@@ -279,11 +280,11 @@ img {
/* ALWAYS KEEPING THE TOGGLER OR THE CHECKBOX ON TOP OF EVERYTHING : */
visibility: visible;
z-index: 4;
- height: 40px;
- width: 40px;
+ height: 60px;
+ width: 60px;
position: fixed;
- top: 15px;
- right: 15px;
+ top: 0;
+ right: 0;
cursor: pointer;
opacity: 0;
margin: 0;
@@ -294,9 +295,9 @@ img {
position: fixed;
top: 0;
right: 0;
- height: 70px;
- width: 70px;
- padding: 15px;
+ height: 60px;
+ width: 60px;
+ padding: 5px;
border-bottom-left-radius: 8px;
background-color: var(--dark-transparent);
@@ -377,8 +378,9 @@ img {
}
.menu > a {
- margin-top: 5px;
- margin-bottom: 5px;
+ margin-top: 15px;
+ margin-bottom: 15px;
+ font-size: 34px;
}
/* IF THE TOGGLER IS CHECKED, THEN INCREASE THE WIDTH OF THE MENU TO 30% , CREATING A SMOOTH EFFECT : */