35 lines
No EOL
639 B
CSS
Executable file
35 lines
No EOL
639 B
CSS
Executable file
body {
|
|
background-color:#3c3c3c;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding-top: 200px;
|
|
font-family: 'IM Fell Double Pica', serif;
|
|
font-size: 1em;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
h1 {
|
|
font-size: 3em;
|
|
text-shadow: #111 0px 2px 2px;
|
|
padding-bottom: 100px;
|
|
}
|
|
a, a:visited {
|
|
color: #fff;
|
|
text-decoration:none;
|
|
}
|
|
a:hover {
|
|
color: #555;
|
|
}
|
|
ul, li {
|
|
list-style-type: none;
|
|
display: inline;
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
text-shadow: #111 0px 2px 2px;
|
|
}
|
|
input {
|
|
font-family: 'IM Fell Double Pica', serif;
|
|
font-size: 3em;
|
|
text-shadow: #111 0px 2px 2px;
|
|
text-align: center;
|
|
} |