92 lines
1.6 KiB
CSS
92 lines
1.6 KiB
CSS
|
/*START OF HOMEPAGE BUTTON SETTINGS*/
|
||
|
.homeSection {
|
||
|
float: left;
|
||
|
width: 40%;
|
||
|
height: 14em;
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
font-size: 100%;
|
||
|
border-style: solid;
|
||
|
border-width: .2em;
|
||
|
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||
|
background: rgba(19, 21, 21, .6);
|
||
|
}
|
||
|
/*END OF HOMEPAGE BUTTON SETTINGS*/
|
||
|
.header {
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
width: 99%;
|
||
|
}
|
||
|
.section, .lnksNdirs, .header {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
text-align: center;
|
||
|
font-size: 100%;
|
||
|
padding-top: 1em;
|
||
|
margin: 1em;
|
||
|
background: rgba(19, 21, 21, .7);
|
||
|
color: rgba(0, 232, 255, .69); /*#00E8FF*/
|
||
|
/* border-style: solid;
|
||
|
border-width: .2em;
|
||
|
*/
|
||
|
}
|
||
|
.backbutton {
|
||
|
top: 3.55em;
|
||
|
clear: both;
|
||
|
z-index: 2;
|
||
|
position: fixed;
|
||
|
float: left;
|
||
|
width: 5%;
|
||
|
height: 50px;
|
||
|
opacity: .8;
|
||
|
}
|
||
|
iframe {
|
||
|
position: fixed;
|
||
|
bottom: 2em;
|
||
|
left: 25%;
|
||
|
width: 50%;
|
||
|
height: 360px;
|
||
|
background: rgba(0,0,0,.5);
|
||
|
transition: 0s;
|
||
|
transition-delay:2s;
|
||
|
}
|
||
|
iframe:hover {
|
||
|
left: 2%;
|
||
|
width: 99%;
|
||
|
height: 700px;
|
||
|
transition-delay:2s;
|
||
|
}
|
||
|
.lnkStyl {
|
||
|
clear: right;
|
||
|
float: left;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
|
||
|
.imgsStyl {
|
||
|
margin-left: 50%;
|
||
|
opacity: 0.699999988079071044921875;
|
||
|
width: 32.333%;
|
||
|
height: 20em;
|
||
|
}
|
||
|
.imgsStyl:hover {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
#bg {
|
||
|
position: fixed;
|
||
|
top: 0%;
|
||
|
left: 0%;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
#bg img {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: -1;
|
||
|
}
|