summaryrefslogtreecommitdiffstats
path: root/static/style.css
blob: 8ff28123fe86f2a2d1a5cd9cddb1b4b1bb911275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body {
  background-color: #333;
}

#content {
  background-color: #fff;
  clear: both;
  margin: 0px auto;
  width: 920px;
  padding: 20px;
}


#header {
  background-color: #fff;
  clear: both;
  height: 80px;
  margin: 0px auto 5px auto;
}

footer {
  clear: both;
  margin: 0px auto;
  width: 920px;
  padding: 20px;
  text-align: center;
  color: #fff;
}

footer a, footer a:visited {
  color: #fff;
}



#sub-header {
  width:100%;
}

#container {
  float: left;
}

#header h1, #header p, #header form {
  padding: 20px 0px 20px 20px;
}

#header h1 {
  float: left;
  width: 60px;
  margin: 0px;
}
#header p {
  font-family: monospace;
  float: left;
  width: 550px;
  text-align: left;
  line-height: 80px;
  height: 80px;
  padding: 0px;
}

#header form {
  float: right;
  padding-right: 20px;
  text-align: right;
}

#filelist  {
  list-style: none;
}

#container p {
  margin-bottom: 0px;
}

label {
  float: left;
  width: 200px;
}

ul.flashes {
  margin: 0px auto;
}

a, a:visited {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0069D6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#sub-header p {
  float: right;
  text-align: right;
}

span.error {
  font-weight: bold;
  color: #F00;
}

select {
  font-family: monospace;
  width: 350px;
  border: 1px solid #ccc;
  padding: 2px 5px;
  background-color: #fff;
}