Skip to content

Instantly share code, notes, and snippets.

@sa1f
sa1f / dabblet.css
Created March 17, 2012 10:05
Hopefully My site
/**
* Hopefully My site
Just so you know, fonts haven't been embedded so you can't
really see the beauty of the thing. Unless you have them in
stalled
*/
body {
background: #e8e8e8;
}
header #logo {
@sa1f
sa1f / dabblet.css
Created April 6, 2012 07:40
Hopefully My site
/**
* Hopefully My site
Just so you know, fonts haven't been embedded so you can't
really see the beauty of the thing. Unless you have them in
stalled
*/
body {
background: #e8e8e8;
}
header #logo {
@sa1f
sa1f / dabblet.css
Created April 8, 2012 22:50
Untitled
l/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@sa1f
sa1f / dabblet.css
Created April 23, 2012 00:15
Under Construction w/ gradient bg
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: -webkit-linear-gradient(45deg, #f06, yellow);
min-height: 100%;
color: Crimson;
font-size: 4em;
text-align:center;
@sa1f
sa1f / dabblet.css
Created April 23, 2012 01:55
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: -webkit-linear-gradient(45deg, #f06, yellow);
min-height: 100%;
color: Crimson;
font-size: 4em;
text-align:center;
@sa1f
sa1f / dabblet.css
Created April 23, 2012 01:57
Perpetually Hidden
/**
* Perpetually Hidden
*/
background: #f06;
background: -webkit-linear-gradient(45deg, #f06, #F9CD00);
background: -webkit-radial-gradient(50% 25%, ellipse cover, rgba(249,205,0,1) 0%,rgba(240,111,6,1) 100%);
background-position: 0% -231%;
min-height: 100%;
color: #DC5D0E;
@sa1f
sa1f / dabblet.css
Created April 23, 2012 03:41
Untitled
z/**
* Perpetually Hidden
*/
background: #f06;
background: -webkit-linear-gradient(45deg, #f06, #F9CD00);
background: -webkit-radial-gradient(50% 25%, ellipse cover, rgba(249,205,0,1) 0%,rgba(240,111,6,1) 100%);
background-position: 0% -231%;
min-height: 100%;
color: #DC5D0E;
@sa1f
sa1f / dabblet.css
Created June 28, 2012 00:41
Blargh aquamarine
/* Blargh aquamarine */
* {
font-family: futurascript;
font-size: 300px;
background: aquamarine;
color: white;
line-height:5px;
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
@sa1f
sa1f / dabblet.css
Created July 13, 2012 05:22
Blargh aquamarine
/* Blargh aquamarine */
* {
font-family: futurascript;
font-size: 300px;
background: aquamarine;
color: white;
line-height:5px;
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
@sa1f
sa1f / dabblet.css
Created July 13, 2012 08:06
Green bitmap
/**
Green bitmap */
body{
background: black;
min-height: 100%; }
#logo {
color: lime;
font: 15em ProggyCleanTT CE ;