Skip to content

Instantly share code, notes, and snippets.

@linkarys
Created March 27, 2013 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linkarys/5254432 to your computer and use it in GitHub Desktop.
Save linkarys/5254432 to your computer and use it in GitHub Desktop.
css: default
/*! ryan.css v1.1.0 */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
html{background: none;height: 100%;}
::selection{background:#78a8a8;color:#f7f3e7;text-shadow:none;}
::-moz-selection{background:#78a8a8;color:#f7f3e7;text-shadow:none;}
::-webkit-selection{background:#78a8a8;color:#f7f3e7;text-shadow:none;}
::-o-selection{background:#78a8a8;color:#f7f3e7;text-shadow:none;}
.wrapper {width: 350px; margin: 200px auto;}
.wrapper .bar {width: 100%; height: 25px; border-radius: 30px; background: #dcdbd7; position: relative; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 2px 3px rgba(0, 0, 0, 0.2);}
body{
background: #efeeea;
background: linear-gradient(#f9f9f9, #cecbc4);
background: -moz-linear-gradient(#f9f9f9, #cecbc4);
background: -webkit-linear-gradient(#f9f9f9, #cecbc4);
background: -o-linear-gradient(#f9f9f9, #cecbc4);
color: #757575;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 14px;
/*text-align: center;*/
}
/*font*/
.b{font-weight: bold;}
/*display*/
.db{display: block;}
/*float*/
.fl{float:left;}
.fr{float:right}
.fh{clear: left;}
.cr{clear: left;}
.clear{clear: both;}
/*mouse*/
.mp{cursor: pointer;}
/*google blue*/
.gbl{background: #09c;}
.gbh{color: #258AAF;}
.gblh{color: #7AA1B0;}
.gbl:hover{opacity: 0.8;filter: alpha(opacity=80);}
.gln{text-decoration: none;}
/*goolge orangle*/
.go{color: #f80;}
/*grey colors*/
.gb{color: #000;}
.gs{color: #222;} /*for normal text*/
.gf{color: #555;} /*for normal nav text*/
.gs{color: #666;}
.gn{color: #999;}
.gc{color: #ccc;}
.gw{color: #fff;}
/*padding*/
/*google padding*/
.gp{padding: 8px 15px;}
/*unsel*/
.unsel{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tb{padding-bottom: 10px;}
.tbt{padding-bottom: 1px;}
.point{stroke: #999; fill:#ccc;stroke-width: 2px;}
path, line{stroke: #666; fill:none; stroke-width: 2px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment