2020-11-18 01:27:04 -05:00
|
|
|
.coolBox {
|
2020-11-18 02:31:37 -05:00
|
|
|
background: #1a1a1aCC;
|
2020-11-18 01:27:04 -05:00
|
|
|
margin: 40px 4vw;
|
|
|
|
padding: 25px;
|
|
|
|
font-size: 120%;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrapper
|
|
|
|
{
|
|
|
|
padding: 25px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
marquee {
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
margin: auto;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2020-11-18 05:58:19 -05:00
|
|
|
background-image: url('img/skin-funkin-cardbordtoast.jpg');
|
2020-11-18 01:27:04 -05:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-size: cover;
|
|
|
|
background-size: 100% 130%;
|
|
|
|
color:white;
|
|
|
|
background-color: #000;
|
2020-11-18 02:31:37 -05:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a { color:inherit;
|
|
|
|
text-decoration: none;}
|
|
|
|
|
|
|
|
.linktext {
|
|
|
|
text-align: center;
|
|
|
|
display:block;
|
|
|
|
font-size: 130%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.linktext a {
|
|
|
|
font-weight: bold;
|
|
|
|
color:white;
|
|
|
|
text-shadow: 0px 0px #00000077;
|
|
|
|
transition: color 1s, text-shadow 1s;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.linktext a:hover {
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
text-shadow: 2px 2px #00000077;
|
|
|
|
color: #ffb50e;
|
|
|
|
}
|
|
|
|
|
|
|
|
#itch a:hover
|
|
|
|
{
|
|
|
|
color: #fa5c5c;
|
|
|
|
}
|