Newer
Older
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
/*----------------------------------------------------------------------------------
* PAGE > HEADER
*----------------------------------------------------------------------------------
*/
/*----------------------------------------------------------------------------------
* DEFAULT
*----------------------------------------------------------------------------------
*/
header p {
font-weight: 600;
float: right;
font-size: 10px;
color: white;
}
header a {
text-decoration: none;
color: white;
}
header h1 {
text-indent: -999em;
}
header p.hostname {
color:#000;
position:absolute;
top:55px;
left:34px;
font-size:12px;
}
#system #system-title,
#system #system-title::before {
color: #6300d2;
}
header {
height: 1.5rem;
box-shadow: 2px 2px 30px #00000029;
background: white;
display: flex;
background-size: 7.5rem !important;
flex-direction: row;
flex-wrap: nowrap;
background-image: url(../../img/logos/alpine-linux.png) !important;
justify-content: space-between;
background-repeat: no-repeat !important;
align-items: center;
z-index: 2;
position: fixed !important;
width: -webkit-fill-available;
}
#header-links {
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: center;
}
}
.header-links {
display: flex;
padding: 0 1rem;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
}
#logoff {
font-weight: 900;
}
#user-logon {
}
#text-user-logon {
color: white;
font-size: 0.55rem;
font-weight: 900;
margin: 0 3rem 0 0;
padding: 0.33rem 1.5rem;
vertical-align: middle;
background: #a9a9a9;
border-radius: 2.5px;
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
position: relative;
}
/*----------------------------------------------------------------------------------
* NETWORKING HEADER & GLOBAL COLOR
*----------------------------------------------------------------------------------
*/
#networking #subnav ul li.selected a,
#networking #subnav ul li a:hover {
color: #005179;
}
#networking #content .submit {
font-size: 0.65rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #FFF;
font-weight: bold;
border-radius: 4px;
padding: 0.75rem 3.5rem;
border: 1px solid #005179;
background: #005179;
width: 15vw;
}
#networking #networking-title,
#networking #networking-title::before {
color: #005179;
}
/*----------------------------------------------------------------------------------
* APPLICATIONS HEADER
*----------------------------------------------------------------------------------
*/
#applications #subnav ul li.selected a,
#applications #subnav ul li a:hover {
color: #2743a9;
}
#applications #content .submit {
font-size: 0.65rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #FFF;
font-weight: bold;
border-radius: 4px;
padding: 0.75rem 3.5rem;
border: 1px solid #2743a9;
background: #2743a9;
}
#applications #applications-title,
#applications #applications-title::before {
color: #2743a9;
}