forked from atteneder/glTFastWebDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
114 lines (94 loc) · 1.24 KB
/
style.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
body {
display: flex;
flex-flow: wrap;
height: 100%;
width: 100%;
min-width: 1204px;
margin: 0px;
font-family: Helvetica, Arial, Geneva, sans-serif;
}
iframe {
width: 600px;
height: 600px;
border: 0;
overflow:hidden;
}
header,
nav,
article,
section,
aside,
footer {
/*padding: 10px;*/
margin: 10px;
flex: 1 100%;
}
header {
font-size: 8pt;
}
header form input,
header form button {
font-size: 12pt;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
background-color: #ddd;
overflow-x: hidden;
transition: 0.5s;
}
.sidenav h2,p,ul {
margin-left: 10px;
}
.sidenav ul {
padding-inline-start: 15px;
}
.sidenav a {
text-decoration: none;
transition: 0.3s;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
div.openNav {
font-size:20px;
cursor:pointer;
}
h1,h2 {
margin: 5px 0px 10px 0px;
}
#urlform {
width: 100%;
}
#formUrl {
min-width: 500pt;
}
.frameContainer {
min-width: 600px;
}
.frameContainer a {
margin: 10px;
}
#kofi {
flex: 2 1 0%;
order: 1;
}
#links {
order: 4;
}
#notes {
order: 5;
}
#samples {
flex: 1 0%;
}