-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhulpje.css
97 lines (82 loc) · 1.24 KB
/
hulpje.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
95
96
97
#banner{
width:100%;
height:60px;
background-color:#333;
text-align:center;
top:0px;
padding-bottom:6px ;
border-bottom: 5px solid #547aaa;
position:absolute;
left:0px;
position:absolute;
z-index:1;
}
p{
padding:0px;
margin:0px;
}
#opties{
z-index:0;
position:fixed;
top:71px;
left:0px;
padding-left:8px;
border-bottom:5px solid #547aaa;
border-right: 5px solid #547aaa;
width:260px;
padding-top:20px;
height:475px;
overflow-y:scroll;
}
select{
width:200px;
}
input[type="text"]{
width:200px;
}
#opgehaald{
padding-top:23px;
height:200px;
padding-left:8px;
left:0px;
width:260px;
border-right: 5px solid #547aaa;
position:fixed;
top:570px;
}
#content{
padding-top:60px;
background:url(map.jpg);
background-size:contain;
width:75%;
position:absolute;
right:0px;
height:507px;
top:70px;
min-height:75%;
padding-left:5%;
overflow-y:scroll;
}
h1,p{
font-family: Arial;
color:white;
}
#scroll {
width: 30em;
overflow-x: auto;
white-space: nowrap;
}
html,body{
background-color:#333;
}
th{
height:50px;
}
#table{
min-width:5%;
text-align:left;
float: left;
}
input[type="number"]{
width:186px;
}