Skip to content

Instantly share code, notes, and snippets.

@nikitae
nikitae / dabblet.css
Created February 19, 2013 09:42 — forked from secondfret/dabblet.css
Untitled
.quote {float: left;margin: 15px 0px 0px 0px;width: 100%;}
.quote h1 {width: 1050px;margin: 0 auto;font-size: 320%;
}
.quote h1 {font-size: 200%;color: #333;width: 100%;text-align: center;
font-family: 'adelle_Light', sans-serif;font-weight: 100;-webkit-text-shadow: 5px 5px 5px black;
-webkit-text-fill-color: #333;-webkit-text-stroke: 0.3px #333;}
.quote a {text-decoration:none; font-size: 100%; color: #F00;
width: 100%;text-align: center;font-family: 'adelle_Light', sans-serif;font-weight: 100;-webkit-text-shadow: 5px 5px 5px black;-webkit-text-fill-color: #F00;-webkit-text-stroke: 0.3px #F00;}
@nikitae
nikitae / dabblet.css
Created February 18, 2013 11:39 — forked from secondfret/dabblet.css
Untitled
.profil_ground {
margin-top:5px;
height:580px;
background:#b0a4a4;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 5px;
}
.bet-form {
@nikitae
nikitae / dabblet.css
Created February 4, 2013 15:45 — forked from anonymous/dabblet.css
Untitled
.form-2 {
/* Size and position */
width: 500px;
margin: 60px auto 30px;
padding: 15px;
position: relative;
color: #7e7975;
}