Skip to content

Instantly share code, notes, and snippets.

View eLindemann's full-sized avatar

Erik Lindemann eLindemann

View GitHub Profile
@eLindemann
eLindemann / dabblet.css
Created April 1, 2013 20:41
"Google Now" Card
/**
* "Google Now" Card
*/
body {
background: #e1e1e1;
min-height: 100%;
margin: auto;
}
ul.gNow {
width: 450px;
@eLindemann
eLindemann / dabblet.css
Created April 22, 2014 06:07
"Google Now" Card
/**
* "Google Now" Card
*/
body {
background: #e1e1e1;
min-height: 100%;
margin: auto;
}
ul.gNow {
width: 450px;
@eLindemann
eLindemann / dabblet.css
Created March 30, 2012 00:10
HTML5 eMetro
/* HTML5 eMetro */
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
color: #fff;
font-size: 18pt;
font-family: "Cabin", sans-serif;
min-height: 100%;
}
@eLindemann
eLindemann / dabblet.css
Created March 28, 2012 03:07
HTML5 eMetro
/* HTML5 eMetro */
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
color: #fff;
font-size: 18pt;
font-family: "Cabin", sans-serif;
min-height: 100%;
}
@eLindemann
eLindemann / dabblet.css
Created March 28, 2012 02:30
HTML 5 Playground
/**
* HTML 5 Playground
*/
body {
color: #ffffff;
font-size: 30pt;
font-family: "Cabin", sans-serif;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@eLindemann
eLindemann / dabblet.css
Created November 15, 2014 06:22
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@eLindemann
eLindemann / dabblet.css
Created June 1, 2014 23:46
Mind-Repository: CABS Chat
/*
* Mind-Repository: CABS Chat
*/
body {
background: #e5e5e5;
}
div.message {
padding-bottom: 60px;
margin-left: 50px;
min-width: 200px;
@eLindemann
eLindemann / dabblet.css
Created June 2, 2014 07:14
Mind-Repository: CABS Chat
/*
* Mind-Repository: CABS Chat
*/
body {
background: #e5e5e5;
}
div.message {
padding-bottom: 60px;
margin-left: 50px;
width: 300px;
@eLindemann
eLindemann / dabblet.css
Created June 2, 2014 07:19
Mind-Repository: CABS Chat Message (Rounded Corners)
/*
* Mind-Repository: CABS Chat Message (Rounded Corners)
*/
body {
background: #e5e5e5;
}
div.message {
padding-bottom: 60px;
margin-left: 50px;
width: 300px;
@eLindemann
eLindemann / dabblet.css
Created June 2, 2014 07:21
Mind-Repository: CABS Chat Message (Solid Corners)
/*
* Mind-Repository: CABS Chat Message (Solid Corners)
*/
body {
background: #e5e5e5;
}
div.message {
padding-bottom: 60px;
margin-left: 50px;
width: 300px;