Cleanup and moved some site specific stuff to site
|
@ -1 +0,0 @@
|
|||
<?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>
|
Before Width: | Height: | Size: 920 B |
Before Width: | Height: | Size: 2.9 KiB |
|
@ -1,7 +0,0 @@
|
|||
<html>
|
||||
<head><title>301 Moved Permanently</title></head>
|
||||
<body bgcolor="white">
|
||||
<center><h1>301 Moved Permanently</h1></center>
|
||||
<hr><center>nginx</center>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 446 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 2.1 KiB |
|
@ -24,10 +24,23 @@ main{ margin-left: 12em; margin-right: 1em; padding: 1em; border:1pt solid; mar
|
|||
main h1{border-bottom: 1pt solid;}
|
||||
main a h1 {border-bottom: transparent 0pt solid;}
|
||||
li::marker{color: var(--ansi05);}
|
||||
nav{height: 100%;padding: 0.5em; float:left; background: var(--ansi00-soft); border-right:solid 1pt; border-bottom: solid 1pt; width: 10em;}
|
||||
nav li{list-style: none; list-style-position:outside;}
|
||||
nav a{ display: block;}
|
||||
nav{text-transform: capitalize;}
|
||||
menu{
|
||||
height: 100%;
|
||||
padding: 0.5em;
|
||||
float:left;
|
||||
background: var(--ansi00-soft);
|
||||
border-right:solid 1pt;
|
||||
border-bottom: solid 1pt;
|
||||
width: 10em;
|
||||
text-transform: capitalize;
|
||||
margin-top:0;
|
||||
}
|
||||
menu li{list-style: none; list-style-position:outside;}
|
||||
menu a{ display: block;}
|
||||
nav{
|
||||
border-bottom: 1pt solid;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
summary{cursor:pointer;}
|
||||
summary:hover{ color: var(--ansi00-hard); background-color: var(--ansi11); }
|
||||
footer{text-align:center; border-top:1pt solid; margin-top: 1em;}
|
||||
|
@ -62,8 +75,8 @@ header{text-transform: capitalize; text-align:center;border-bottom:2pt solid; fo
|
|||
}
|
||||
@media (max-width: 800px){
|
||||
main{max-width:100%; margin: 1em;}
|
||||
nav{padding:0; width: 100%; border-right:solid 0pt;}
|
||||
nav a{ padding-left: 1em;}
|
||||
menu{padding:0; width: 100%; border-right:solid 0pt;}
|
||||
menu a{ padding-left: 1em;}
|
||||
}
|
||||
.stickers{ text-align:center; }
|
||||
.gay{
|
||||
|
|