This file contains hidden or 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
| /** | |
| * CJSR Build | |
| */ | |
| body { | |
| background: #BFDDD5; | |
| background: linear-gradient(#BFDDD5, #8DC5BA); | |
| min-height: 100%; | |
| margin: 0px; | |
| padding: 300px 0 40px 0; |
This file contains hidden or 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
| @baseSize: 10; | |
| #rem { | |
| // Font Sizing | |
| // --------------------------------------- | |
| // Usage: | |
| // #rem > .font-size(14); | |
| // | |
| .font-size(@sizeValue) { |
This file contains hidden or 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
| /** | |
| * CJSR Build | |
| */ | |
| body { | |
| background: #BFDDD5; | |
| background: linear-gradient(#BFDDD5, #8DC5BA); | |
| min-height: 100%; | |
| margin: 0px; | |
| padding: 300px 0 40px 0; |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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; |