-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
94 lines (77 loc) · 1.08 KB
/
styles.css
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
body {
font-family: Arial, sans-serif;
background-color: white;
color: #333;
margin: 0;
padding: 0;
}
#navbar {
background-color: #607D8B;
padding: 10px 0;
text-align: center;
}
#navbar h1 {
margin: 0;
color: white;
}
h3 {
margin: 20px;
}
#server {
margin: 30px 20px;
float: right;
}
#uploader {
border: 2px dashed #ccc;
padding: 40px;
text-align: center;
cursor: pointer;
margin: 0 100px;
}
#displayImage {
float:left;
margin: 50px 100px;
width: 350px;
height: 350px;
}
#submitButton {
margin: 20px 0;
}
#detection {
margin-top: 50px;
margin-bottom: 10px;
}
#classDetails {
float:middle;
margin: 10px;
}
#cautionBlock {
color: maroon;
margin: 10px;
}
#confidenseBlock {
float:middle;
margin: 10px;
}
p {
margin: 10px 100px;
white-space: normal;
}
#descTable {
display: none;
float: left;
}
table {
border-collapse: collapse !important;
margin: 0px 100px 50px 100px;
width: 60%;
border: 1px solid grey;
}
th, td {
padding: 10px;
text-align: left;
border: 1px solid grey;
}
th {
background-color: #e8e8e8;
}