Skip to content

Instantly share code, notes, and snippets.

@Lane
Lane / dabblet.css
Created December 21, 2012 17:06
CJSR Build
/**
* CJSR Build
*/
body {
background: #BFDDD5;
background: linear-gradient(#BFDDD5, #8DC5BA);
min-height: 100%;
margin: 0px;
padding: 300px 0 40px 0;
@Lane
Lane / rem.less
Created November 30, 2012 22:04
Less Mixin for rem sizing
@baseSize: 10;
#rem {
// Font Sizing
// ---------------------------------------
// Usage:
// #rem > .font-size(14);
//
.font-size(@sizeValue) {
@Lane
Lane / dabblet.css
Created September 19, 2012 22:11
CJSR Build
/**
* CJSR Build
*/
body {
background: #BFDDD5;
background: linear-gradient(#BFDDD5, #8DC5BA);
min-height: 100%;
margin: 0px;
padding: 300px 0 40px 0;
@Lane
Lane / dabblet.css
Created September 17, 2012 16:22
CSS3 Buttons - Created by Lane Olson
/**
* CSS3 Buttons - Created by Lane Olson
*/
body {
background: #069;
background: url(http://twitter.github.com/bootstrap/assets/img/bs-docs-masthead-pattern.png) repeat center center,
linear-gradient(90deg, #069, #09c);
min-height: 100%;
@Lane
Lane / dabblet.css
Created September 14, 2012 17:24
CSS3 Buttons - Created by Lane Olson
/**
* CSS3 Buttons - Created by Lane Olson
*/
body {
background: #069;
background: url(http://twitter.github.com/bootstrap/assets/img/bs-docs-masthead-pattern.png) repeat center center,
linear-gradient(90deg, #069, #09c);
min-height: 100%;
@Lane
Lane / dabblet.css
Created September 11, 2012 22:51
CSS3 Buttons - Created by Lane Olson
/**
* CSS3 Buttons - Created by Lane Olson
*/
body {
background: #069;
background: url(http://twitter.github.com/bootstrap/assets/img/bs-docs-masthead-pattern.png) repeat center center,
linear-gradient(90deg, #069, #09c);
min-height: 100%;
@Lane
Lane / dabblet.css
Created September 10, 2012 17:16
UAlberta.ca Web Style Guide
/**
* UAlberta.ca Web Style Guide
*/
@import url(http://www.ualberta.ca/~publicas/styleguide/guide.css);
body {
background: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-attachment: fixed;
@Lane
Lane / dabblet.css
Created May 28, 2012 15:06
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: #e0e0e0;
min-height: 100%;
margin: 20px;
}
.button2 {
@Lane
Lane / dabblet.css
Created April 11, 2012 15:44
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: #e0e0e0;
min-height: 100%;
margin: 20px;
}
.button {
@Lane
Lane / dabblet.css
Created April 11, 2012 15:29
UAlberta.ca Web Style Guide
/**
* UAlberta.ca Web Style Guide
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url(http://www.ualberta.ca/~publicas/styleguide/guide.css);
body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;