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:48
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 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.html
Created February 15, 2013 12:48
Untitled
<html>
<head>
<title> Example Chart </title>
<script language="javascript" src="http://www.google.com/jsapi"></script>
</head>
<body>
<div id="chart"></div>
<script type="text/javascript">
@nikitae
nikitae / dabblet.css
Created February 15, 2013 12:48
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@nikitae
nikitae / dabblet.css
Created February 15, 2013 12:48
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@nikitae
nikitae / dabblet.css
Created February 5, 2013 15:09
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.wrapper {position: absolute;top: 50%;left: 50%;width: 350px;height: 300px;margin-top: -150px;margin-left: -175px;
}
.login_Circle{margin-bottom: -5%;margin-left: 40%;
}
@nikitae
nikitae / dabblet.html
Created February 4, 2013 15:57
Untitled
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>
Google Visualization API Sample
</title>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
@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;
}