Funkin/docs/styles.css

70 lines
1022 B
CSS

.coolBox {
background: #1a1a1aCC;
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 {
background-image: url('img/skin-funkin-cardbordtoast.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-size: 100% 130%;
color:white;
background-color: #000;
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;
}