Funkin/docs/styles.css

98 lines
1.4 KiB
CSS
Raw Normal View History

2020-11-18 06:27:04 +00:00
.coolBox {
2020-11-18 07:31:37 +00:00
background: #1a1a1aCC;
2020-11-18 06:27:04 +00:00
margin: 40px 4vw;
padding: 25px;
font-size: 120%;
border-radius: 10px;
}
#wrapper
{
2020-11-18 23:35:28 +00:00
padding: 20px;
2020-11-18 06:27:04 +00:00
margin: auto;
}
marquee {
margin: auto;
text-align: center;
2020-11-18 23:51:43 +00:00
display: inline-block;
2020-11-18 06:27:04 +00:00
}
h1 {
text-align: center;
}
body {
2020-11-18 10:58:19 +00:00
background-image: url('img/skin-funkin-cardbordtoast.jpg');
2020-11-18 06:27:04 +00:00
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color:white;
background-color: #000;
2020-11-18 07:31:37 +00:00
font-family: Arial, Helvetica, sans-serif;
}
a { color:inherit;
text-decoration: none;}
2020-11-18 23:51:43 +00:00
.hovertext a{
color:white;
text-shadow: 0px 0px #00000077;
transition: color 1s, text-shadow 1s;
}
.hovertext a:hover
{
text-shadow: 2px 2px #00000077;
color: #ffb50e;
}
2020-11-18 07:31:37 +00:00
.linktext {
text-align: center;
display:block;
font-size: 130%;
2020-11-18 23:36:44 +00:00
padding-bottom: 10px;
2020-11-18 07:31:37 +00:00
}
.linktext a {
2020-11-18 23:51:43 +00:00
font-weight: bold;
2020-11-18 07:31:37 +00:00
}
.linktext a:hover {
border-radius: 5px;
}
#itch a:hover
{
color: #fa5c5c;
}
2020-11-18 23:51:43 +00:00
#twitter a:hover
{
color: #00acee;
}
2020-11-18 23:35:28 +00:00
#coolervidwrapper {
padding-left: min(12em, 75%);
padding-right: min(12em, 75%);
min-width: 30%;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
max-block-size: 1400px;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}