Skip to content

Instantly share code, notes, and snippets.

@Cyborg572
Cyborg572 / sidebar-theme.txt
Created October 2, 2014 20:22
Gossmatica slack sidebar theme
#FFFFFF,#009FDF,#009FDF,#FFFFFF,#009FDF,#000000,#000000,#000000
@Cyborg572
Cyborg572 / paper-ui-color.less
Created July 7, 2014 01:31
Material Design UI colour palette as Less variables
// Red
@red-50: #fde0dc;
@red-100: #f9bdbb;
@red-200: #f69988;
@red-300: #f36c60;
@red-400: #e84e40;
@red-500: #e51c23;
@red-600: #dd191d;
@red-700: #d01716;
@red-800: #c41411;
@Cyborg572
Cyborg572 / README.md
Last active August 29, 2015 14:00
Example Module for Londug Intro to Drupal Modules (2014/04/22)

Sandwich Module

This gist contains sample code for use in lessons.

@Cyborg572
Cyborg572 / dabblet.css
Created May 15, 2012 01:33
Camera effect
/**
* Camera effect
*/
body{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
background-attachment: fixed;
background-size: 100px;
min-height: 100%;
@Cyborg572
Cyborg572 / dabblet.css
Created May 10, 2012 02:28
CSS Mad Lib Game
/* CSS Mad Lib Game */
.word {
border-bottom: 1px solid black;
}
p{
margin: 10px 0;
padding: 10px;
}
@Cyborg572
Cyborg572 / dabblet.css
Created May 10, 2012 00:45
Gossmatica button tests
/**
* Gossmatica button tests
*/
body {
padding: 0; margin: 0;
font-size: 16px;
background: black;
/*background: linear-gradient(270deg, rgba(0,0,0, 0) 0px, rgba(0,0,0, 0) 23px, rgba(255,0,0, 1) 24px),
linear-gradient(180deg, rgba(0,0,0, 1) 0px, rgba(0,0,0, 1) 23px, rgba(255,0,0, 1) 24px);/**/