summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
blob: 3c8b65861ad86d06f7e333a000cfee463f034d08 (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
114
115
116
117
118
119
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    min-width: 800px;
}

ul {
    margin: 1em 0;
}

p.headline {
    font-size: 2.4em;
    margin: 0.3em 0;
    font-weight: blod;
}

p.subtext {
    font-size: 1.7em;
    margin: 10px 0;
    font-weight: blod;
}

span.spline {
    color: red;
}

.center {
    text-align: center;
}

#header table {
    margin: 0 auto;
}

div#title {
    background: #9cf;
    font-size: 1.8em;
    font-weight: blod;
    padding: 5px 0;
}

.small {
    font-size: 0.8em;
}

#footer {
    font-size: 0.9em;
}

div.info, div.create {
    margin: 2em auto;
}

div.info {
    width: 50%;
}

div.create {
    width: 70%;
}

div.header {
    background: #fff0d0;
    padding: 0.2em;
    margin-bottom: 1em;
}

div#status .ok {
    color: green;
}

div#status span {
    font-size: 2em;
}

div.create li, div.info ol li {
    margin-bottom: 1em;
}

div.create li li {
    margin: 0;
}

form table {
    width: 80%;
    margin: 0 auto;
}

form td, form th {
    padding-top: 1em;
}

form th {
    text-align: right;
    font-weight: normal;
    vertical-align: top;
    padding-right: 1em;
    width: 40%;
}

.wrong {
    display: block;
    font-weight: normal;
    color: red;
    margin-top: 0.2em;
}

input {
    width: 20em;
}

input.submit {
    width: 10em;
    margin: 1em auto 0;
    padding: 0.4em;
    display: block;
    font-weight: bold;
}