Skip to content

Instantly share code, notes, and snippets.

@PowerMugen
PowerMugen / dabblet.css
Created September 13, 2012 08:04
Untitled
div {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-
@PowerMugen
PowerMugen / dabblet.css
Created September 13, 2012 08:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #dedede;
background: linear-gradient(153deg, #dedede, #d8d8f6);
min-height: 100%;
font-family:arial;
}
@PowerMugen
PowerMugen / dabblet.css
Created August 30, 2012 13:08
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #dedede;
background: linear-gradient(153deg, #dedede, #d8d8f6);
min-height: 100%;
font-family:arial;
}
@PowerMugen
PowerMugen / dabblet.css
Created August 30, 2012 12:40
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #dedede;
background: linear-gradient(153deg, #dedede, #d8d8f6);
min-height: 100%;
font-family:arial;
}