Skip to content

Instantly share code, notes, and snippets.

@jakerocheleau
jakerocheleau / dabblet.css
Created September 15, 2012 22:18 — forked from jklm313/dabblet.css
Untitled
.lft-column {
width: 70%;
background: indianred;
}
.rt-column {
width: 250px;
overflow: hidden;/* This does the magic */
float: right;
@jakerocheleau
jakerocheleau / dabblet.css
Created March 10, 2013 15:23 — forked from kizu/dabblet.css
Centered heading with rules
/* Centered heading with rules */
h1 {
position: relative;
overflow: hidden;
white-space: nowrap;
text-align: center;
text-overflow: ellipsis;
font: 1.6em/1.1 Georgia;
padding: .2em 0;
@jakerocheleau
jakerocheleau / dabblet.css
Created April 27, 2013 01:37
Circular Tooltip (SO)
/**
* Circular Tooltip (SO)
* http://stackoverflow.com/q/13132864/1397351
*/
* { margin: 0; padding: 0; }
body {
overflow: hidden;
background: url(http://theearlcarlson.com/experiments/amTooltip/img/bg.jpg);
}
/* generic styles for button & circular menu */