summaryrefslogtreecommitdiff
path: root/searx/static/css/style.css
blob: 0becec278ae0a2295c2f51f55337b85d29509828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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; }

input { border: 2px solid #666666; color: #444444;  padding: 8px; background-color: #FFFFFF; font-size: 1.3em; }

a { text-decoration: none; }

.result_title { margin-bottom: 0; }

.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; max-width: 50em; }
.result { max-width: 70em; }

.url { font-weight: bold; }

.q { width: 30em; }