Skip to content

Commit

Permalink
Fixes here and there
Browse files Browse the repository at this point in the history
  • Loading branch information
samvasko committed Oct 1, 2013
1 parent ac82cb9 commit 0558319
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 82 deletions.
117 changes: 51 additions & 66 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,93 +25,84 @@ img {
vertical-align: middle;
}




/* -------------- General Styles -------------- */

body {
background-color: Whitesmoke;
font-size: 0.9em;
font-family: 'Lato', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
line-height: 1.4;
font-family: 'Lato', sans-serif;
background-color: Whitesmoke;
}

.wrapper {
margin: 2em auto;
padding: 0 0 2em 0;
width: 80%;
background-color: #fff;
-webkit-box-shadow: 0 0 8px 3px #eee;
-moz-box-shadow: 0 0 8px 3px #eee;
box-shadow: 0 0 8px 3px #eee;
width: 80%;
background-color: #fff;
margin: 2em auto;
padding-bottom: 2em;
}

.container {
widows: 100%;
margin: 0 auto;
widows: 100%;
}

/* -------------- Typography -------------- */

a {
color: #1E90FF;
}

p {
padding-left: 8px;
}
a { color: #1E90FF; }
p { padding-left: 8px; }

h2 {
font-family: 'Lato', sans-serif;
font-style: italic;
font-weight: lighter;
color: #444;
padding: 0 1em;
font-size: 1.2em;
color: #444;
text-align: center;
font-weight: 300;
font-style: italic;
font-size: 1.2em;
}

h2:before, h2:after {
content: "";
width: 50%;
margin: 0.5em auto;
display: block;
background-color: #eee;
margin: 0.5em auto;
width: 50%;
height: 1px;
background-color: #eee;
content: "";
}

h3 {
font-size: 1.3em;
margin: 2.3em 0 0 0;
padding: 8px;
background-color: #eee;
color: #222;
text-indent: 0.2em;
letter-spacing: 0.2em;
font-weight: normal;
text-indent: 0.2em;
font-size: 1.3em;
}

h4 {
margin: 1em 0;
color: #444;
text-indent: 8px;
text-rendering: optimizeLegibility;
font-size: 1.1em;
margin: 1em 0;
letter-spacing: 0.1em;
font-size: 1.1em;
text-rendering: optimizeLegibility;
}

button {
background-color: #C4C4C4;
color: #fff;
border-radius: 4px;
display: block;
padding: 12px 0;
width: 100%;
border: 1px solid #eee;
font-size: 1.1em;
border-radius: 4px;
background-color: #C4C4C4;
box-shadow: 1px 1px 1px 0px #ddd, inset 0 0 -3px rgba(0, 0, 0, 0.02);
color: #fff;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
padding: 12px 0;
width: 100%;
display: block;
font-size: 1.1em;
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-ms-transition: background-color 0.3s;
Expand All @@ -120,8 +111,8 @@ button {
}

button:hover {
box-shadow: 0px 0px 1px 0px #ddd;
background-color: #ccc;
box-shadow: 0px 0px 1px 0px #ddd;
}

button.gray { float: right; }
Expand All @@ -131,52 +122,46 @@ button.blue:hover { background-color: #5dade2; }
/* -------------- Modules -------------- */

header {
color: #fff;
position: relative;
font-family: 'Lato', sans-serif;
overflow: hidden;
color: #fff;
letter-spacing: 0.1em;
font-size: 1.6em;
font-weight: normal;
overflow: hidden;
font-size: 1.6em;
font-family: 'Lato', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#title_image {
display: block;
margin: 0 auto;
width: 100%;
height: auto;
margin: 0 auto;
display: block;
}

@media (max-width: 1000px) {
#title_image { width: 120%; margin-left: -10%; }
#title_image { margin-left: -10%; width: 120%; }
}

main {
padding: 0em 6%;
}

#logo, #pitch {
text-align: center;
position: absolute;
width: 100%;
}

#logo {
top: 50px;
text-align: center;
}

#pitch {
top: 100px;
font-size: 0.6em;
font-style: italic;
color: #222;
text-shadow: 1px 1px 0 rgba(88, 88, 88, 0.5)
}

#logo img {
height: 40px;
text-shadow: 1px 1px 0 rgba(88, 88, 88, 0.5);
font-style: italic;
font-size: 0.6em;
}

#logo { top: 50px; }
#logo img { height: 40px; }

.information img {
width: 100%;
Expand All @@ -203,22 +188,22 @@ main {
}

.download small {
margin: 0.5em 0 0;
display: inline-block;
margin: 0.5em 0 0;
}

footer small {
text-align: center;
width: 100%;
display: inline-block;
width: 100%;
text-align: center;
}

code {
background-color: #eee;
padding: 1px 3px;
font-family: Consolas, monaco, monospace;
border-radius: 2px;
background-color: #eee;
font-size: 0.9em;
font-family: Consolas, monaco, monospace;
}

.flushright {
Expand All @@ -228,13 +213,13 @@ code {
/* -------------- Lists -------------- */

ul {
list-style: none;
padding-left: 8px;
list-style: none;
}

ul ol {
padding: 0 0 0 30px;
margin: 0.5em 0;
padding: 0 0 0 30px;
list-style: none;
}

Expand All @@ -252,8 +237,8 @@ ul ol {

.clearfix:before,
.clearfix:after {
content: " ";
display: table;
content: " ";
}

.clearfix:after {
Expand Down
33 changes: 17 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@
<link rel="stylesheet" href="css/lemonade.css">
<link rel="stylesheet" href="css/main.css">

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>
<body>

Expand Down Expand Up @@ -73,15 +60,15 @@ <h3>Download</h3>
</div>

<div class="bit-2">
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_mini.zip">
<a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_mini.zip">
<button class="gray">Download mini</button>
</a>
<small>3 MB zipped &nbsp;:&nbsp; 7 MB</small>
</div>
<div class="bit-2">
<a onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.zip"><button class="blue">Download full</button></a>
<a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.zip"><button class="blue">Download full</button></a>
<small>(with msysgit) 115 MB zipped &nbsp;:&nbsp; 250 MB </small>
<small> <em><a onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.7z">Shockingly small 23 MB 7z </a></em> </small>
<small> <em><a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.7z">Shockingly small 23 MB 7z </a></em> </small>
</div>

<div id="installation">
Expand Down Expand Up @@ -162,5 +149,19 @@ <h4>Other documentations</h4>
<small>Samuel Vasko ~ sometime in 2013</small>
</footer>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35740802-2']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

</body>
</html>

0 comments on commit 0558319

Please sign in to comment.