Skip to content

Instantly share code, notes, and snippets.

View dirksiemers's full-sized avatar

Dirk Siemers dirksiemers

View GitHub Profile
@dirksiemers
dirksiemers / dabblet.css
Created December 16, 2011 12:44
Untitled
@font-face {
font-family: 'Yanone Kaffeesatz';
font-style: normal;
font-weight: 400;
src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url('http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v2/YDAoLskQQ5MOAgvHUQCcLQa6gm6bS00u2Qn-iPLo1Go.woff') format('woff');
}
body {
margin:0;
padding:0;
background: url(http://webstandard.kulando.de/templates/blog_1575/new_greenmarinee/images/css3-transform-transition-bg_pattern.png) 0 0 repeat;
@dirksiemers
dirksiemers / dabblet.css
Created December 28, 2011 08:17
Untitled
body {
margin: 0;
}
.header {
margin: 0 0 30px;
background: url(http://www.red-team-design.com/wp-content/uploads/2011/12/header-bg.png);
background: url(http://www.red-team-design.com/wp-content/uploads/2011/12/snow-bg.png) repeat-y center, url(http://www.red-team-design.com/wp-content/uploads/2011/12/header-bg.png);
-webkit-animation: animate-snow 9s linear infinite;
-moz-animation: animate-snow 9s linear infinite;
@dirksiemers
dirksiemers / dabblet.css
Created February 2, 2012 08:29 — forked from chriscoyier/dabblet.css
Ratings Stars
/*
Ratings Stars
(with as little code as possible)
*/
.rating {
unicode-bidi: bidi-override;
direction: rtl;
text-align: center;
}
.rating > span {

create a project folder with git

git init my_project
cd my_project

(optional)

echo /cookbooks >> .gitignore
echo /tmp >> .gitignore