Skip to content

Instantly share code, notes, and snippets.

View didxga's full-sized avatar

Carter Chen didxga

View GitHub Profile
.nice_box {
margin-top:50px;
position:relative;
width:430px;
border: 2px dashed #fff;
background-color: #ea7454;
max-height:200px;
border-radius:6px 6px;
text-shadow:1px 1px #000;
-webkit-box-shadow: 2px 2px 2px 2px #000;
@didxga
didxga / dabblet.css
Created April 27, 2012 17:26
Untitled
body{
font-family: "omnes-pro", "Helvetica Neue", Helvetica, sans;
background:#e1e2e4;
}
@didxga
didxga / dabblet.css
Created April 27, 2012 16:19
Webkit (Chrome 11+)
body {
/* Webkit (Chrome 11+) */
font:100%/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
font-family:adelle, Georgia, Times New Roman, serif;
background:-webkit-linear-gradient(#FFE1E6, white) repeat-x;
color:#222;
}
@didxga
didxga / dabblet.css
Created April 14, 2012 16:58
Untitled
span.arrow{
position:absolute;
display:block;
width:10px;
height:10px;
border-top:1px solid #fefffd;
border-left:1px solid #fefffd;
-webkit-transform: rotate(-40deg);
top:10px;
@didxga
didxga / dabblet.css
Created April 14, 2012 16:43
Decoration
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block }
color: #6d84b4;
text-decoration: none;
a {
}
body {
width: 100%;
@didxga
didxga / dabblet.css
Created April 11, 2012 13:34
CSS Document
@charset "UTF-8";
/* CSS Document */
/*
DEMO 3
*/
.a_demo_three {
background-color:#3bb3e0;
@didxga
didxga / dabblet.css
Created April 11, 2012 05:06
Untitled
div > .tooltip, li > .tooltip, a > .tooltip, span > .tooltip {
opacity: 100;
margin-top: -10px;
visibility: visible;
margin-left: -65px;
-webkit-transition-property:opacity, margin-top, visibility, margin-left;
-webkit-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;
@didxga
didxga / dabblet.css
Created April 10, 2012 15:41
Untitled
form#payment {
background-color:#9cbc2b;
width:400px;
padding:5px;
border-radius:5px;
}
form#payment fieldsett{
border:none;
}
form#payment ol{
@didxga
didxga / dabblet.css
Created April 10, 2012 07:45
Untitled
html, body, h1, form, fieldset, legend, ol, li {
margin: 0;
padding: 0;
}
body {
background: #ffffff;
@didxga
didxga / dabblet.css
Created April 10, 2012 07:25
----------- My Form -----------
body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{