forked from vaginessa/isflashinstalled.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTML cleanup + new icons + empty CSS
- Loading branch information
Showing
32 changed files
with
607 additions
and
1,351 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
Oops, something went wrong.