forked from FlorisE/neural_labeling_web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
119 lines (100 loc) · 1.53 KB
/
Copy pathstyle.css
File metadata and controls
119 lines (100 loc) · 1.53 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body {
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
}
#top {
color: #fff;
background-color: #333;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
color: white;
width: 100%;
text-align: center;
}
#top a {
color: white;
}
#main {
margin: auto;
width: 60%;
}
h1 {
text-align: center;
}
.centertext {
text-align: center;
font-size: large;
margin: 10px;
}
p {
font-size: large;
}
.logos {
margin: auto;
text-align: center;
vertical-align: middle;
}
.logos img {
padding: 10px;
display: inline;
vertical-align: middle;
}
table {
border-collapse: collapse;
border-top: 2px solid;
border-bottom: 2px solid;
width: 100%;
}
th {
border-bottom: 1px solid;
}
.qr {
width: 100%;
}
/* https://www.w3schools.com/howto/howto_css_pill_nav.asp */
.links a {
background-color: #fff;
display: inline-block;
color: black;
text-align: center;
padding: 14px;
text-decoration: none;
font-size: 17px;
border-radius: 5px;
border: 1px solid;
}
/* Add a color to the active/current link */
.links a:hover {
background-color: midnightblue;
color: white;
}
#demo {
max-width: 1353px;
width: 100%;
height: auto;
}
#workflow {
max-width: 1325px;
width: 100%;
height: auto;
}
#dishwasher {
max-width: 1104px;
width: 100%;
height: auto;
}
#segmentation {
max-width: 1980px;
width: 100%;
height: auto;
}
#footer {
margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
color: white;
background-color: #474747;
width: 100%;
text-align: center;
}