2022-06-05 20:53:21 -05:00
|
|
|
<!--
|
|
|
|
|
|
2024-10-17 20:19:34 -05:00
|
|
|
/* "Bartz" for Layout V3 */
|
2024-03-27 20:45:31 -05:00
|
|
|
|
|
|
|
|
/* https://web.archive.org/web/20240310130126/http://eastfarthing.com/luculent/ */
|
2024-04-01 09:06:57 -05:00
|
|
|
|
2024-10-17 20:19:34 -05:00
|
|
|
@media only screen and (min-width: 900px) {
|
|
|
|
|
body {
|
|
|
|
|
float: left;
|
|
|
|
|
padding-left: 100px;
|
|
|
|
|
min-width: 500px;
|
|
|
|
|
overflow: scroll;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-27 20:45:31 -05:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'LuculentBold';
|
|
|
|
|
src: url('./css/fonts/luculentb.woff');
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'LuculentRegular';
|
|
|
|
|
src: url('./css/fonts/luculent.woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
2021-11-12 20:02:11 -06:00
|
|
|
|
|
|
|
|
body {
|
2024-10-17 20:19:34 -05:00
|
|
|
background-image: url("./css/bartz.webp");
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
background-color: #000000;
|
2024-03-27 20:45:31 -05:00
|
|
|
font-family: 'LuculentRegular', monospace;
|
2021-11-12 20:02:11 -06:00
|
|
|
color: #FFFFFF;
|
|
|
|
|
max-width:900px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
font-size: large;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-27 20:45:31 -05:00
|
|
|
td, .center {
|
2022-07-29 21:30:55 -05:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-17 20:19:34 -05:00
|
|
|
.left {
|
|
|
|
|
text-align: left !important
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right {
|
|
|
|
|
text-align: right !important
|
|
|
|
|
}
|
|
|
|
|
|
2021-11-13 12:58:35 -06:00
|
|
|
.index {
|
2022-08-17 13:32:36 -05:00
|
|
|
max-width: 551px;
|
2021-11-13 12:58:35 -06:00
|
|
|
}
|
|
|
|
|
|
2021-11-12 20:02:11 -06:00
|
|
|
a, a:visited {
|
|
|
|
|
color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-27 20:45:31 -05:00
|
|
|
.box, .card, nav {
|
2021-11-12 20:02:11 -06:00
|
|
|
margin-top: 3%;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
padding: 10px 10px 5px 20px;
|
2023-04-25 15:39:34 -05:00
|
|
|
background: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
2021-11-12 20:02:11 -06:00
|
|
|
.box-smaller {
|
|
|
|
|
max-width: 700px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-14 10:52:47 -06:00
|
|
|
article a, ul a, td a, .bruh {
|
2021-11-12 20:02:11 -06:00
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-13 19:48:24 -05:00
|
|
|
pre {
|
|
|
|
|
font-size: small;
|
2022-11-01 04:14:03 -05:00
|
|
|
overflow: auto;
|
2022-09-13 19:48:24 -05:00
|
|
|
}
|
|
|
|
|
|
2021-11-12 20:02:11 -06:00
|
|
|
hr {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b, strong {
|
2024-10-17 20:19:34 -05:00
|
|
|
color: #1b8d0e;
|
2024-04-01 09:06:57 -05:00
|
|
|
font-family: 'LuculentBold', monospace;
|
2022-08-17 13:32:36 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
code {
|
2024-03-27 20:45:31 -05:00
|
|
|
color: #a891c5;
|
2021-11-12 20:02:11 -06:00
|
|
|
}
|
|
|
|
|
|
2022-08-17 13:32:36 -05:00
|
|
|
i, em {
|
2024-10-17 20:19:34 -05:00
|
|
|
color: #007ef7;
|
2023-05-01 11:40:31 -05:00
|
|
|
}
|
|
|
|
|
|
2021-11-12 20:02:11 -06:00
|
|
|
img.big {
|
2022-12-31 12:43:57 -06:00
|
|
|
max-width: 100%;
|
2021-11-12 20:02:11 -06:00
|
|
|
height: auto;
|
2023-02-01 17:12:51 +00:00
|
|
|
display: block;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2021-11-12 20:02:11 -06:00
|
|
|
}
|
2022-02-14 10:52:47 -06:00
|
|
|
|
|
|
|
|
/* 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%; }
|
|
|
|
|
}
|
2022-06-05 20:53:21 -05:00
|
|
|
|
2023-02-28 19:16:38 -06:00
|
|
|
/* 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%;
|
|
|
|
|
}
|
|
|
|
|
|
2022-06-05 20:53:21 -05:00
|
|
|
-->
|