adding css for re-style to match amdavidson.com better

This commit is contained in:
Andrew Davidson 2011-06-20 03:00:14 +00:00
parent 32f4097018
commit 4f11711f5b

View file

@ -1,37 +1,40 @@
body { body {
background-color:#3c3c3c; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif;
color: #fff; font-size: 12px;
line-height: 20px;
color: #555555;
text-align: center; text-align: center;
font-size: 1em;
text-shadow: #111 0px 2px 2px;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
h1 { h1 {
font-size: 3em; padding-top:250px;
text-shadow: #111 0px 2px 2px;
padding-top:50px;
padding-bottom: 50px; padding-bottom: 50px;
font-size:5em;
} }
a, a:visited { a, a:visited {
color: #fff;
text-decoration:none; text-decoration:none;
color: #555555;
} }
p a {
border-bottom: 1px dotted #fff; p a, a:visited {
color: #003377;
} }
a:hover { a:hover {
color: #555; color: #000000;
border-bottom: 1px dotted #000000;
} }
ul, li { ul, li {
list-style-type: none; list-style-type: none;
display: inline; display: inline;
padding-left: 25px; padding-left: 25px;
padding-right: 25px; padding-right: 25px;
text-shadow: #111 0px 2px 2px;
} }
input { input {
font-size: 3em;
text-shadow: #111 0px 2px 2px;
text-align: center; text-align: center;
} }