linkfree-themes
Version:
CSS themes for a free and open source alternative to LinkTree
86 lines (74 loc) • 1.52 kB
CSS
/* Style Settings */
@import url("//fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
body {
background: url("images/background.png");
font-family: "Press Start 2P", cursive;
font-weight: 600;
text-align: center;
}
a {
text-decoration: none;
}
#userPhoto {
width: 150px;
display: block;
margin: 20px auto;
border-radius: 20%;
}
#userName,
#description {
color: #fff;
font-weight: 300;
}
#userName {
font-size: 2rem;
letter-spacing: 0.2rem;
margin: 0 auto;
display: block;
}
#description {
text-transform: none;
}
p {
max-width: max-content;
padding: 17px 17px 32px;
margin: 10px auto;
background-color: rgb(0 0 54);
color: #fff;
text-align: center;
text-decoration: underline dashed;
font-size: 1.3rem;
font-weight: 300;
transition: all 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
border: 1px solid white;
border-radius: 5% 5% 30% 40% / 43% 52% 31% 48%;
}
#links {
max-width: 500px;
width: auto;
display: block;
margin: 20px auto;
}
.link {
display: block;
background-color: rgb(0 0 54);
color: #fff;
text-align: center;
margin-bottom: 20px;
padding: 17px;
text-decoration: none;
font-size: 1.2rem;
font-weight: 300;
transition: all 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
border: 3px solid white;
border-radius: 5% 5% 37% 49% / 43% 52% 31% 48%;
}
.link:hover {
background-color: rgb(221 48 119);
color: #000000;
}
ion-icon {
vertical-align: text-bottom;
width: 1.1875em;
height: 1.1875em;
}