Skip to content

Instantly share code, notes, and snippets.

View HDVinnie's full-sized avatar
👨‍🚀
Retired

HDVinnie HDVinnie

👨‍🚀
Retired
View GitHub Profile
@HDVinnie
HDVinnie / chat-Discord-blue.svg
Created June 5, 2018 13:00
UNIT3D Discord Badge
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@HDVinnie
HDVinnie / index.html
Created July 12, 2018 20:36
Login Panel w/ Terms of Service/Recover Password panels - responsive
<!-- LOGIN MODULE -->
<div class="login">
<div class="wrap">
<!-- SLIDER -->
<div class="content">
<!-- SLIDESHOW -->
<div id="slideshow">
<div class="one">
</div>
@HDVinnie
HDVinnie / minimal.css
Created July 15, 2018 23:24
minimal.css
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400i|Montserrat:300,300i,400,400i,500,700);
progress,
sub,
sup {
vertical-align: baseline
}
.heading-bullet,
.heading-line>*,
sub,
@HDVinnie
HDVinnie / tuning-primer.sh
Created July 19, 2018 12:05
MySQL performance tuning primer script
#!/bin/sh
# vim: ts=8
#########################################################################
# #
# MySQL performance tuning primer script #
# Writen by: Matthew Montgomery #
# Report bugs to: https://bugs.launchpad.net/mysql-tuning-primer #
# Inspired by: MySQLARd (http://gert.sos.be/demo/mysqlar/) #
# Version: 1.6-r1 Released: 2011-08-06 #
@HDVinnie
HDVinnie / blutopian.css
Last active October 1, 2018 17:56
Blutopia Custom Stylesheet
#hoeapp-wrapper, #main-content, .inner-content {
background-color: #353d53;
}
.hoe-right-header[hoe-color-type="header-bg5"] {
background: #1b2438;
}
#hoeapp-container[hoe-color-type="lpanel-bg5"].hoe-minimized-lpanel #hoe-left-panel {
background: #1b2438;
#hoeapp-wrapper, #main-content, .inner-content {
background-color: #151517;
}
.hoe-right-header[hoe-color-type="header-bg5"] {
background: #000000;
}
#hoeapp-container[hoe-color-type="lpanel-bg5"].hoe-minimized-lpanel #hoe-left-panel {
background: #000000;
:root {
--text-color: #CCCCCC;
--color-dark-magenta: hsl(300, 10%, 25%);
--color-dark-green: hsl(120, 10%, 25%);
--color-dark-blue: hsl(240, 10%, 30%);
--color-dark-red: hsl(0, 10%, 25%);
--color-red: hsl(0, 20%, 40%);
--color-light-red: hsl(0, 20%, 50%);
--color-green: hsl(120, 20%, 40%);
--color-light-green: hsl(120, 20%, 50%);
@HDVinnie
HDVinnie / red-95.css
Last active August 22, 2018 16:41
red-95.css
body{
zoom: 95% !important;
}
@HDVinnie
HDVinnie / red-90.css
Created August 22, 2018 16:42
red-90.css
body{
zoom: 90% !important;
}
@HDVinnie
HDVinnie / red-85.css
Created August 22, 2018 16:42
red-85.css
body{
zoom: 85% !important;
}