forked from WorldWindLabs/Quake-Hunter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet1.css
135 lines (116 loc) · 2.51 KB
/
stylesheet1.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
129
130
131
132
133
134
135
ul.tab {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
/*border: 1px solid #ccc;*/
background-color: black;
}
/* Float the list items side by side */
ul.tab li {float: left;}
/* Style the links inside the list items */
ul.tab li a {
display: inline-block;
color: #eeeeee;
text-align: center;
padding: 8px 12px;
text-decoration: none;
transition: 0.3s;
font-size: 16px;
}
/* Change background color of links on hover */
ul.tab li a:hover {background-color:rgb(143, 143, 143); background-color: rgba(143, 143, 143, 0.68);}
/* Create an active/current tablink class */
ul.tab li a[target] {background-color:rgb(67, 167, 199);background-color: rgba(67, 167, 199, 1);}
/* Style the tab content */
.tabcontentLeft {
display: none;
padding: 6px 11px;
border: 1px solid #ccc;
border-top: none;
border-left: none;
height: 100%;
top: 38px;
position: fixed;
background: rgba(46,74,110,0.6);
color: #FFFFFF;
width: 20.5%;
left: 0;
overflow: auto;
/*margin: 50px auto 0 auto;*/
}
.tabcontentRight {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
height: 100%;
top: 38px;
position: fixed;
background: rgb(46, 74, 110);
background: rgba(46,74,110,0.5);
color: #FFFFFF;
width: 15%;
right: 0;
overflow: auto;
/*margin: 50px auto 0 auto;*/
}
.tabcontentInfo {
font-size: 10px;
display: none;
height: 100%;
top: 95px;
position: fixed;
color: #FFFFFF;
width: auto;
overflow: auto;
}
.tabcontentSpecial {
width: 0;
height: 0;
display: none;
}
.tabcontentGraphs {
display: none;
top: 95px;
position: fixed;
color: #FFFFFF;
overflow: hidden;
}
@font-face {
font-family: 'megrim';
src: url('./new_eq_app_files/Megrim.ttf') format('truetype');
}
@font-face {
font-family: 'Helvetica Light';
src: url('./new_eq_app_files/Helvetica Light.ttf') format('truetype');
}
.logo{
font-family: 'megrim', Fallback, sans-serif;
font-size: 16px;
}
.containerFont {
font-family: 'Helvetica Light', Fallback, sans-serif;
}
.smallRule {
border: 1px solid #FFF;
border-top: none;
border-left: none;
border-right: none;
}
.leftTabPadding {
padding-left: 1.5%;
padding-right: 1.5%;
}
.tourButtonsUP {
position: fixed;
bottom: 5%;
/*right: 48%;*/
height: 5%;
}
.tourButtonsDOWN {
position: fixed;
bottom: 5%;
right: 50%;
height: 5%;
}