Skip to content

Instantly share code, notes, and snippets.

View drublic's full-sized avatar
🌐
Remote by default

Hans Reinl drublic

🌐
Remote by default
View GitHub Profile
@drublic
drublic / dabblet.css
Created January 25, 2012 17:43
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
@drublic
drublic / settings.json
Created January 27, 2012 20:10
Untitled
{"view":"split","prefixfree":"1","page":"css"}
@drublic
drublic / dabblet.css
Created January 31, 2012 14:43
Untitled
header {
position: relative;
width: 1000px;
margin: 0 auto;
}
#navigation {
position: relative;
overflow: hidden;
border: 1px solid #eee;
@drublic
drublic / dabblet.css
Created January 31, 2012 15:02 — forked from anonymous/dabblet.css
Untitled
header {
position: relative;
width: 1000px;
margin: 0 auto;
-webkit-transform: translate(-100px, 200px)
}
#navigation {
position: relative;
overflow: hidden;
@drublic
drublic / dabblet.css
Created January 31, 2012 15:02 — forked from anonymous/dabblet.css
Untitled
header {
position: relative;
width: 1000px;
margin: 0 auto;
-webkit-transform: translate(-100px, 200px)
}
#navigation {
position: relative;
overflow: hidden;
@drublic
drublic / dabblet.css
Created January 31, 2012 15:02 — forked from anonymous/dabblet.css
Untitled
header {
position: relative;
width: 1000px;
margin: 0 auto;
-webkit-transform: translate(-100px, 200px)
}
#navigation {
position: relative;
overflow: hidden;
@drublic
drublic / dabblet.css
Created February 2, 2012 23:17
Test-Case for display: list-item
/**
* Test-Case for display: list-item
*/
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
.display {
@drublic
drublic / dabblet.css
Created February 10, 2012 13:36
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
ul li:nth-child(4n+2),
ul li:nth-child(4n+1) {
background: #ddd;
}
@drublic
drublic / dabblet.css
Created February 12, 2012 11:49
Untitled
.withmoz::-moz-selection {
background: #ddd;
}
.without::selection {
background: #ddd;
}
@drublic
drublic / dabblet.css
Created February 12, 2012 11:51
Untitled
p {
text-shadow: 1px 1px 1px #aaa;
}
.withmoz::-moz-selection {
background: #ddd;
color: #fff;
text-shadow: none;
}
.without::selection {