Skip to content

Instantly share code, notes, and snippets.

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

HDVinnie HDVinnie

👨‍🚀
Retired
View GitHub Profile
@HDVinnie
HDVinnie / christmas-advent-calendar.markdown
Created November 30, 2019 23:04
Christmas Advent Calendar🎄🎅

Christmas Advent Calendar🎄🎅

A little self-set challenge to create a xmas advent calendar using javascript and css grid with a little animation and a hint of 3d. Works best in desktop.

Merry Christmas! I hope you enjoy!

A Pen by A Dunkley on CodePen.

License.

@HDVinnie
HDVinnie / BBCodeConverter.php
Last active March 20, 2019 17:17
BBCodeConverter For UNIT3D
<?php
/**
* NOTICE OF LICENSE.
*
* UNIT3D is open-sourced software licensed under the GNU General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D
*
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
@HDVinnie
HDVinnie / british.css
Last active October 17, 2018 21:03
FLAG
.img-circle.en {
content: url("https://blutopia.xyz/img/flags/gb.png");
}
@HDVinnie
HDVinnie / horror.css
Last active September 26, 2018 00:45
#hoeapp-wrapper, #main-content, .inner-content {
background-color: #181818;
}
.hoe-right-header[hoe-color-type="header-bg5"] {
background: #1f1f1f;
}
#hoeapp-container[hoe-color-type="lpanel-bg5"].hoe-minimized-lpanel #hoe-left-panel {
background: #1f1f1f;
@HDVinnie
HDVinnie / red-80.css
Created August 22, 2018 16:43
red-80.css
body {
zoom: 80% !important
}
@HDVinnie
HDVinnie / red-85.css
Created August 22, 2018 16:42
red-85.css
body{
zoom: 85% !important;
}
@HDVinnie
HDVinnie / red-90.css
Created August 22, 2018 16:42
red-90.css
body{
zoom: 90% !important;
}
@HDVinnie
HDVinnie / red-95.css
Last active August 22, 2018 16:41
red-95.css
body{
zoom: 95% !important;
}
: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%);
#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;