Skip to content

Instantly share code, notes, and snippets.

@mastergizmo
mastergizmo / dabblet.css
Created December 27, 2011 13:20 — forked from anonymous/dabblet.css
Super Tool
/* Super Tool */
h1 {
width:300px;
margin:50px auto;
border-radius:10px;
color:#ddd;
box-shadow:0px 4px 0px #666,inset 0px 4px 0px #666,inset 2px 2px 8px #666, 4px 4px 10px #666;
border:4px solid #eee;
background-color:#999;
@mastergizmo
mastergizmo / jq-mobile-green-button-theme.css
Created August 5, 2011 16:08 — forked from irohiroki/gist:909284
jQuery Mobile Green Theme for Buttons
.ui-btn-up-g, .ui-btn-hover-g, .ui-btn-down-g
{
color: white;
font-weight: bold;
text-decoration: none;
}
.ui-btn-up-g
{
border: 1px solid #397114;