2013-10-15 16:19:31 +00:00
|
|
|
html {
|
|
|
|
font-family: sans-serif;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
color: #444444;
|
|
|
|
}
|
|
|
|
.center { text-align: center; }
|
|
|
|
|
|
|
|
h1 { font-size: 5em; }
|
|
|
|
|
2013-10-17 19:21:07 +00:00
|
|
|
input { border: 2px solid #666666; color: #444444; padding: 8px; background-color: #FFFFFF; font-size: 1.3em; }
|
2013-10-15 17:11:43 +00:00
|
|
|
|
|
|
|
a { text-decoration: none; }
|
2013-10-15 16:47:26 +00:00
|
|
|
|
|
|
|
.result_title { margin-bottom: 0; }
|
|
|
|
|
2013-10-17 19:21:07 +00:00
|
|
|
.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; max-width: 50em; }
|
2013-10-17 18:44:50 +00:00
|
|
|
.result { max-width: 70em; }
|
2013-10-15 16:47:26 +00:00
|
|
|
|
|
|
|
.url { font-weight: bold; }
|
2013-10-17 18:44:50 +00:00
|
|
|
|
|
|
|
.q { width: 30em; }
|