Skip to content

Instantly share code, notes, and snippets.

@ab-5v
ab-5v / dabblet.css
Created August 26, 2013 09:09
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, yellow, blue);
min-height: 100%;
}
.a {
position: relative;
@ab-5v
ab-5v / dabblet.css
Created October 22, 2012 12:02
Untitled
.icon {
display: block;
position: relative;
width: 6px;
height: 6px;
background-color: #FFF;
border: 2px solid black;
border-radius: 5px;
}
@ab-5v
ab-5v / dabblet.css
Created October 22, 2012 11:56
Untitled
.b-sc-button {
position: relative;
overflow: hidden;
width: 40px;
height: 40px;
background: #fa892a; /* Old browsers */
background: -moz-linear-gradient(top, #fa892a 0%, #f93402 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa892a), color-stop(100%,#f93402)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fa892a 0%,#f93402 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fa892a 0%,#f93402 100%); /* Opera 11.10+ */
@ab-5v
ab-5v / dabblet.css
Created October 22, 2012 11:56
Untitled
.b-sc-button {
position: relative;
overflow: hidden;
width: 40px;
height: 40px;
background: #fa892a; /* Old browsers */
background: -moz-linear-gradient(top, #fa892a 0%, #f93402 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa892a), color-stop(100%,#f93402)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fa892a 0%,#f93402 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fa892a 0%,#f93402 100%); /* Opera 11.10+ */
@ab-5v
ab-5v / dabblet.css
Created October 20, 2012 19:56
Untitled
.b-sc-button {
position: relative;
overflow: hidden;
width: 40px;
height: 40px;
background: #fa892a; /* Old browsers */
background: -moz-linear-gradient(top, #fa892a 0%, #f93402 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa892a), color-stop(100%,#f93402)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fa892a 0%,#f93402 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fa892a 0%,#f93402 100%); /* Opera 11.10+ */
@ab-5v
ab-5v / dabblet.css
Created April 24, 2012 18:55
Untitled
.ib {
display: inline-block;
background-color: #CAF;
}
.i {
overflow: hidden;
}
.b {
display: block;
background-color: #FAC;