shorten/public/main.css

40 lines
639 B
CSS
Raw Normal View History

2010-09-14 04:02:57 +00:00
body {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif;
font-size: 12px;
line-height: 20px;
color: #555555;
2010-09-14 04:02:57 +00:00
text-align: center;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
2010-09-14 04:02:57 +00:00
h1 {
padding-top:250px;
2010-10-28 03:05:36 +00:00
padding-bottom: 50px;
font-size:5em;
2010-09-14 04:02:57 +00:00
}
2010-09-14 04:02:57 +00:00
a, a:visited {
text-decoration:none;
color: #555555;
2010-09-13 08:58:49 +00:00
}
p a, a:visited {
color: #003377;
2010-10-28 03:05:36 +00:00
}
2010-09-13 08:58:49 +00:00
a:hover {
color: #000000;
border-bottom: 1px dotted #000000;
2010-09-14 04:02:57 +00:00
}
2010-09-14 04:02:57 +00:00
ul, li {
list-style-type: none;
display: inline;
padding-left: 25px;
padding-right: 25px;
}
input {
text-align: center;
2010-09-13 08:58:49 +00:00
}