Skip to content

Instantly share code, notes, and snippets.

@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 12:17
1st theme
/* 1st theme */
/* Réinitialisation */
* {margin: 0px; padding:0px;}
/* Police personnalisée*/
@font-face {
@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 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 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 28, 2012 10:19
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFklEQVQIW2NkME77zwACZ2cxMuLkAACttQkEWPEuywAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2P8DwQMUMAIBCAmIw0EAbrwFAaRV+GjAAAAAElFTkSuQmCC'), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGUlEQVQIW2P8n8bwnwEJMM5iYIRxGYeUJAATPhUIa5xFbwAAAABJRU5ErkJggg==');
@dvnckr
dvnckr / dabblet.css
Created August 28, 2012 10:17
Untitled
background: url('http://dl.dropbox.com/u/67963796/cicada/1.png'), url('http://dl.dropbox.com/u/67963796/cicada/2.png'), url('http://dl.dropbox.com/u/67963796/cicada/3.png'), url('http://dl.dropbox.com/u/67963796/cicada/4.png');
@dvnckr
dvnckr / dabblet.css
Created August 26, 2012 18:57
Réinitialisation
/* Réinitialisation */
* {margin: 0px; padding:0px}
/* Bordure du haut */
body {border-top: 10px solid #003366; }
@dvnckr
dvnckr / dabblet.css
Created August 26, 2012 12:48
Untitled
header{
border-top: 5px solid #003366;
min-width: 100%
}
header h1 {
width:100px;
height: 100px;
display: inline-block;
@dvnckr
dvnckr / dabblet.css
Created August 22, 2012 20:50
Untitled
#wrapper{
width:400px;
min-height: 400px;
border: 1px solid black;
margin: auto;
margin-bottom: 20px;
box-shadow: 0 5px 5px black;}
#container{}
#main{}