Skip to content

Commit

Permalink
HTML cleanup + new icons + empty CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtn committed Nov 4, 2013
1 parent e1c3edf commit 9fd497f
Show file tree
Hide file tree
Showing 32 changed files with 607 additions and 1,351 deletions.
Binary file added apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
249 changes: 0 additions & 249 deletions css/default.css
Original file line number Diff line number Diff line change
@@ -1,249 +0,0 @@
html {
margin: 0;
padding: 0;
}

body {
position: relative;

width: 750px;
margin: 0 auto;
padding: 0;

background-color: #383966;
background-image: url(background.png);

font-family: 'Toronto Subway','Toronto Subway Bold',Futura, Verdana, Arial, sans-serif;
font-size: 11pt;
color: #fff;
}

header, hgroup, section, footer {
display: block;
}

a {
color: #ddd;
}

a:active {
color: #ccc;
}

span.macromedia {
display: none;
}

div#content {
position: relative;

margin-top: 20px;
}

#header {
position: absolute;
top: 0;
left: 0;
}

#header h1 {
float: left;

width: 321px;
height: 233px;
margin: 0;
padding: 0;

background-image: url(sprites.png);
background-position: 0 0;
background-repeat: no-repeat;

color: #383966;
color: transparent;
font-size: 0;
}

#header h2, #header h3 {
clear: both;
float: left;

width: 321px;
margin: 2em 0 0 0;
padding: 0;

font-size: 1em;
font-weight: normal;
}

#results-question {
display: none;
}

#results {
border-bottom: 5px solid #fff;

margin: 0 0 20px 0;
padding: 0 0 0 0;
}

#results header {
min-height: 355px;
}

#results #googleAd {
margin: 2em auto;
text-align: center;
}

#results-answer {
float: right;

width: 321px;
height: 233px;
margin: 0;
padding: 0;

background-image: url(sprites.png);
background-position: 0 -233px;
background-repeat: no-repeat;

color: #383966;
color: transparent;
font-size: 0;
}

.yes #results-answer {
background-image: url(sprites.png);
background-position: 0 -466px;
}

.no #results-answer {
background-image: url(sprites.png);
background-position: 0 -699px;
}

#results noscript, #results #getFlash, #results #results-message {
clear: both;
float: right;

width: 321px;
margin: 1em 0 1em 0;
padding: 0;

font-size: 1em;
font-weight: normal;
text-align: right;
}

div.bg {
clear: both;

width: 750px;
margin: 50px auto 20px auto;
padding: 0;

border-top: 5px solid #fff;
}

div.bg section {
float: left;

width: 340px;
margin: 20px 0;
padding: 10px;

background-color: #3A3C6B;

border: 5px solid #2D2D54;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;

color: #fff;
font-size: 9pt;
}

div.bg section#afpdkc-results {
margin-left: 10px;
}

div.bg section#afpdks-results {
clear: both;

width: 720px;
margin: 0;
}

div.bg section h1 {
margin: 0 0 1em 0;
padding: 0 0 1em;

border-bottom: 1px dotted #fff;

font-size: 9pt;
font-weight: normal;
text-align: center;
}

div.bg section dl {
margin: 0;
padding: 0;
}

div.bg section dl dt {
float: left;
clear: both;

width: 100px;
margin: 0;
padding: 0;

text-align: right;
}

div.bg section dl dd {
float: right;

width: 230px;
margin: 0;
padding: 0;
}

div.bg section#afpdks-results dl dd {
width: 610px;
}

div.bg section#afpdks-results dl dd blockquote, div.bg section#afpdks-results dl dd blockquote p {
margin: 0;
padding: 0;
}

div.bg section#afpdks-results dl dd blockquote p:last-child {
font-style: italic;
}

footer {
margin: 20px 0 20px 0;
padding: 10px;

background-color: #3A3C6B;

border: 5px solid #2D2D54;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;

color: #fff;
font-size: 9pt;
text-align: center;
}

div.clear {
clear: both;
float: none;

width: 100%;
height: 1px;
margin: 0;
padding: 0;
}
Loading

0 comments on commit 9fd497f

Please sign in to comment.