AnorakWeb/website/static/css/main.css

56 lines
1.1 KiB
CSS
Raw Normal View History

2022-09-07 08:29:47 +00:00
body {
margin: 0;
font-family: monospace;
2023-08-08 17:44:13 +00:00
}
@keyframes lol {
from {background-color: #333;}
to {background-color: #ddd;}
}
.topnav {
2022-09-07 08:29:47 +00:00
overflow: hidden;
background-color: #333;
2023-08-08 17:44:13 +00:00
}
.topnav a {
2022-09-07 08:29:47 +00:00
float: left;
color: #858585;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 18px;
font-weight: bold;
2023-08-08 17:44:13 +00:00
}
.topnav a:hover {
2022-09-07 08:29:47 +00:00
background-color: #ddd;
color: black;
2023-08-08 17:44:13 +00:00
}
.topnav a.active {
2022-09-07 08:29:47 +00:00
background-color: #333333;
color: #04AA6D;
2023-08-08 17:44:13 +00:00
}
2022-09-07 08:29:47 +00:00
.topnav a.twitch {
background-color: #333333;
color: #6441a5;
}
.topnav a.yt {
background-color: #333333;
color: #db0000
}
.topnav a.dc {
background-color: #333333;
color: #7289da;
}
2023-08-08 17:44:13 +00:00
.topnav a.game {
float: right;
}
2022-09-07 08:29:47 +00:00
p {text-align: center;
font-size:16px;
line-height: 160%;
}
x {
font-size:20px;
color: #04bf7a;
text-shadow: 1.5px 1.5px #525252;
}
l {
font-size: 20px;
}