Initial commit
1
static/rss.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 455.731 455.731" style="enable-background:new 0 0 455.731 455.731;" xml:space="preserve"><g><rect x="0" y="0" style="fill:#F78422;" width="455.731" height="455.731"/><g><path style="fill:#FFFFFF;" d="M296.208,159.16C234.445,97.397,152.266,63.382,64.81,63.382v64.348 c70.268,0,136.288,27.321,185.898,76.931c49.609,49.61,76.931,115.63,76.931,185.898h64.348 C391.986,303.103,357.971,220.923,296.208,159.16z"/><path style="fill:#FFFFFF;" d="M64.143,172.273v64.348c84.881,0,153.938,69.056,153.938,153.939h64.348 C282.429,270.196,184.507,172.273,64.143,172.273z"/><circle style="fill:#FFFFFF;" cx="109.833" cy="346.26" r="46.088"/></g></g></svg>
|
After Width: | Height: | Size: 920 B |
BIN
static/stickers/4nobody.gif
Normal file
After Width: | Height: | Size: 2.9 KiB |
7
static/stickers/80x15.png
Normal file
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<head><title>301 Moved Permanently</title></head>
|
||||
<body bgcolor="white">
|
||||
<center><h1>301 Moved Permanently</h1></center>
|
||||
<hr><center>nginx</center>
|
||||
</body>
|
||||
</html>
|
BIN
static/stickers/cc4.png
Normal file
After Width: | Height: | Size: 446 B |
BIN
static/stickers/edited-with-vim_banner.gif
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/stickers/nonazis.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
static/stickers/notoweb3.gif
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
static/stickers/same-shit-different-asshole_banner.gif
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
static/stickers/wiby.gif
Normal file
After Width: | Height: | Size: 2.1 KiB |
62
static/style.css
Normal file
|
@ -0,0 +1,62 @@
|
|||
: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;}
|
||||
article{padding:1em; border:#282a2e 1pt solid;}
|
||||
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;}
|
||||
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;}
|
||||
.logo{
|
||||
padding: 5pt 0;
|
||||
margin:0;
|
||||
width:100%;
|
||||
border-bottom: 2pt solid;
|
||||
background-color: #282a2e;
|
||||
background: linear-gradient(to right,#b294bb,#282a2e);
|
||||
}
|
||||
.about ul{list-style:none;}
|
||||
.about img{height:10em; float:left;}
|
||||
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;
|
||||
}
|
||||
@keyframes gay {
|
||||
0%{background-position: 0px 50%;}
|
||||
50%{background-position: 100% 50%;}
|
||||
10%{background-position: 0px 50%;}
|
||||
}
|