2022-08-10 15:27:44 +02:00
|
|
|
:root{
|
|
|
|
scrollbar-color: #333747 #1d1f21;
|
|
|
|
}
|
|
|
|
::selection{
|
|
|
|
background-color: #333747;
|
|
|
|
color:#c397d8;
|
|
|
|
}
|
|
|
|
html{
|
|
|
|
color: #eaeaea;
|
|
|
|
background-color: #1d1f21;
|
|
|
|
}
|
|
|
|
body{ padding: 0; margin: 0; }
|
|
|
|
a{ color: #f0c674; }
|
|
|
|
a:hover{ color: #1d1f21; background-color: #f0c674; }
|
|
|
|
a:hover::selection{ color: #f0c674; }
|
|
|
|
audio{ width: 100%; display: block; margin-top: 1em; }
|
|
|
|
main{ margin-left: 12em; margin-right: 1em; padding: 1em; border:1pt solid; margin-bottom: 1em;}
|
|
|
|
main h1{border-bottom: 1pt solid;}
|
2022-08-18 14:17:23 +02:00
|
|
|
main a h1 {border-bottom: transparent 0pt solid;}
|
|
|
|
li::marker{color: #b294bb;}
|
2022-08-11 11:42:39 +02:00
|
|
|
/*
|
|
|
|
article{
|
|
|
|
padding:1em;
|
|
|
|
background: linear-gradient(to right,#1d1f21,#282a2e);
|
|
|
|
}
|
|
|
|
*/
|
2022-08-10 15:27:44 +02:00
|
|
|
nav{height: 100%;padding: 0.5em; float:left; background: #282a2e; border-right:solid 1pt; border-bottom: solid 1pt; width: 10em;}
|
|
|
|
nav li{list-style: none; list-style-position:outside;}
|
|
|
|
nav a{ display: block;}
|
2022-08-18 14:17:23 +02:00
|
|
|
nav{text-transform: capitalize;}
|
2022-08-10 15:27:44 +02:00
|
|
|
summary{cursor:pointer;}
|
|
|
|
summary:hover{ color: #1d1f21; background-color: #f0c674; }
|
|
|
|
footer{text-align:center; border-top:1pt solid; margin-top: 1em;}
|
|
|
|
footer a{text-decoration:none;}
|
|
|
|
footer .mirror{text-align:center; color: #f0c674;}
|
|
|
|
code{ background: #282a2e; border-radius: 1em; padding: 2pt;}
|
|
|
|
pre{ background: #282a2e; padding: 1em; border-radius: 1em;}
|
2022-08-23 16:48:16 +02:00
|
|
|
.hyperbowl{ font-style: italic; font-size: 1.2em;}
|
2022-08-10 15:27:44 +02:00
|
|
|
.logo{
|
|
|
|
padding: 5pt 0;
|
|
|
|
margin:0;
|
|
|
|
width:100%;
|
|
|
|
border-bottom: 2pt solid;
|
|
|
|
background-color: #282a2e;
|
|
|
|
background: linear-gradient(to right,#b294bb,#282a2e);
|
|
|
|
}
|
2022-08-11 11:42:39 +02:00
|
|
|
.logo a{
|
|
|
|
color: #eaeaea;
|
2022-08-18 14:17:23 +02:00
|
|
|
text-decoration: none;
|
2022-08-11 11:42:39 +02:00
|
|
|
}
|
2022-08-18 14:17:23 +02:00
|
|
|
.logo a:hover{ color: #1d1f21; }
|
2022-08-18 14:26:45 +02:00
|
|
|
.logo img{
|
|
|
|
float:left;
|
|
|
|
max-height:5em;
|
|
|
|
}
|
2022-08-10 15:27:44 +02:00
|
|
|
.about ul{list-style:none;}
|
2022-08-18 14:36:45 +02:00
|
|
|
.about img{height:10em; float:left;}
|
2022-08-10 15:27:44 +02:00
|
|
|
header{text-transform: capitalize; text-align:center;border-bottom:2pt solid; font-weight:bold;}
|
|
|
|
.page-head{text-transform: capitalize; text-align:center;border-bottom:2pt solid; font-weight:bold;}
|
|
|
|
@media (max-width: 800px){
|
|
|
|
main{max-width:100%; margin: 1em;}
|
|
|
|
nav{padding:0; width: 100%; border-right:solid 0pt;}
|
|
|
|
nav a{ padding-left: 1em;}
|
|
|
|
}
|
|
|
|
.stickers{ text-align:center; }
|
|
|
|
.gay{
|
|
|
|
background:linear-gradient(-45deg, #cc6666, #f0c674, #b5bd68, #8abeb7, #81a2b3, #b294bb);
|
|
|
|
background-clip: text;
|
|
|
|
background-size:300%;
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
animation:gay 8s ease-in-out infinite;
|
|
|
|
-moz-animation: gay 8s ease-in-out infinite;
|
|
|
|
-webkit-animation: gay 8s ease-in-out infinite;
|
|
|
|
}
|
2022-08-18 14:17:23 +02:00
|
|
|
.post-meta{margin-bottom: .5em; border-bottom: solid 1pt;}
|
|
|
|
.on-list{color:#c5c6c8;}
|
|
|
|
.post-meta{color: #c5c6c8; display:flex; justify-content: space-between; }
|
|
|
|
.post-tags a{text-decoration:none; color:inherit;}
|
|
|
|
.post-tags a:hover{text-decoration:none; color:#eaeaea; background:inherit;}
|
|
|
|
.button{padding:.3em;border-radius:.3em;}
|
|
|
|
.pagination__buttons{display:flex; justify-content:center;}
|
|
|
|
.pagination__buttons .next::after{content:" →";}
|
|
|
|
.pagination__buttons .prev::before{content:"← ";}
|
|
|
|
|
2022-08-10 15:27:44 +02:00
|
|
|
@keyframes gay {
|
|
|
|
0%{background-position: 0px 50%;}
|
|
|
|
50%{background-position: 100% 50%;}
|
|
|
|
10%{background-position: 0px 50%;}
|
|
|
|
}
|