-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
53 lines (48 loc) · 801 Bytes
/
Copy pathstylesheet.css
File metadata and controls
53 lines (48 loc) · 801 Bytes
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
body {
background-image:url('Resources/background.jpg');
background-repeat: repeat;
font-family: Helvetica;
margin: 0;
padding: 0em;
width: 100%;
height: 100%;
}
#options {
vertical-align: center;
text-align: left;
background-color: white;
border-bottom-width: 2px;
border-bottom-color: black;
border-bottom-style: solid;
margin: 0em;
padding: 0em;
height: 2.5em;
width: 100%;
}
#start {
font-weight: bold;
}
#uploadFile {
height: 0px;
width: 0px;
overflow: hidden;
}
button {
display: inline;
float: right;
margin-top: .8em;
margin-right: 1em;
height: 1.2em;
padding: 1em;
padding-top: .5em;
padding-bottom: 1.5em;
vertical-align: center;
}
h1 {
display: inline-block;
margin: 0;
font-weight: bold;
padding-top: .25em;
padding-left: .5em;
font-size: 1.5em;
}