1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

130 lines
2.0 KiB
CSS

<!--
/* "Feathers" for Layout V4 */
body {
background-color: #32838f;
font-family: monospace;
color: #FFFFFF;
max-width:900px;
margin: auto;
font-size: large;
margin-bottom: 10px;
}
#index-header {
background-image: url("css/feather_red.png"), url("css/feather_blue.png");
background-repeat: no-repeat, no-repeat;
background-position: left, right;
}
.center {
text-align: center;
}
.index {
max-width: 551px;
}
a, a:visited {
color: inherit;
}
.box, .card, nav {
margin-top: 3%;
margin-left: auto;
margin-right: auto;
background: #242424;
padding: 10px 10px 5px 20px;
}
.box-smaller {
max-width: 700px;
}
table {
width: 100%;
padding: 3px;
}
article a, ul a, td a, .bruh {
text-decoration: underline;
}
pre {
font-size: small;
overflow: auto;
}
hr {
display: none;
}
b, strong {
color: #fff27b;
}
code {
color: #856b88;
}
i, em {
color: #e29a87;
}
img.big {
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
td {
text-align: center;
}
/* https://www.svgrepo.com/svg/6977/star */
.based {
list-style: url('./css/star.svg');
}
/* https://orangeable.com/css/animated-gradient-text */
.lesbian {
background: linear-gradient(-45deg, #D52D00, #EF7627, #FF9A56, #FFFFFF, #D162A4, #B55690, #A30262);
background-size: 300%;
font-weight: bold;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: animated_text 8s ease-in-out infinite;
-moz-animation: animated_text 8s ease-in-out infinite;
-webkit-animation: animated_text 8s ease-in-out infinite;
}
@keyframes animated_text {
0% { background-position: 0px 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0px 50%; }
}
/* http://xjfbpuj56rdazx4iolylxplbvyft2onuerjeimlcqwaihp3s6r4xebqd.onion/about-foogallery-video/ */
#player-overlay {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
z-index: 999;
}
video {
display: block;
width: 100%;
height: 100%;
}
-->