-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet_subpage.css
128 lines (111 loc) · 2.03 KB
/
stylesheet_subpage.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
html {background-color: black}
.kader1{
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
color: white;
background-color: black;
height: 0px;
padding-bottom: 43.2%;
width: 60%;
}
.kader2{
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
color: white;
background-color: black;
height: 0px;
padding-bottom: 43.2%;
width: 80%;
}
.foto {
position: absolute;
max-width: 100%;
max-height: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.foto2 {
position: absolute;
max-width: 100%;
max-height: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.fotocontainter {
position: absolute;
width: 70%;
height: 100%;
position: absolute;
left: 0px;
top: 50%;
transform: translate(0%,-50%);
background-color: black;
}
.sidetextcontainer{
position: absolute;
right:0px;
height: 100%;
width: 30%;
background-color: black;
}
.sidetext{
position: absolute;
color: white;
background-color: black;
top:5%;
bottom: 5%;
left:5%;
right: 0%;
overflow: scroll;
font-family: Helvetica , sans-serif;
}
.button1{
position: absolute;
color: white;
background-color: #202020;
height: 0px;
padding-bottom: 5%;
width: 5%;
right: 2%;
top:47.5%;
text-align: center;
background: url(pijlrechts.png) center no-repeat;
background-size: cover;
}
.button2{
position: absolute;
color: white;
background-color: #202020;
height: 0px;
padding-bottom: 5%;
width: 5%;
left: 2%;
top:47.5%;
text-align: center;
background: url(pijllinks.png) center no-repeat;
background-size: cover;
}
.button3{
position: absolute;
color: white;
background-color: #202020;
height: 0px;
padding-bottom: 3%;
width: 3%;
left: 0%;
top:0%;
margin:1%;
text-align: center;
background: url(exit.png) center no-repeat;
background-size: cover;
}