Skip to content

Instantly share code, notes, and snippets.

@dvnckr
dvnckr / dabblet.css
Created August 28, 2012 12:29
Untitled
h2 span {
color: red;
font-weight: bold;
}
h2 {
width: 550px;
margin: auto;
padding-bottom: 20px;
}
@dvnckr
dvnckr / dabblet.css
Created August 31, 2012 08:59
Untitled
h2 span {
color: red;
font-weight: bold;
}
h2 {
width: 550px;
margin: auto;
padding-bottom: 20px;
}
@dvnckr
dvnckr / dabblet.css
Created September 1, 2012 21:19
Réinitialisation
/* Réinitialisation */
* {margin: 0px; padding:0px;}
/* Police personnalisée*/
@font-face {
src: url('http://dl.dropbox.com/u/67963796/ttf/gillsans.ttf');
font-family: "Gill Sans";
}
@dvnckr
dvnckr / dabblet.css
Created September 2, 2012 12:17
1st theme
/* 1st theme */
/* Réinitialisation */
* {margin: 0px; padding:0px;}
/* Police personnalisée*/
@font-face {
@dvnckr
dvnckr / dabblet.css
Created September 2, 2012 15:32
Untitled
html, body {
width: 100%;
height: 100%;
font-family: "Helvetica Neue", Helvetica, sans-serif;
color: #444;
-webkit-font-smoothing: antialiased;
}
@dvnckr
dvnckr / dabblet.css
Created September 2, 2012 15:44
Untitled
html{
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1
@dvnckr
dvnckr / dabblet.css
Created September 3, 2012 02:04
Untitled
body {
padding: 0;
margin: 0;
background: #3FA8C6;
background-image: -moz-linear-gradient(top, #3fa8c6 0%, #3fa8c6 0%, #399ab2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fa8c6), color-stop(0%,#3fa8c6), color-stop(100%,#399ab2));
background-image: -webkit-linear-gradient(top, #3fa8c6 0%,#3fa8c6 0%,#399ab2 100%);
background-image: -o-linear-gradient(top, #3fa8c6 0%,#3fa8c6 0%,#399ab2 100%);
background-image: -ms-linear-gradient(top, #3fa8c6 0%,#3fa8c6 0%,#399ab2 100%);
@dvnckr
dvnckr / dabblet.css
Created September 21, 2012 11:25
Untitled
body {
background: linear-gradient(45deg, #003366 0%, #663300 100%);}
details {
width:400px;}
@dvnckr
dvnckr / dabblet.css
Created September 22, 2012 21:28
Untitled
body {
background: linear-gradient(45deg, #003366 0%, #663300 100%);}
details {
width:400px;}
@dvnckr
dvnckr / dabblet.css
Created September 28, 2012 09:54
Untitled
.live {
width:100px;
height:100px;
position:absolute;
left:100px;
top:50px;
background: #FF6633;}