Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Re-adding style.css to version control so it can be served appropriat…
Browse files Browse the repository at this point in the history
…ely from Apache as static asset.
  • Loading branch information
mdb committed Apr 15, 2012
1 parent 9229029 commit c38c779
Showing 1 changed file with 336 additions and 0 deletions.
336 changes: 336 additions & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,336 @@
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-style: normal;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
[hidden] {
display: none;
}
html {
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
::selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
body {
line-height: 1.5;
background: #fff;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
float: none !important;
}
table,
th,
td {
vertical-align: middle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
}
blockquote,
q {
quotes: "" "";
quotes: none;
}
a img {
border: none;
}
:focus {
outline: 0;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
body {
padding: 40px;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
background: #fafafb;
}
h1 {
font-weight: bold;
font-size: 18px;
}
.button {
display: inline-block;
overflow: hidden;
margin: 0;
border: 1px solid #ddd;
color: #313131;
background-color: #e5e5e5;
border-radius: 3px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #fff), color-stop(0, #e5e5e5));
background-image: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
line-height: 32px;
height: 32px;
cursor: pointer;
padding: 0 15px;
}
input::-webkit-input-placeholder {
color: #ccc;
font-family: inherit;
font-weight: normal;
}
.message {
clear: left;
font-weight: bold;
padding: 10px;
margin-top: 10px;
}
.error {
border: 2px solid #933;
background: #fee;
color: #933;
}
.error h1 {
background: #933;
color: #fff;
}
.warning {
background: #feefb3;
border: 2px solid #9f6000;
color: #9f6000;
}
.warning h1 {
background: #9f6000;
color: #fff;
}
.congrats {
background: #dff2bf;
border: 2px solid #4f8a10;
color: #4f8a10;
}
.congrats h1 {
background: #4f8a10;
color: #fff;
}
header {
width: 960px;
margin: 0 auto;
}
#content {
width: 960px;
margin: 0 auto;
}
.column {
width: 50%;
float: left;
}
.tabs-module ul.tabs li {
float: left;
list-style-type: none;
}
.tabs-module ul.tabs li a {
display: block;
height: 35px;
line-height: 35px;
border: 1px solid #ddd;
border-bottom: none;
border-left: none;
padding: 0 20px;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
color: #313131;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #fff), color-stop(0, #e5e5e5));
background-image: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
}
.tabs-module ul.tabs li a.current {
background: #fff;
border-bottom: 1px solid #fff;
margin-bottom: -1px;
}
.tabs-module ul.tabs li:first-child a {
border-left: 1px solid #ddd;
}
.tabs-module div.panel {
display: none;
clear: left;
border: 1px solid #ddd;
padding: 30px 20px;
overflow: hidden;
background: #fff;
}
.tabs-module div.panel.current {
display: block;
}
.logo {
margin-bottom: 15px;
}
.logo a {
color: #313131;
text-decoration: none;
font-weight: bold;
font-size: 24px;
line-height: 26px;
}
.logo a span {
color: #999;
font-weight: normal;
display: block;
font-size: 20px;
}
form.url {
border-radius: 3px;
background: #fff;
border: 1px solid #ddd;
padding: 10px;
overflow: hidden;
margin-bottom: 20px;
}
form.url input.text {
float: left;
width: 840px;
height: 30px;
line-height: 30px;
font-size: 18px;
font-family: inherit;
padding-left: 10px;
}
form.url input.button {
font-family: inherit;
font-size: 12px;
margin-left: 8px;
}
form.url p.message {
display: none;
}
.score {
width: 200px;
height: 200px;
float: left;
}
.score h1 {
padding: 8px;
text-align: center;
}
.score p {
font-size: 100px;
text-align: center;
font-weight: bold;
}
.recommendations {
float: left;
margin-left: 20px;
width: 650px;
}
.recommendations ul li {
list-style-position: outside;
padding-left: 0;
margin-left: 15px;
}

0 comments on commit c38c779

Please sign in to comment.