This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body{ | |
background: #e0e0e0; | |
min-height: 100%; | |
margin: 20px; | |
} | |
.button { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body{ | |
background: #e0e0e0; | |
min-height: 100%; | |
margin: 20px; | |
} | |
.button2 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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%; |
OlderNewer