thsf.net/src/thsf/static/css/wemakeporn.css

73 lines
1.5 KiB
CSS
Raw Normal View History

2023-04-11 12:26:16 +02:00
@media screen and (min-width: 45em) {
.wemakeporn {
background-color: #FFD036;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
border-radius: 1em;
border-width: 1em;
border-style: solid;
display: flex;
flex-direction: column;
2023-04-11 12:28:51 +02:00
justify-content: center;
align-items: center;
align-content: center;
2023-04-11 12:26:16 +02:00
padding: 0.5em;
2023-04-11 12:34:34 +02:00
transform: rotate(-20deg) translate(2em, -6em);
2023-04-11 12:26:16 +02:00
visibility: hidden;
position: fixed;
}
.wemakeporn:hover{
cursor: default;
}
2023-04-11 12:23:27 +02:00
2023-04-11 12:26:16 +02:00
.wemake {
font-size: 7em;
font-weight: bold;
2023-04-11 12:34:34 +02:00
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
2023-04-11 12:26:16 +02:00
}
.porn {
font-size: 12em;
font-weight: bold;
2023-04-11 12:34:34 +02:00
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
2023-04-11 12:26:16 +02:00
}
2023-04-11 12:23:27 +02:00
}
2023-04-11 12:26:16 +02:00
@media screen and (max-width: 44em) {
.wemakeporn {
background-color: #FFD036;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
2023-04-11 12:28:51 +02:00
border-radius: 0.5em;
border-width: 0.5em;
2023-04-11 12:26:16 +02:00
border-style: solid;
display: flex;
flex-direction: column;
2023-04-11 12:34:34 +02:00
justify-content: center;
align-items: center;
align-content: center;
padding: 0.5em;
2023-04-11 12:41:36 +02:00
transform: rotate(-20deg) translate(-1.5em, 8em);
2023-04-11 12:26:16 +02:00
visibility: hidden;
position: fixed;
}
.wemakeporn:hover{
cursor: default;
}
.wemake {
font-size: 3.5em;
font-weight: bold;
}
2023-04-11 12:23:27 +02:00
2023-04-11 12:26:16 +02:00
.porn {
font-size: 6em;
font-weight: bold;
}
2023-04-11 12:23:27 +02:00
}