Skip to content

Instantly share code, notes, and snippets.

@tonisuter
tonisuter / dabblet.css
Created March 15, 2012 06:59
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #dddddd;
min-height: 100%;
@tonisuter
tonisuter / dabblet.css
Created March 15, 2012 06:59
Inset Box
/**
* Inset Box
*/
html {
background: white;
min-height:100%;
}
.inset_box {
#! /bin/sh
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the nginx web server
# Description: starts nginx using start-stop-daemon
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, rgb(255,255,255)),
color-stop(1, rgb(255,0,0))
)
-moz-linear-gradient(
center top,
rgb(255,255,255) 0%,
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-bottomleft:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;