-
Notifications
You must be signed in to change notification settings - Fork 0
/
erwtima3_style.css
171 lines (148 loc) · 3.34 KB
/
erwtima3_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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
body {
margin: 0px;
padding: 0%;
background-image: url("other_pic.jpg");
background-size: /*1500px;*/ 100% 100%;
background-position: center;
background-repeat: no-repeat;
font-family: Trebuchet MS;
/*height: 1600px;*/
overflow-y: scroll;
box-sizing: border-box;
}
.ISPs h1{
color: white;
font-size: 20px;
left: 20px;
font-family: Trebuchet MS;
}
.ISP_b h1{
color: white;
font-size: 20px;
left: 20px;
font-family: Trebuchet MS;
}
.ISP_g h1{
color: white;
font-size: 20px;
left: 20px;
font-family: Trebuchet MS;
}
.caption {
padding-top: 10px;
padding-bottom: 60px; /*some padding */
height: 40px;
background: #051426; /*background */
text-align: center; /* center the text */
font-size: 20px;
font-family: Georgia;
color: white; /* white text color */
letter-spacing: 2px;
}
.container {
display: grid;
grid-template-columns: 1fr;
}
.nav-wrapper {
display: flex;
justify-content: space-between;
padding: 30px;
}
.left-side {
display: flex;
}
.nav-wrapper > .left-side > div {
margin-right: 20px;
font-size: 0.9em;
text-transform: uppercase;
}
.nav-link-wrapper {
height: 22px;
border-bottom: 1px solid transparent;
transition: border-bottom 0.5s;
}
.nav-link-wrapper a {
color: #D9E8F4;
text-decoration: none;
transition: color 0.1s;
}
.nav-link-wrapper:hover {
border-bottom: 1px solid #D9E8F4;
}
.nav-link-wrapper a:hover {
color: #D9E8F4 k;
cursor: pointer;
}
/*Master Styles Numero duo*/
/* The side navigation menu */
.sidenav {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0;
left: 0;
background-color: #051426;
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: white;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #00687D;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.Chart1 {
margin: auto;
width: 50%;
padding: 10px;
}
.Chart2 {
margin: auto;
width: 50%;
padding: 10px;
}
.Chart3 {
margin: auto;
width: 50%;
padding: 10px;
}
.footer {
/*top: 100%;
left: 0;
bottom: 0px;
width: 100%; */
height: 50px;
/*margin-top: -50px;*/
text-align: center;
background: #051426;
color: white;
position: /*absolute;*/ relative;
overflow-y: auto;
/*padding-top: 5px;*/
}