Skip to content

Commit

Permalink
Release of version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Jan 1, 2012
1 parent 523b964 commit e020764
Show file tree
Hide file tree
Showing 6 changed files with 529 additions and 72 deletions.
96 changes: 62 additions & 34 deletions css/main.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@ input[type=number]::-webkit-outer-spin-button {
padding: 60px; padding: 60px;
} }







@font-face {
font-family: 'PusabRegular';
src: url('../fonts/PUSAB___.eot');
src: local('Pusab'), url('../fonts/PUSAB___.woff') format('woff'), url('../fonts/PUSAB___.ttf') format('truetype'), url('../fonts/PUSAB___.svg#Pusab') format('svg');
}

* { * {
padding: 0; padding: 0;
margin: 0; margin: 0;
Expand All @@ -34,7 +23,7 @@ img {
} }


body { body {
font-family: Arial, Helvetica, sans-serif; font-family: 'Droid Sans', Arial, Helvetica, sans-serif;


padding: 0 0 20px; padding: 0 0 20px;


Expand All @@ -55,7 +44,6 @@ body {
background: #222 -o-linear-gradient(top, #111, #222); background: #222 -o-linear-gradient(top, #111, #222);
} }
.header h1 { .header h1 {
font-family: Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
font-size: 0.9em; font-size: 0.9em;
text-align: left; text-align: left;
Expand Down Expand Up @@ -157,21 +145,59 @@ body {
} }


#results p { #results p {
font-family: Arial, Helvetica, sans-serif;
color: #bbb; color: #bbb;
text-transform: lowercase; text-transform: lowercase;
text-align: center; text-align: center;
margin: 0 0 2em; margin: 0 0 2em;
} }
#results p.useragent {
position: relative;
text-align: left;
text-transform: none;
font-size: 0.8em;
color: #222;
padding: 10px 100px 10px 10px;

background: #f0f0f0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

-webkit-box-shadow: 0px 0px 5px #222;
-moz-box-shadow: 0px 0px 5px #222;
-ms-box-shadow: 0px 0px 5px #222;
-o-box-shadow: 0px 0px 5px #222;
box-shadow: 0px 0px 5px #222;
}
#results p.useragent span {
position: absolute;
right: 10px;
top: 8px;
font-size: 0.85em;
color: #aaa;
line-height: 20px;
}
#results p.useragent span a {
font-size: 1.6em;
padding: 0 0 0 6px;
cursor: pointer;
}
#results p.useragent span a.correct:hover {
color: #1c8c1d;
}
#results p.useragent span a.wrong:hover {
color: #853333;
}

#results p.intro { #results p.intro {
color: #999; color: #999;
font-size: 2.2em; font-size: 1.9em;
letter-spacing: 0.1em; letter-spacing: 0.1em;
line-height: 100%; line-height: 100%;
margin: 0; margin: 0 0 10px;
} }
#results h2 { #results h2 {
font-family: PusabRegular, Arial; font-family: 'Alfa Slab One', Arial;
font-size: 10em; font-size: 10em;
color: #eee; color: #eee;
text-align: center; text-align: center;
Expand All @@ -180,7 +206,7 @@ body {
margin: 0; margin: 0;
} }
#results h3 { #results h3 {
font-family: PusabRegular, Arial; font-family: 'Alfa Slab One', Arial;
font-size: 2.3em; font-size: 2.3em;
color: #aaa; color: #aaa;
text-align: center; text-align: center;
Expand Down Expand Up @@ -234,13 +260,13 @@ body {
} }
#results ul li em { #results ul li em {
position: absolute; position: absolute;
top: 2px; top: 4px;
right: 7px; right: 8px;


font-size: 1.8em; font-size: 1.6em;
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
font-family: PusabRegular, Arial; font-family: 'Alfa Slab One', Arial;
color: #aaa; color: #aaa;
} }
#results ul li em.none { #results ul li em.none {
Expand All @@ -260,10 +286,10 @@ body {
} }
#results ul li em span { #results ul li em span {
position: relative; position: relative;
top: -4px; top: -6px;


font-family: Arial; font-family: 'Ubuntu', Arial;
font-size: 0.5em; font-size: 0.6em;
text-transform: lowercase; text-transform: lowercase;


color: #fff; color: #fff;
Expand Down Expand Up @@ -526,7 +552,7 @@ body {
line-height: 140%; line-height: 140%;
} }
.paper > div h2 { .paper > div h2 {
font-family: PusabRegular, Arial; font-family: 'Alfa Slab One', Arial;
font-size: 2.2em; font-size: 2.2em;
color: #ec6534; color: #ec6534;
clear: both; clear: both;
Expand Down Expand Up @@ -582,7 +608,7 @@ body {
margin: 0; margin: 0;
} }
.paper > div dl dt { .paper > div dl dt {
font-family: PusabRegular, Arial; font-family: 'Alfa Slab One', Arial;
font-size: 1.6em; font-size: 1.6em;
line-height: 90%; line-height: 90%;


Expand All @@ -596,7 +622,7 @@ body {
color: #fff; color: #fff;
} }
.paper > div dl dd.score { .paper > div dl dd.score {
font-family: PusabRegular, Arial; font-family: 'Alfa Slab One', Arial;
font-size: 5em; font-size: 5em;
line-height: 95%; line-height: 95%;
text-shadow: 0px 0px 6px #999; text-shadow: 0px 0px 6px #999;
Expand All @@ -613,9 +639,9 @@ body {
border: none; border: none;


background: #fff -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); background: #fff -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
background: #fff -moz-linear-gradient(top, #fff, #f3f3f3); background: #fff -moz-linear-gradient(top, #111, #222);
background: #fff -ms-linear-gradient(top, #fff, #f3f3f3); background: #fff -ms-linear-gradient(top, #111, #222);
background: #fff -o-linear-gradient(top, #fff, #f3f3f3); background: #fff -o-linear-gradient(top, #111, #222);
} }
.paper > div table { .paper > div table {
width: 100%; width: 100%;
Expand Down Expand Up @@ -692,20 +718,22 @@ body {


text-shadow: 0px -1px 1px #852706; text-shadow: 0px -1px 1px #852706;


font-family: PusabRegular, Arial; font-family: 'Alfa Slab One', Arial;
font-size: 1.5em; font-size: 1.4em;
text-transform: uppercase;
color: #eee; color: #eee;
text-align: center; text-align: center;
line-height: 100%; line-height: 100%;
margin: 0; margin: 0;
} }
.updated span { .updated span {
display: block; display: block;
font-family: Helvetica, sans-serif; font-family: 'Ubuntu', Helvetica, sans-serif;
font-size: 0.4em; font-size: 0.4em;
line-height: 100%; line-height: 100%;


text-shadow: none; text-shadow: none;
text-transform: none;
} }




Expand Down
1 change: 1 addition & 0 deletions detect.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
<title>&amp;&<</title>
Loading

0 comments on commit e020764

Please sign in to comment.