Skip to content

Instantly share code, notes, and snippets.

@innovationhero
innovationhero / dabblet.css
Created July 12, 2012 21:23
missing after & before
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
textbox
{
-webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
@innovationhero
innovationhero / dabblet.css
Created July 12, 2012 21:23
start of my textbox sticker
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
textbox
{
font:20px 'Gloria Hallelujah', cursive;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
@innovationhero
innovationhero / dabblet.css
Created July 12, 2012 21:23
start of my textbox sticker
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
textbox
{
font:20px 'Gloria Hallelujah', cursive;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
@innovationhero
innovationhero / dabblet.css
Created July 12, 2012 21:23
start of my textbox sticker
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
textbox
{
font:20px 'Gloria Hallelujah', cursive;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
#notes li {
position: relative;
width: 300px;
min-height: 100px;
margin: 25px auto;
padding: 60px 15px 15px 15px;
-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.5);
-moz-box-shadow: 0 2px 12px rgba(0,0,0,.5);
box-shadow: 0 1px 2px #000;
@innovationhero
innovationhero / dabblet.css
Created July 12, 2012 19:44
start of my textbox sticker
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
textbox
{
font:20px 'Gloria Hallelujah', cursive;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
textbox
{
font:20px 'Gloria Hallelujah', cursive;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
textbox
{
font:20px 'Gloria Hallelujah', cursive;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
@innovationhero
innovationhero / dabblet.css
Created July 12, 2012 18:39
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%;
}
@innovationhero
innovationhero / dabblet.css
Created July 12, 2012 18:20
Login Page ( Add Text box Note
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
box-shadow: 3px 3px 10px 5px #000;
body:before
{
font:20px 'Gloria Hallelujah', cursive;