|
|
|
@ -13,6 +13,11 @@
|
|
|
|
|
src: url(fonts/courierprime.ttf);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: tenor;
|
|
|
|
|
src: url(fonts/tenor.ttf);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
@ -30,7 +35,7 @@ body{
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: -1;
|
|
|
|
|
background-color: #1a1a1a;
|
|
|
|
|
background-color: #2f2f2f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*header*/
|
|
|
|
@ -46,7 +51,7 @@ header{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header h1{
|
|
|
|
|
font-family:courierprime;
|
|
|
|
|
font-family:tenor;
|
|
|
|
|
font-size:9vw;
|
|
|
|
|
float:left;
|
|
|
|
|
width:60%;
|
|
|
|
@ -130,13 +135,13 @@ header h1{
|
|
|
|
|
|
|
|
|
|
#getback{
|
|
|
|
|
text-decoration:underline;
|
|
|
|
|
text-decoration-color:#99ff99;
|
|
|
|
|
text-decoration-color:#0f0;
|
|
|
|
|
z-index:100;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#getback:hover{
|
|
|
|
|
text-decoration: overline;
|
|
|
|
|
font-family:inconsolatabold;
|
|
|
|
|
text-decoration-color:magenta;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -181,7 +186,7 @@ header h1{
|
|
|
|
|
.upbar {
|
|
|
|
|
height:5%;
|
|
|
|
|
width:100%;
|
|
|
|
|
background-color:#99ff99;
|
|
|
|
|
background-color:#0f0;
|
|
|
|
|
position:relative;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -370,25 +375,19 @@ p.subcl3{
|
|
|
|
|
|
|
|
|
|
a{
|
|
|
|
|
color:white;
|
|
|
|
|
text-decoration-color:#99ff99;
|
|
|
|
|
text-decoration-color:#0f0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ext:hover {
|
|
|
|
|
text-decoration: overline;
|
|
|
|
|
font-family:inconsolatabold;
|
|
|
|
|
text-decoration-color:yellow;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.int:hover {
|
|
|
|
|
text-decoration: overline;
|
|
|
|
|
font-family:inconsolatabold;
|
|
|
|
|
text-decoration-color:magenta;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#show:hover{
|
|
|
|
|
font-family:courierprime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.gradShow {
|
|
|
|
|
font-weight:bold;
|
|
|
|
@ -733,7 +732,7 @@ header{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header h1{
|
|
|
|
|
font-size:7vw;
|
|
|
|
|
font-size:6vw;
|
|
|
|
|
margin-bottom:13%;
|
|
|
|
|
width:77%;
|
|
|
|
|
float:none;
|
|
|
|
@ -785,14 +784,14 @@ header h1{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ihtp{
|
|
|
|
|
width:80%;
|
|
|
|
|
width:70%;
|
|
|
|
|
position:relative;
|
|
|
|
|
top:0;
|
|
|
|
|
left:0;
|
|
|
|
|
-webkit-transform:none;
|
|
|
|
|
-ms-transform:none;
|
|
|
|
|
transform:none;
|
|
|
|
|
font-size:calc(9px + 0.6vw);
|
|
|
|
|
font-size:calc(9px + 0.5vw);
|
|
|
|
|
line-height:125%;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -877,7 +876,7 @@ p.subcl3{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.row{
|
|
|
|
|
border-bottom-width:7px;
|
|
|
|
|
border-bottom-width:5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|