Skip to content

Instantly share code, notes, and snippets.

@iamvdo
iamvdo / dabblet.css
Created September 7, 2012 08:29
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div{
background: repeating-linear-gradient(left, white 0,white 1px, black 1px, black 2px);
width:100px;height: 100px;
}
@iamvdo
iamvdo / dabblet.css
Created July 30, 2012 10:16
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html{
font:6em sans-serif;
padding:1em;
background:#222;
text-shadow:0 -1px 0 rgba(0,0,0,1);
color:white;
}
@iamvdo
iamvdo / dabblet.css
Created July 27, 2012 09:57
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
nav{height:30px;overflow:hidden;background:#eee;}
ul{padding:0;margin:0;}
@iamvdo
iamvdo / dabblet.css
Created July 26, 2012 15:19
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html{font:1em sans-serif;}
ul{position:relative;background:#eee;height:30px;overflow:hidden;}
ul li{position:absolute;list-style:none;height:30px;line-height:30px;white-space:nowrap;
animation:actus 1s 2 alternate 0s both;
}
ul li:first-child{
@iamvdo
iamvdo / dabblet.css
Created July 24, 2012 15:14
Untitled
div{
width:200px;
height:100px;
background:linear-gradient(top left,red,green);
}
div:last-child{
background:linear-gradient(to bottom right,red,green);
}
@iamvdo
iamvdo / dabblet.css
Created July 18, 2012 10:32
Untitled
body { font:1em sans-serif;padding:50px; background:#eee; }
#scene{
width:400px;height:577px;
margin:100px auto;
}
#book,#book2{
width:400px;height:577px;
transform-origin:50% 0 0;
perspective:500px;
@iamvdo
iamvdo / dabblet.css
Created June 26, 2012 08:01
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body { padding:50px; background:#2fa7ca; }
h1 {
width:450px;
font:bold 36px sans-serif;
letter-spacing:-1px;
@iamvdo
iamvdo / dabblet.css
Created June 11, 2012 19:40
Onglets fluides
/**
* Onglets fluides
*/
html{font:1.1em sans-serif;background:linear-gradient(#333,#111);height:100%;}
ul{display:table;width:500px;padding:0;margin:100px auto;border-radius:3px;box-shadow:
0 6px 1px rgba(0,0,0,.1),
0 0 5px rgba(0,0,0,.1),
0 1px 3px rgba(0,0,0,.3),
0 3px 5px rgba(0,0,0,.2),
0 5px 10px rgba(0,0,0,.25),
*{margin:0;padding:0;}
#article18{
background: url('squelettes/images/fondBois.png') no-repeat;
font-family: "Myriad Pro",sans-serif;
height: 469px;
}
#article18 ul{
position:relative;
list-style:none;
width:182px;
.demoTime{clear:right;min-height:100px;padding-top:1px;margin-top:5px;position:relative;
overflow:hidden;border:2px solid white;
background:#eee;
}
#article15{
height:350px;
font-size:0.9em;
font-family:"trebuchet ms",sans-serif;
background:#7f8990;