summaryrefslogtreecommitdiff
path: root/htdocs/moderate/admin.css
blob: 936c3ec63deb79237b330cc589250b5a5bb3f4ad (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
body {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.75em;
    line-height: 1.5em;

    margin-left: 10%;
    margin-top: 5%;
    width: 60%;
}

h1 {
    font-size: 4em;
    margin-bottom: 1.25em;
}

a, a:visited {
    color: #1070c0;
    text-decoration: none;
}

#content {
    width: 75%;
    padding-left: 3em;

}

#nav {
    float: right;
}

#nav ul {
    padding-left: 1em;
    list-style: none;
}

#search {
    float: right;
    margin-top: -2em;
}

#listing {
    margin-top: 1.5em;
}

#listing .header {
    background: #555;
    padding: 0.75em;
    color: white;
    font-weight: bold;
    font-size: 120%;
}

#listing .row0, #listing .row1 {
    border-top: solid thin #AAA;
    padding: 0.75em;
}

#listing .row0 {
}

#listing .row1 {
}

#listing .col0 {
    display: inline-block;
    width: 100px;
    text-align: center;
}


.element input[type=text], .element input[type=password] {
    width: 90%;
    padding: .5em;
}

label {
    font-weight: bold;
}

.element {
    margin-bottom: 1.25em;
}

.buttons {
    float: right;
    margin-right: 10%;
}

div.error {
    background: #FAA;
    border: solid red 2px;
    padding: 1.5em;
    margin: 2em 0 2em 0;
    width: 90%;
}

p {
    margin: 0;
}