Skip to content

Instantly share code, notes, and snippets.

@argestes
argestes / dabblet.css
Created October 10, 2012 00:28
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
min-height: 100%;
}
button {
background : linear-gradient(65deg, skyblue, yellow);
@argestes
argestes / dabblet.css
Created October 18, 2012 19:27
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.question-wrapper{
Border:1px dashed rgb(0,0,0);
background: rgb(240,240,123)
}
.question{
@argestes
argestes / dabblet.css
Created October 18, 2012 20:16
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.question-wrapper{
background: rgb(240,240,130)
border:1px solid;
}
.question{
@argestes
argestes / dabblet.css
Created October 18, 2012 20:17
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.question-wrapper{
background: rgb(240,240,130)
border:1px solid;
}
.question{
@argestes
argestes / dabblet.css
Created October 18, 2012 20:19
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.question-wrapper{
background: rgb(240,240,130)
border:1px solid;
z-index=-1;
}
@argestes
argestes / dabblet.css
Created October 18, 2012 20:42
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.form-wrapper{
color: rgb(240,240,130)
border:1px solid;
z-index=-1;
border: 2px dashed #ccc;
padding : 10px;
@argestes
argestes / dabblet.css
Created October 18, 2012 20:48
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.divider{
min-height: 10px;
}
.form-wrapper{
background: rgb(240,240,1)
border:1px solid;
border: 2px dashed #ccc;
@argestes
argestes / dabblet.css
Created November 18, 2012 00:57
Untitled
.posttitle{
normal normal 50px Georgia, Utopia, 'Palatino Linotype', Palatino, serif
}
@argestes
argestes / dabblet.css
Created November 18, 2012 10:32
Untitled
.posttitle{
font = normal normal 50px Georgia, Utopia, 'Palatino Linotype', Palatino, serif
}
post{
}
@argestes
argestes / dabblet.css
Created December 10, 2012 21:54
Untitled
.posttitle{="date"> 12 Temmuz </p></div>
font: normal normal 30px Georgia, Utopia, 'Palatino Linotype', Palatino, serif;
color: rgb(111,12,12)
}
.post{
border-width:1px;
border-style:dashed;
background-color: rgb(230,230,230);