Skip to content

Commit

Permalink
CSS cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zaf committed Aug 21, 2016
1 parent e235c93 commit a81c38d
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 75 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ <h2>Download</h2>
</div> </div>
</body> </body>


</html> </html>
137 changes: 63 additions & 74 deletions style.css
Original file line number Original file line Diff line number Diff line change
@@ -1,75 +1,64 @@
body { body {
margin-top: 1.0em; background-color: #f6772f;
background-color: #f6772f; color: #000000;
font-family: "sans-serif"; font-family: "sans-serif";
color: #000000; }

#container {
margin: 0 auto;
width: 750px;
}

h1 {
font-size: 60px;
color: #ffffff;
margin-bottom: 3px;
} }


#container { h1 a {
margin: 0 auto; text-decoration: none
width: 750px; }
}

h2 {
img { font-size: 1.5em;
border: 0; color: #ffffff;
} }


h1 { h3 {
font-size: 3.8em; text-align: center;
color: #ffffff; color: #ffffff;
margin-bottom: 3px; }
}

a {
h1 .small { color: #ffffff;
font-size: 0.4em; }
}

img {
h1 a { border: 0;
text-decoration: none }
}

pre {
h2 { background: #000;
font-size: 1.5em; color: #fff;
color: #ffffff; font-family: "monospace";
} font-size: 14px;

line-height: 14px;
h3 { padding: 10px;
text-align: center; }
color: #ffffff;
} .description {

font-size: 22px;
a { margin-bottom: 30px;
color: #ffffff; margin-top: 30px;
} font-style: italic;

}
.description {
font-size: 1.2em; .download {
margin-bottom: 30px; float: right;
margin-top: 30px; }
font-style: italic;
} .footer {

text-align: center;
.download { padding-top: 30px;
float: right; font-style: italic;
} }

pre {
background: #000;
color: #fff;
font-family: "monospace";
font-size: 14px;
line-height: 14px;
padding: 10px;
}

hr {
border: 0;
width: 80%;
border-bottom: 1px solid #aaa
}

.footer {
text-align: center;
padding-top: 30px;
font-style: italic;
}

0 comments on commit a81c38d

Please sign in to comment.