Begin work

This commit is contained in:
Arona Jones
2014-09-12 14:58:51 +01:00
parent 05e15a8efb
commit ad8b79d8da
10 changed files with 19 additions and 191 deletions

View File

@@ -1,13 +1,12 @@
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif; /* 1 */
font-family: serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
@@ -607,79 +606,6 @@ p.tagline {
margin-right: 8px;
}
a.zip,
a.zip span {
background: transparent url(../images/zip.png) no-repeat 0 0;
width: 30px;
height: 21px;
display: inline-block;
text-indent: -10000px;
opacity: 0.8;
filter:alpha(opacity=80); /* IE 5-7 */
transition: opacity ease-in-out 0.3s;
-webkit-transition: opacity ease-in-out 0.3s; /* Safari <=6.1, Android <= 4.3 */
}
a.tar,
a.tar span {
background: transparent url(../images/tar.png) no-repeat 0 0;
width: 30px;
height: 21px;
display: inline-block;
text-indent: -10000px;
opacity: 0.8;
filter:alpha(opacity=80); /* IE 5-7 */
transition: opacity ease-in-out 0.3s;
-webkit-transition: opacity ease-in-out 0.3s; /* Safari <=6.1, Android <= 4.3 */
}
a.code {
background: transparent url(../images/code.png) no-repeat 0 2px;
width: 30px;
height: 21px;
display: block;
display: inline-block;
text-indent: -10000px;
opacity: 0.8;
filter:alpha(opacity=80); /* IE 5-7 */
transition: opacity ease-in-out 0.3s;
-webkit-transition: opacity ease-in-out 0.3s; /* Safari <=6.1, Android <= 4.3 */
}
a.zip:hover,
a.tar:hover,
a.code:hover {
opacity: 1;
filter:alpha(opacity=100);
}
a.download-button {
border: 1px solid black;
border-radius: 3px;
display: inline-block;
text-indent: 0!important;
width: auto;
float: right;
background: #999; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ADD4', endColorstr='#1B657E'); /* IE <= 9 */
background: -webkit-gradient(linear, left top, left bottom, from(#37ADD4), to(#1B657E)); /* ancient webkit browsers */
background: -webkit-linear-gradient(top, #37ADD4, #1B657E); /* Safari <=6.1, Android <= 4.3 */
background: linear-gradient(to bottom, #37ADD4, #1B657E);
height: auto;
margin-left: 10px;
}
a.download-button span {
background-position: 10px 5px;
width: auto;
height: auto;
padding: 5px 10px;
padding-left: 45px;
display: inline-block;
text-indent: 0!important;
color: #fff;
}
footer {
margin-bottom: 60px;
padding-bottom: 60px;