Skip to content

Instantly share code, notes, and snippets.

@mightymess
mightymess / dabblet.css
Created February 20, 2012 15:39
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.roundBt{
width:80px;
height:80px;
position:absolute;
left:60px;
top:20px;
border:solid 1px #609eb0;
@mightymess
mightymess / dabblet.css
Created February 20, 2012 15:40
Soundcloud is Gold round Bt all css3 test
/**
* Soundcloud is Gold round Bt all css3 test
*/
.roundBt{
width:80px;
height:80px;
position:absolute;
left:60px;
top:20px;
border:solid 1px #609eb0;
@mightymess
mightymess / dabblet.css
Created February 20, 2012 16:17
Soundcloud is Gold round Bt all css3 test
/**
* Soundcloud is Gold round Bt all css3 test
*/
.roundBt{
width:80px;
height:80px;
position:relative;
left:9px;
top:7px;
border:solid 1px #609eb0;
@mightymess
mightymess / dabblet.css
Created February 21, 2012 14:34
Soundcloud is Gold round Bt all css3 test
/**
* Soundcloud is Gold round Bt all css3 test
*/
.roundBt{
width:80px;
height:80px;
position:relative;
left:9px;
top:7px;
@mightymess
mightymess / dabblet.css
Created February 21, 2012 18:25
Soundcloud is Gold round Bt all css3 test
/**
* Soundcloud is Gold round Bt all css3 test
*/
.roundBt{
width:80px;
height:80px;
position:relative;
left:9px;
top:7px;
border:solid 1px #609eb0;
.button{
position:relative;
border:solid 1px red;
border-radius:0px;
width:100px;
height:50px;
overflow:hidden;
}
.pannel{
background:#666;
.button, .topButton, .innerShadow{
position:absolute;
border-radius:0;
width:300px;
height:300px;
overflow:hidden;
}
.button{
}
.innerShadow{
.button, .topButton{
position:absolute;
border-radius:0;
width:300px;
height:300px;
overflow:hidden;
}
.topButton{
background:#333;
z-index:2;
.slider, .innerShadow, .frame{
position:absolute;
border-radius:0;
width:300px;
height:300px;
}
.frame{
top:50px;
left:50px;
background:#6d320e;
body{
background:#DDD;
font-family:PacificoRegular;
color:#ea4c89;
font-smooth:always;
}
.reveal{
background:#DDD;
position:absolute;
width:400px;