kopia lustrzana https://github.com/projecthorus/wenet
86 wiersze
1.0 KiB
CSS
86 wiersze
1.0 KiB
CSS
![]() |
/*
|
||
|
* Globals
|
||
|
*/
|
||
|
|
||
|
/* Links */
|
||
|
a,
|
||
|
a:focus,
|
||
|
a:hover {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Base structure
|
||
|
*/
|
||
|
|
||
|
html,
|
||
|
body {
|
||
|
height: 100%;
|
||
|
background-color: #333;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
display: -ms-flexbox;
|
||
|
display: -webkit-box;
|
||
|
display: flex;
|
||
|
-ms-flex-pack: center;
|
||
|
-webkit-box-pack: center;
|
||
|
justify-content: center;
|
||
|
color: #fff;
|
||
|
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
|
||
|
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
|
||
|
}
|
||
|
|
||
|
.cover-container {
|
||
|
max-width: 42em;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Header
|
||
|
*/
|
||
|
|
||
|
.masthead-brand {
|
||
|
margin-bottom: 1;
|
||
|
}
|
||
|
|
||
|
|
||
|
.wenet-image {
|
||
|
max-width: 100%;
|
||
|
max-height: auto;
|
||
|
}
|
||
|
|
||
|
|
||
|
.snr-display {
|
||
|
padding: .25rem 0;
|
||
|
font-weight: 700;
|
||
|
color: rgba(255, 255, 255, .8);
|
||
|
background-color: transparent;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.gps-display {
|
||
|
padding: .25rem 0;
|
||
|
font-weight: 600;
|
||
|
color: rgba(255, 255, 255, .8);
|
||
|
background-color: transparent;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 48em) {
|
||
|
.masthead-brand {
|
||
|
float: left;
|
||
|
}
|
||
|
.nav-masthead {
|
||
|
float: right;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Footer
|
||
|
*/
|
||
|
.mastfoot {
|
||
|
color: rgba(255, 255, 255, .5);
|
||
|
}
|