blob: 2f9b4c3d02cf9ab5a954e5b615403748ac1e1373 (
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
|
html {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px
}
textarea {
font-size: 20px;
width: 100%
}
button {
margin: 1em;
padding: .25em;
background: #fff;
font-weight: bold
}
.bold { font-weight:bold }
div#wrapper {
margin: 2em;
padding: 1em;
border: 1px dashed #000
}
span#status {
display: none;
float: right
}
/* Document overview */
table#overview { font-size:80% }
table#overview td.seg_text { width: 45% }
table#overview td { border-bottom: 1px solid #000 }
/* /Document overview */
p#footer {
text-align: right;
font-size: .5em;
font-weight: bold;
margin: 0;
padding: 0;
color: #303030
}
/* Header */
div#header { margin-bottom: 2em }
img#uni {}
img#cl {
margin-bottom:20px;
margin-left:10px;
vertical-align:bottom
}
/* /Header */
/* Help */
p#help {
font-size: .8em;
width: 40%;
color: #ccc;
text-align: justify
}
p#help:hover { color: #000 }
/* /Help */
|