This commit is contained in:
Skylar "The Cobra" Widulski 2022-10-29 14:34:32 -04:00
commit 2f467fbaa5
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 16 additions and 150 deletions

View File

@ -1,98 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50px"
height="50px"
viewBox="0 0 50"
version="1.1"
id="svg5"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="verntrans.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="5.6568543"
inkscape:cx="15.733126"
inkscape:cy="43.575455"
inkscape:window-width="1876"
inkscape:window-height="1006"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<linearGradient
id="linearGradient8502">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop8500" />
</linearGradient>
<linearGradient
id="linearGradient8482-1"
inkscape:swatch="gradient">
<stop
style="stop-color:#865aff;stop-opacity:1;"
offset="0"
id="stop8495" />
<stop
style="stop-color:#865aff;stop-opacity:0;"
offset="1"
id="stop8497" />
</linearGradient>
<linearGradient
id="linearGradient8482"
inkscape:swatch="gradient">
<stop
style="stop-color:#1aff00;stop-opacity:1;"
offset="0"
id="stop8490" />
<stop
style="stop-color:#865aff;stop-opacity:0;"
offset="1"
id="stop8492" />
</linearGradient>
<linearGradient
id="linearGradient8482-2"
inkscape:swatch="gradient">
<stop
style="stop-color:#ff0050;stop-opacity:1;"
offset="0"
id="stop8478" />
<stop
style="stop-color:#865aff;stop-opacity:0;"
offset="1"
id="stop8480" />
</linearGradient>
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<text
xml:space="preserve"
style="font-size:32.0001px;fill:#e6e6e6;stroke-width:1"
x="4.995791"
y="36.298496"
id="text113"><tspan
sodipodi:role="line"
id="tspan111"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32.0001px;font-family:'Fira Code', 'FiraCode Nerd Font', 'DejaVu Sans Mono', 'JetBrains Mono', monospace;-inkscape-font-specification:'Fira Code', 'FiraCode Nerd Font', 'DejaVu Sans Mono', 'JetBrains Mono', monospace;fill:#ff6c6b;stroke-width:3.97086"
x="4.995791"
y="36.298496">~V</tspan></text>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg width="50" height="50" viewBox="0 0 50" version="1.1" id="svg5" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs2"> <linearGradient id="linearGradient8482-1"> <stop style="stop-color:#865aff;stop-opacity:1;" offset="0" id="stop8495" /> <stop style="stop-color:#865aff;stop-opacity:0;" offset="1" id="stop8497" /> </linearGradient> <linearGradient id="linearGradient8482"> <stop style="stop-color:#1aff00;stop-opacity:1;" offset="0" id="stop8490" /> <stop style="stop-color:#865aff;stop-opacity:0;" offset="1" id="stop8492" /> </linearGradient> <linearGradient id="linearGradient8482-2"> <stop style="stop-color:#ff0050;stop-opacity:1;" offset="0" id="stop8478" /> <stop style="stop-color:#865aff;stop-opacity:0;" offset="1" id="stop8480" /> </linearGradient> </defs> <g id="layer1"> <text xml:space="preserve" style="font-size:32.0001px;fill:#e6e6e6;stroke-width:1" x="4.995791" y="36.298496" id="text113"><tspan id="tspan111" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32.0001px;font-family:'Fira Code', 'FiraCode Nerd Font', 'DejaVu Sans Mono', 'JetBrains Mono', monospace;-inkscape-font-specification:'\'Fira Code\', \'FiraCode Nerd Font\', \'DejaVu Sans Mono\', \'JetBrains Mono\', monospace';fill:#ff6c6b;stroke-width:3.97086" x="4.995791" y="36.298496">~V</tspan></text> </g> </svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -25,51 +25,27 @@ nav {
gap: 1rem;
}
nav li {
display:inline-block no;
margin-right:20px;
}
.navlogo {
width:50px;
height:50px;
}
a {
color:#ff6c6b;
text-decoration:none;
}
a:hover {
color:#ff6c6b;
text-decoration:underline;
}
nav li { display:inline-block no; margin-right:20px; }
.navlogo { width:50px; height:50px; }
a { color:#ff6c6b; text-decoration:none; }
a:hover { color:#ff6c6b; text-decoration:underline; }
h1, h2, h3 {
display:inline;
line-height:1.2;
color:#51afef;
font-size:1.3em;
}
h2 {
font-size:1.2em;
}
h3 {
font-size:1.1em;
}
h2 { font-size:1.2em; }
h3 { font-size:1.1em; }
.h:hover a[aria-hidden] {
display:inline;
color:#ff6c6b;
size:75%;
}
.h a[aria-hidden] {
display:none;
}
pre {
tab-size:4;
}
.red {
color:#ff6c6b;
}
.green {
color:#98be65;
}
.h a[aria-hidden] { display:none; }
pre { tab-size:4; }
.red { color:#ff6c6b; }
.green { color:#98be65; }
input[type=submit] {
padding:5px 15px;
background:#51afef;
@ -78,13 +54,8 @@ input[type=submit] {
color: #282c34;
border-radius:10px;
}
input[type=checkbox] {
color: #282c34;
background-color: #bbc2cf;
}
ul[userlist] {
list-style:none;
}
input[type=checkbox] { color: #282c34; background-color: #bbc2cf; }
ul[userlist] { list-style:none; }
ul[userlist] li[online]::before {
content:"\2022";
color:#ff6c6b;
@ -93,14 +64,6 @@ ul[userlist] li[online]::before {
width:1.0em;
margin-left:-1.0em;
}
ul[userlist] li[online$=true]::before {
color:#98be65;
}
textarea {
background-color: #282c34;
color: #bbc2cf;
}
input {
background-color: #282c34;
color: #bbc2cf;
}
ul[userlist] li[online$=true]::before { color:#98be65; }
textarea { background-color: #282c34; color: #bbc2cf; }
input { background-color: #282c34; color: #bbc2cf; }