Skip to content

Instantly share code, notes, and snippets.

@jackarmley
jackarmley / dabblet.css
Created January 26, 2012 19:38
Pure CSS3 "Chrevron style" breadcrumb nav
/**
*Pure CSS3 "Chrevron style" breadcrumb nav
By Jack Armley (jackarmley.com)
==
Gradient permalinks:
-ul == http://www.colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231
-li a:after == http://www.colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231
-li:last-child a == http://www.colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231
-li:last-child a:after == http://www.colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231
@jackarmley
jackarmley / dabblet.css
Created February 26, 2013 07:53
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.corner{
position:relative;
width:40px;
height:40px;
background:red;
overflow:hidden;
@jackarmley
jackarmley / dabblet.css
Created March 29, 2013 04:41
CSS-only Corner Ribbon
/**
* CSS-only Corner Ribbon
*/
/**
* Demo styles, to make things look pretty
*/
body{
margin-top:50px;
color:#333;
@jackarmley
jackarmley / dabblet.css
Created April 2, 2013 06:30
Faux picture corner
/**
* Faux picture corner
*/
body{
margin:50px 0;
}
.picture{
position:relative;
width:60%;
@jackarmley
jackarmley / dabblet.css
Created April 8, 2013 05:38
Drop caps and other fancy type effects
/**
* Drop caps and other fancy type effects
*/
@import url(http://fonts.googleapis.com/css?family=Medula+One);
@import url(http://fonts.googleapis.com/css?family=Poiret+One);
body{
width:100%;
max-width:600px;
margin:50px auto;
@jackarmley
jackarmley / dabblet.css
Created April 10, 2013 01:02
Spinning flower
/**
* Spinning flower
*/
@-webkit-keyframes flowerspin{
0%{
-webkit-transform:rotate(0deg);
}
100%{
-webkit-transform:rotate(360deg);
@jackarmley
jackarmley / dabblet.css
Created April 12, 2013 01:00
Inverted corner panel
/**
* Inverted corner panel
*/
@import url(http://fonts.googleapis.com/css?family=Autour+One);
@import url(http://fonts.googleapis.com/css?family=Lato);
body{
width:90%;
@jackarmley
jackarmley / dabblet.css
Created April 16, 2013 00:36
Promo star
/**
* Promo star
*/
@import url(http://fonts.googleapis.com/css?family=Lemon);
body{
width:300px;
margin:100px auto;
font-size:100%;
@jackarmley
jackarmley / dabblet.css
Created April 17, 2013 17:38
CSS-e spaghetti
/**
* CSS-e spaghetti
* The letter "A"
*/
@import url(http://fonts.googleapis.com/css?family=Fascinate);
@import url(http://fonts.googleapis.com/css?family=Croissant+One);
@import url(http://fonts.googleapis.com/css?family=Ovo);
body{
@jackarmley
jackarmley / dabblet.css
Created April 23, 2013 02:00
CSS alphabet-off: The letter "B"
/**
* CSS alphabet-off: The letter "B"
*/
@import url(http://fonts.googleapis.com/css?family=Miniver);
html{
height:100%;
}
body{