Skip to content

Instantly share code, notes, and snippets.

@Lane
Lane / dabblet.css
Created January 6, 2012 21:06
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;
@Lane
Lane / dabblet.css
Created January 11, 2012 18:47
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;
@Lane
Lane / dabblet.css
Created January 12, 2012 21:02
Wrap around headings
/**
* Wrap around headings
*/
body{
font: 87.5%/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
background: linear-gradient(top, #ffe,#ffc);
padding: 20px;
margin: 80px;
background-attachment: fixed;
min-height:100%;
@Lane
Lane / dabblet.css
Created January 19, 2012 17:46
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body
{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
color: #fff;
font-family: "Helvetica Neue";
@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;
@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 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 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 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 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%;