shorten/public/main.css

33 lines
488 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-09-14 04:02:57 +00:00
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
h1 {
font-size: 3em;
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 {
text-decoration:underline;
}
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;
}
input {
font-size: 3em;
text-align: center;
2010-09-13 08:58:49 +00:00
}