Skip to content

Instantly share code, notes, and snippets.

View plindberg's full-sized avatar

Peter Lindberg plindberg

View GitHub Profile
@plindberg
plindberg / dabblet.css
Created June 30, 2012 20:48
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
span {
font: 0/0 serif;
color: transparent;
}
@plindberg
plindberg / dabblet.css
Created June 28, 2012 13:23
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.t {display: table;}
.c {display: table-cell;}
body {
padding-top: 200px;
}
@media only screen and (min-width: 881px) {
#wab, #wcd {
display: inline;
}
#a, #b, #c, #d {
display: inline-block;
@plindberg
plindberg / dabblet.css
Created May 23, 2012 11:49
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#w {
width: 700px;
overflow: auto;
white-space: nowrap;
}
@plindberg
plindberg / dabblet.css
Created May 16, 2012 10:54
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#hd {
margin: 0 auto;
width: 75%;
border-radius: 10px 10px 0 0;
overflow: hidden;
}
@plindberg
plindberg / dabblet.css
Created May 16, 2012 09:27
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#o {
border-radius: 3px;
width: 500px;
height: 257px;
overflow: hidden;
position: relative;
@plindberg
plindberg / dabblet.css
Created May 16, 2012 09:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#o {
border-radius: 3px;
width: 500px;
height: 257px;
overflow: hidden;
}
@plindberg
plindberg / dabblet.css
Created May 16, 2012 09:08
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#nav {
position:relative;
width: 210px;
direction: rtl;
text-align: left;
}
@plindberg
plindberg / dabblet.css
Created May 3, 2012 14:06
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#ow {
width: 100%;
}
#w {
width: 50%;
@plindberg
plindberg / dabblet.css
Created April 18, 2012 18:45
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.container {width:100%;display:table;background:red;}
.fixed_width {
background:green;
width:160px;
height:300px;