-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhistogram.css
More file actions
90 lines (73 loc) · 1.26 KB
/
histogram.css
File metadata and controls
90 lines (73 loc) · 1.26 KB
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
h1{
color: white;
text-align: center;
size: 50px;
font-size: 33px;
}
body{
background-color: rgb(36, 32, 32);
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
#statsAndErrors table {
width: 100%;
}
#histoCreator {
width: 100%;
}
#statsAndErrors {
width: 100%;
}
#tableOne {
border-spacing: 0;
padding: 0;
}
#tableTwo {
border-spacing: 0;
border-color: white;
}
.inputGradeRelated {
margin-top: 20px;
}
th {
width: 500px;
text-align: center;
font-size: 1.05em;
vertical-align: middle;
}
td {
width: 500px;
text-align:center;
vertical-align: middle;
padding: 0;
}
#errorMessage {
color: red;
}
#fileUpload {
background-color: #a1dcec;
text-align: center;
padding: 50px;
margin: 7px 0px;
}
section > form > input {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
width: 245px;
transition: 0.6s ease-in-out;
color:rgb(0, 0, 0);
font-size: 1.10em;
}
section > form > input:hover {
cursor: pointer;
background-color: black;
color:white;
}
meter {
width: 20em;
height: 1.75em;
}
#fileContent {
display: none;
}
#errorMessage {
font-size: 1.3em;
}