|
|
@ -5,7 +5,6 @@ body {
|
|
|
|
padding-right: 120px;
|
|
|
|
padding-right: 120px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.grid-container {
|
|
|
|
.grid-container {
|
|
|
|
display: inline-grid;
|
|
|
|
display: inline-grid;
|
|
|
|
grid-template-columns: repeat(8, 1fr);
|
|
|
|
grid-template-columns: repeat(8, 1fr);
|
|
|
@ -28,7 +27,6 @@ body {
|
|
|
|
z-index: 5;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.img {
|
|
|
|
.img {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
border-style: hidden hidden solid hidden;
|
|
|
|
border-style: hidden hidden solid hidden;
|
|
|
@ -38,7 +36,6 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
.title {
|
|
|
|
display:block;
|
|
|
|
display:block;
|
|
|
|
font-family: Roboto Mono, monospace;
|
|
|
|
|
|
|
|
font-size: large;
|
|
|
|
font-size: large;
|
|
|
|
font-weight: 700;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -48,7 +45,6 @@ body {
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.metatext {
|
|
|
|
.metatext {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
width: 300px;
|
|
|
|
width: 300px;
|
|
|
@ -56,45 +52,22 @@ body {
|
|
|
|
border-style: hidden;
|
|
|
|
border-style: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.thumbborder {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*links*/
|
|
|
|
/*links*/
|
|
|
|
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
a:link {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
|
|
|
|
.metatext:hover a {
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
a:hover {
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
opacity: 0.7;
|
|
|
|
opacity: 0.7;
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
.metatext:hover {
|
|
|
|
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|
right:0%;
|
|
|
|
right:0%;
|
|
|
@ -104,7 +77,6 @@ h1 {
|
|
|
|
opacity: 0.5;
|
|
|
|
opacity: 0.5;
|
|
|
|
padding: 3px 30px 3px 10px;
|
|
|
|
padding: 3px 30px 3px 10px;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
font-size: 32px;
|
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|