56 lines
1.1 KiB
CSS
56 lines
1.1 KiB
CSS
body {
|
|
margin: 0;
|
|
font-family: monospace;
|
|
}
|
|
@keyframes lol {
|
|
from {background-color: #333;}
|
|
to {background-color: #ddd;}
|
|
}
|
|
.topnav {
|
|
overflow: hidden;
|
|
background-color: #333;
|
|
}
|
|
.topnav a {
|
|
float: left;
|
|
color: #858585;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.topnav a:hover {
|
|
background-color: #ddd;
|
|
color: black;
|
|
}
|
|
.topnav a.active {
|
|
background-color: #333333;
|
|
color: #04AA6D;
|
|
}
|
|
.topnav a.twitch {
|
|
background-color: #333333;
|
|
color: #6441a5;
|
|
}
|
|
.topnav a.yt {
|
|
background-color: #333333;
|
|
color: #db0000
|
|
}
|
|
.topnav a.dc {
|
|
background-color: #333333;
|
|
color: #7289da;
|
|
}
|
|
.topnav a.game {
|
|
float: right;
|
|
}
|
|
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;
|
|
} |