Browse Source
[0-9] - choose shader variation Arrow Right - next shader variation Arrow Left - previous shader variation Esc - restart shader
3 changed files with 761 additions and 181 deletions
@ -0,0 +1,209 @@ |
|||
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.8; |
|||
} |
|||
|
|||
.flyer { |
|||
opacity: 0.8; |
|||
} |
|||
|
|||
.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.5; |
|||
} |
|||
|
|||
.presentedby { |
|||
font-family: 'Lato black', sans-serif; |
|||
font-size: 1.42rem; |
|||
letter-spacing: 0.14em; |
|||
text-transform: uppercase; |
|||
color: #9f1414; |
|||
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: #901010; |
|||
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: #c20606; |
|||
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: #c20606; |
|||
} |
|||
|
|||
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; |
|||
} |
@ -0,0 +1,217 @@ |
|||
|
|||
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.75; |
|||
} |
|||
|
|||
.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 { |
|||
border-radius: 300px; |
|||
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.8; |
|||
} |
|||
|
|||
.flyer { |
|||
opacity: 0.8; |
|||
} |
|||
|
|||
.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.5; |
|||
} |
|||
|
|||
.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');*/ |
|||
/*}*/ |
Loading…
Reference in new issue