[Pkg-javascript-commits] [backbone] 252/281: adding pretty download link/buttons
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:02:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.9.0
in repository backbone.
commit da25d46c96c3f29ffb490ef54a9b693b3bbb9da7
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Wed Jan 25 14:17:04 2012 -0500
adding pretty download link/buttons
---
index.html | 45 +++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 43 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index f189608..f3d0b34 100644
--- a/index.html
+++ b/index.html
@@ -92,6 +92,47 @@
a:active, a:hover {
color: #000;
}
+ a.punch {
+ display: inline-block;
+ background: #4162a8;
+ border-top: 1px solid #38538c;
+ border-right: 1px solid #1f2d4d;
+ border-bottom: 1px solid #151e33;
+ border-left: 1px solid #1f2d4d;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ -ms-border-radius: 4px;
+ -o-border-radius: 4px;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ -ms-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ -o-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ color: #fff;
+ font: bold 14px "helvetica neue", helvetica, arial, sans-serif;
+ line-height: 1;
+ margin-bottom: 15px;
+ padding: 8px 0 10px 0;
+ text-align: center;
+ text-shadow: 0px -1px 1px #1e2d4d;
+ text-decoration: none;
+ width: 225px;
+ -webkit-background-clip: padding-box; }
+ a.punch:hover {
+ -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ -moz-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ -ms-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ -o-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
+ cursor: pointer; }
+ a.punch:active {
+ -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
+ -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
+ -ms-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
+ -o-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
+ box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
+ margin-top: 5px; margin-bottom: 10px }
a img {
border: 0;
}
@@ -377,11 +418,11 @@
<table>
<tr>
- <td><a href="backbone.js">Development Version (0.5.3)</a></td>
+ <td><a class="punch" href="backbone.js">Development Version (0.5.3)</a></td>
<td><i>41kb, Full Source with Comments</i></td>
</tr>
<tr>
- <td><a href="backbone-min.js">Production Version (0.5.3)</a></td>
+ <td><a class="punch" href="backbone-min.js">Production Version (0.5.3)</a></td>
<td><i>4.6kb, Packed and Gzipped</i></td>
</tr>
</table>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list