Newer
Older
/*----------------------------------------------------------------------------------
* 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;
}
header #text-user-logon:hover {
background: #5a329f !important;
color: white !important;
}
#system #system-title,
#system #system-title::before {
background: #6300d2;
color: white;
border-radius: 2px !important;
height: 1.25rem;
padding: 1rem 2.25rem 1rem 1rem;
background: transparent;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#header-links {
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: center;
}
position: relative;
padding: 1rem 0rem 1.25rem 1rem;
top: 0.1rem;
#header-left {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
flex-direction: row;
}
.header-links {
display: flex;
padding: 0 1rem;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
}
#logoff {
font-weight: 900;
}
#user-logon {
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
padding: 0.33rem 1.5rem;
vertical-align: middle;
border-radius: 2.5px;
}
/*----------------------------------------------------------------------------------
* 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 {
background: #005179;
color: white;
border-radius: 2px !important;
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
}
/*----------------------------------------------------------------------------------
* 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 {
background: #2743a9;
color: white;
border-radius: 2px !important;