Compare commits
No commits in common. "65413b679bcc5b2fc3e9a522fe318d853da70f91" and "33bffd0465e5ac0ad869a2b177953cc8d8acc8b6" have entirely different histories.
65413b679b
...
33bffd0465
|
@ -22,7 +22,7 @@ div.eventList a.event div.event {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
border-radius: 45deg;
|
border-radius: 10px;
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
transition: transform .5s;
|
transition: transform .5s;
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,32 +65,20 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
padding: 10px 0 10px 0;
|
|
||||||
background-color: var(--nav-background-color);
|
background-color: var(--nav-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul {
|
nav li a {
|
||||||
list-style: none;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav ul li {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 0 2vw 0 2vw;
|
|
||||||
font-size: 125%;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav ul li a {
|
|
||||||
color: white !important;
|
color: white !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li a.active {
|
nav li a.active {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-style: double;
|
text-decoration-style: double;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li a:visited {
|
nav li a:visited {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -114,6 +102,21 @@ header img {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
padding: 10px 0 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul {
|
||||||
|
list-style: none;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0 2vw 0 2vw;
|
||||||
|
font-size: 125%;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 950px;
|
max-width: 950px;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
@ -175,6 +178,5 @@ p.topic {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
padding: 20px 0 20px 0;
|
padding: 20px 0 20px 0;
|
||||||
text-align: right;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue