You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
216 lines
3.3 KiB
216 lines
3.3 KiB
|
|
body {
|
|
background-color: #000000;
|
|
opacity: 0.98;
|
|
}
|
|
|
|
#hecksshader {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -899;
|
|
opacity: 0.9999;
|
|
}
|
|
|
|
.aliasingdiv {
|
|
background-color: #040000;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -899;
|
|
opacity: 0.0;
|
|
}
|
|
|
|
.toningdiv {
|
|
background-color: #0000ff;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 899;
|
|
opacity: 0.0;
|
|
}
|
|
|
|
.brightnessdiv {
|
|
background-color: #ffffff;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
opacity: 0.05;
|
|
}
|
|
|
|
|
|
.container {
|
|
background-color: transparent;
|
|
width: 100%;
|
|
border-left: 0px none #dee2e6 !important;
|
|
border-right: 0px none #dee2e6 !important;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding: 0;
|
|
opacity: 1.0;
|
|
}
|
|
|
|
.cardcontainer {
|
|
background-color: transparent;
|
|
width: 100%;
|
|
margin-top: 0vh;
|
|
margin-bottom: 4vh;
|
|
border-top: 0px none #ffffff !important;
|
|
opacity: 0.999;
|
|
}
|
|
|
|
.section {
|
|
background-color: transparent;
|
|
width: 100%;
|
|
margin-top: 0vh;
|
|
margin-bottom: 0vh;
|
|
border-top: 0px none #ffffff !important;
|
|
opacity: 0.9999;
|
|
}
|
|
|
|
.card {
|
|
background-color: transparent;
|
|
width: 100%;
|
|
margin-top: 0vh;
|
|
margin-bottom: 0vh;
|
|
border: 0px solid #dee2e6 !important;
|
|
opacity: 0.9999;
|
|
}
|
|
|
|
.card-body {
|
|
background-color: #030306;
|
|
margin-top: 0vh;
|
|
margin-bottom: 0vh;
|
|
border-style: solid;
|
|
border-top: 1px solid #202020 !important;
|
|
border-bottom: 1px solid #202020 !important;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.flyer {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.logo {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-bottom: 0vh;
|
|
width: 50%;
|
|
display: block;
|
|
}
|
|
|
|
.card-title {
|
|
font-family: 'Lato black', sans-serif;
|
|
color: #ef3333;
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
.osmmap {
|
|
opacity: 0.65;
|
|
}
|
|
|
|
.presentedby {
|
|
font-family: 'Lato black', sans-serif;
|
|
font-size: 1.42rem;
|
|
letter-spacing: 0.14em;
|
|
text-transform: uppercase;
|
|
color: #eeeeff;
|
|
margin-top: 2vh;
|
|
margin-bottom: 2vh;
|
|
}
|
|
|
|
h2 {
|
|
font-family: 'Lato black', sans-serif;
|
|
font-size: 1.42rem;
|
|
letter-spacing: 0.14em;
|
|
text-transform: uppercase;
|
|
color: #eeeeff;
|
|
margin-top: 1vh;
|
|
margin-bottom: 0vh;
|
|
}
|
|
|
|
h5 {
|
|
text-transform: uppercase;
|
|
font-size: 0.1rem;
|
|
color: #c00606;
|
|
}
|
|
|
|
p {
|
|
font-family: 'trench', sans-serif;
|
|
letter-spacing: 0.06em;
|
|
font-size: 1.21em;
|
|
color: #cccce0;
|
|
hyphens: none;
|
|
margin-top: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
li {
|
|
font-family: 'trench', sans-serif;
|
|
letter-spacing: 0.06em;
|
|
text-transform: capitalize;
|
|
font-size: 1.23em;
|
|
color: #eeeeee;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
a:link {
|
|
color: #dddddd;
|
|
}
|
|
|
|
a:visited {
|
|
color: #dddddd;
|
|
}
|
|
|
|
a:hover {
|
|
color: #dddddd;
|
|
}
|
|
|
|
a:active {
|
|
color: #dddddd;
|
|
}
|
|
|
|
|
|
.row {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.col-12 {
|
|
padding-left: 3vw;
|
|
padding-right: 3vw;
|
|
}
|
|
|
|
.fas, .fab {
|
|
color: #dddddd;
|
|
font-size: 2em;
|
|
}
|
|
|
|
a, u {
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
/*@font-face {*/
|
|
/* font-family: 'vw';*/
|
|
/* src: url('./resources/vampirewars.ttf');*/
|
|
/*}*/
|
|
|