diff options
author | Brandon Wilson <chlavois@gmail.com> | 2012-08-24 15:47:53 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2012-08-24 15:47:53 +0200 |
commit | 59011448c0c47a1ad374f5b184d2627fc68c06bd (patch) | |
tree | 0b73f40c30a397649494d3c6fd42aed6406a4a1a /doc/pipe.css | |
parent | 7142b260c6c299fc9697e6554620be47a6f622a9 (diff) | |
download | node-59011448c0c47a1ad374f5b184d2627fc68c06bd.tar.gz |
doc: more uniform and sleek buttons
Closes GH-3909
Diffstat (limited to 'doc/pipe.css')
-rw-r--r-- | doc/pipe.css | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/doc/pipe.css b/doc/pipe.css index 744304e18..01b441696 100644 --- a/doc/pipe.css +++ b/doc/pipe.css @@ -1,5 +1,6 @@ html { -webkit-font-smoothing: antialiased; + -webkit-text-stroke: .1px; } body { @@ -105,13 +106,21 @@ h1 a, h2 a, h3 a, h4 a { } #intro .button { - font-weight: bold; + font-family: helvetica,arial,sans-serif; font-size: 12px; - padding: 6px 0; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - margin: 30px 4px 0; + line-height: 36px; + -webkit-text-transform: uppercase; + -moz-text-transform: uppercase; + text-transform: uppercase; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + + -webkit-transition: .2s all ease-in-out; + -moz-transition: .2s all ease-in-out; + transition: .2s all ease-in-out; + + margin: 10px 4px; display: inline-block; color: #46483e; background-color: #9a9f8b; @@ -138,6 +147,9 @@ h1 a, h2 a, h3 a, h4 a { background-color: #8BC84B; width: 200px; font-size: 14px; + font-weight: bold; + display: block; + margin: 30px auto 0px auto; } #intro .downloadbutton:hover { |