53 lines
No EOL
821 B
CSS
53 lines
No EOL
821 B
CSS
body {
|
|
margin: 0px;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #333;
|
|
background-color: #fff;
|
|
}
|
|
h1 {
|
|
margin: 10px 0;
|
|
font-family: inherit;
|
|
font-weight: bold;
|
|
line-height: 20px;
|
|
color: inherit;
|
|
text-rendering: optimizelegibility;
|
|
}
|
|
h1 small {
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
color: #999;
|
|
}
|
|
h1 {
|
|
line-height: 40px;
|
|
}
|
|
h1 {
|
|
font-size: 38.5px;
|
|
}
|
|
h1 small {
|
|
font-size: 24.5px;
|
|
}
|
|
body {
|
|
margin-top: 90px;
|
|
}
|
|
.header {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 50%;
|
|
margin-left: -480px;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #ddd;
|
|
padding-top: 10px;
|
|
z-index: 10;
|
|
}
|
|
.footer {
|
|
color: #ddd;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
.footer a {
|
|
color: #ccc;
|
|
text-decoration: underline;
|
|
} |