-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgpe.css
More file actions
executable file
·64 lines (52 loc) · 720 Bytes
/
Copy pathgpe.css
File metadata and controls
executable file
·64 lines (52 loc) · 720 Bytes
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
html, body {
width: 100%;
height: 100%;
margin: 0;
background-color: #F0F0F0;
color: #111;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
overflow-x: hidden;
}
a:link {
color: #222;
}
a:visited {
color: #222;
}
a:hover {
color: #444;
}
a:active {
color: #222;
}
h1, h2, h3{
margin: 0.2em 0;
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 150%;
}
h2 {
font-size: 120%;
}
h3 {
font-size: 110%;
}
}
.GUI-container{
position: relative;
width: 100%;
height: 15px;
}
#GUI {
position: absolute;
top: 0px;
right: 0px;
}
.upper-container {
text-align: center;
}
.lower-container {
padding-left: 5%;
padding-right: 5%;
}