Skip to content

Instantly share code, notes, and snippets.

View wrumsby's full-sized avatar
💭
what is this even

Walter Rumsby wrumsby

💭
what is this even
View GitHub Profile
@wrumsby
wrumsby / broadcast.html
Created May 17, 2011 10:16
Experimenting with broadcasting custom events in YUI 3
<!DOCTYPE html>
<html>
<head>
<title>Custom Events</title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?3.3.0/build/cssbase/base-min.css">
<style>
body {
font-family: sans-serif;
}
@wrumsby
wrumsby / dabblet.css
Created February 20, 2012 00:17
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
font-family: sans-serif;
}
p {
margin-top: 4em;
}
@wrumsby
wrumsby / dabblet.css
Created February 20, 2012 00:19
Untitled
.yui3-widget-hidden{display:none}.yui3-widget-content{overflow:hidden}.yui3-widget-content-expanded{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:100%}.yui3-widget-tmp-forcesize{overflow:hidden!important}.yui3-widget-stacked .yui3-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:0;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;_height:0}.yui3-overlay{position:absolute}.yui3-overlay-hidden{visibility:hidden}.yui3-widget-tmp-forcesize .yui3-overlay-content{overflow:hidden!important}
@wrumsby
wrumsby / dabblet.css
Created July 23, 2012 03:26
Untitled
body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
}
.sidebar {
border-color: #ddd;
border-style: solid;
border-width: 1px 0 0 1px;
box-shadow: -1px -1px 3px #ddd;
@wrumsby
wrumsby / dabblet.css
Created July 23, 2012 04:14
Untitled
body {
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
}
.line-graph {
border: 0px dotted red;
}
@wrumsby
wrumsby / dabblet.css
Created July 24, 2012 02:25
Untitled
body {
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
}
.line-graph {
border: 0px dotted red;
}
@wrumsby
wrumsby / dabblet.css
Created August 30, 2012 22:36
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background-color: #f9f9f9;
color: #333;
font-family: Arial, Helvetica, sans-serif;
}
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:29
Untitled
body {
background-color: #fff;
color: #333;
}
.box {
margin: 10px;
width: 150px;
height: 150px;
opacity: 0.9;
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:30
Untitled
body {
background-color: #fff;
color: #333;
}
.box {
display: inline-block;
margin: 10px;
width: 150px;
height: 150px;
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:32
Untitled
body {
background-color: #fff;
color: #333;
}
.box {
position: absolute;
margin: 10px;
width: 150px;
height: 150px;