shorten/public/main.css

37 lines
621 B
CSS
Raw Normal View History

2010-09-14 04:02:57 +00:00
body {
background-color:#3c3c3c;
color: #fff;
text-align: center;
2010-09-14 13:18:12 +00:00
font-size: 1em;
2010-10-28 04:32:48 +00:00
text-shadow: #111 0px 2px 2px;
2010-09-14 04:02:57 +00:00
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
h1 {
font-size: 3em;
2010-10-28 04:31:22 +00:00
text-shadow: #111 0px 2px 2px;
2010-10-28 03:05:36 +00:00
padding-top:50px;
padding-bottom: 50px;
2010-09-14 04:02:57 +00:00
}
a, a:visited {
color: #fff;
text-decoration:none;
2010-09-13 08:58:49 +00:00
}
2010-10-28 03:05:36 +00:00
p a {
2010-10-28 04:32:48 +00:00
border-bottom: 1px dotted #fff;
2010-10-28 03:05:36 +00:00
}
2010-09-13 08:58:49 +00:00
a:hover {
2010-09-14 04:02:57 +00:00
color: #555;
}
ul, li {
list-style-type: none;
display: inline;
padding-left: 25px;
padding-right: 25px;
2010-10-28 04:31:22 +00:00
text-shadow: #111 0px 2px 2px;
}
input {
font-size: 3em;
2010-10-28 04:31:22 +00:00
text-shadow: #111 0px 2px 2px;
text-align: center;
2010-09-13 08:58:49 +00:00
}