Skip to content

Commit

Permalink
Prefix and minify
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrask committed Jul 10, 2011
1 parent 3ad4d26 commit ceb7942
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions styles/ribbon-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions styles/ribbon.css
@@ -1,9 +1,12 @@
/* CSS1K entry
* "ribbon" by David King (http://oodavid.com)
* This file is unminified for legibility, for size proof add '-min' to the end of the filename */
body {background: #F4ECDC; font-family: arial, sans-serif;}
h1, h2, p, ul {padding: 0 20px;}
header,
section {padding: 1px 0; width: 600px; margin: 20px 0 2px 440px; background: #FFF; border-radius: 20px; box-shadow: 0 0 10px #AAA;}
section {padding: 1px 0; width: 600px; margin: 20px 0 2px 440px; background: #FFF; border-radius: 20px; -webkit-box-shadow: 0 0 10px #AAA; box-shadow: 0 0 10px #AAA;}
h1, article h2 {text-align: center; font-weight: bold; font-size: 100px;}
article h2 {position: relative; margin: 20px -25px 0 -25px; font-size: 40px; background: #0088AA; color: #FFFFFF; text-shadow: 1px 1px 0px #1A5D6E; box-shadow: 0 0 10px #AAA;}
article h2 {position: relative; margin: 20px -25px 0 -25px; font-size: 40px; background: #0088AA; color: #FFFFFF; text-shadow: 1px 1px 0px #1A5D6E; -webkit-box-shadow: 0 0 10px #AAA; box-shadow: 0 0 10px #AAA;}
article h2:after,
article h2:before {content: ""; display: block; position: absolute; bottom: -25px; width: 0; height: 0; border-style: solid; border-color: #1A5D6E transparent;}
article h2:before {border-width: 25px 0 0 25px; left: 0;}
Expand Down

0 comments on commit ceb7942

Please sign in to comment.