-
Notifications
You must be signed in to change notification settings - Fork 0
/
Stylesheet.html
75 lines (59 loc) · 1.46 KB
/
Stylesheet.html
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
<style>
#logo {
font-family: 'Alegreya Sans SC', sans-serif;
font-size: 15pt;
}
span.title {display:block; font-size:1.3em; padding-top:1em; padding-bottom:.5em;}
div.assignment { display: table; }
div.assignment p { display: table-row; }
div.assignment label { display: table-cell; }
div.assignment input { display: table-cell; }
#adv {display:none;}
.col {
min-width:300px;
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
page-break-inside:avoid;
break-inside:avoid-column;
display:table;
}
#container {
width: 1000px;
margin-right:auto;
margin-left:auto;
margin-top:4em;
}
#coldiv {
margin-top:1em;
-webkit-columns: 3 300px;
-moz-columns: 3 300px;
columns: 3 300px;
-webkit-column-gap: 50px;
-moz-column-gap: 50px;
column-gap: 50px;
}
div.message input, div.message textarea{
display:block;
width:95%;
}
div.message textarea{
min-height:35em;
}
div.nudge{
display:block;
margin-top:1em;
margin-bottom:1em;
}
.ui-dialog-titlebar {
display: none;
}
#progress a {
color: #3456c8;
}
#uploadedFileInformation select{
font-size: 0.7em;
}
</style>