2025-01-29 13:37:23 +00:00
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 14px;
|
|
|
|
background-color: black;
|
|
|
|
padding: 0.5%;
|
2025-01-31 07:06:10 +00:00
|
|
|
margin-left: 20%;
|
|
|
|
margin-right: 20%;
|
2025-01-29 13:37:23 +00:00
|
|
|
}
|
|
|
|
html * {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Draco';
|
2025-01-31 07:06:10 +00:00
|
|
|
src: url('https://y2kcs.neocities.org/Draco/Draco.otf');
|
2025-01-29 13:37:23 +00:00
|
|
|
format("opentype");
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
padding: 0;
|
|
|
|
text-decoration: none;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#adless {
|
|
|
|
color: grey;
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
#aimage {
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
ol {
|
|
|
|
padding-left: 12px;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
word-wrap: break-word;
|
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
margin-right: 16px;
|
|
|
|
color: grey;
|
|
|
|
}
|
|
|
|
.clickable-image {
|
2025-01-31 07:06:10 +00:00
|
|
|
width: 80%;
|
2025-01-29 13:37:23 +00:00
|
|
|
height: auto;
|
|
|
|
object-fit: cover;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
.clickable-image:active {
|
2025-01-31 07:06:10 +00:00
|
|
|
width:100%;
|
2025-01-29 13:37:23 +00:00
|
|
|
height:auto;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
word-wrap: break-word;
|
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
#grad {
|
|
|
|
background-image: linear-gradient(to right, black, transparent), url('webpagebackground.png');
|
|
|
|
background-size: cover;
|
|
|
|
padding: 12px;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
.box {
|
|
|
|
flex: 1;
|
|
|
|
max-width: 18%;
|
|
|
|
margin-top: 12px;
|
|
|
|
padding-left: 12px;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
.boxmiddle {
|
|
|
|
flex: 2;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-left: 12px;
|
|
|
|
margin-right: 12px;
|
|
|
|
padding-left: 12px;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
.boxmiddleright {
|
|
|
|
flex: 2;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-left: 12px;
|
|
|
|
padding-left: 12px;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
iframe {
|
|
|
|
border: 1px solid #fff;
|
|
|
|
height: 72vh;
|
|
|
|
width: 82%;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
|
|
|
#ifix {
|
|
|
|
max-width: 100%;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
#smoltext {
|
|
|
|
color: grey;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
#textfix {
|
|
|
|
word-wrap: break-word;
|
|
|
|
width: 85%;
|
|
|
|
}
|
2025-01-31 07:06:10 +00:00
|
|
|
@media only screen and (max-width: 1440px) {
|
|
|
|
/*HD 4:3 PC resolutions*/
|
|
|
|
body {
|
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 1024px) {
|
|
|
|
/*smaller 4:3 PC resolutions*/
|
|
|
|
body {
|
|
|
|
margin-left: 0%;
|
|
|
|
margin-right: 0%;
|
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px
|
|
|
|
}
|
|
|
|
}
|
2025-01-29 13:37:23 +00:00
|
|
|
@media only screen and (max-width: 750px) {
|
|
|
|
/* mobile phones*/
|
|
|
|
.box, .container {
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
.boxmiddle, .boxmiddleright {
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
iframe{
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-left: 0;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
#ifix{
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
.clickable-image {
|
2025-01-31 07:06:10 +00:00
|
|
|
width: 90%;
|
2025-01-29 13:37:23 +00:00
|
|
|
height: auto;
|
|
|
|
object-fit: cover;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
.clickable-image:active {
|
2025-01-31 07:06:10 +00:00
|
|
|
width:100%;
|
2025-01-29 13:37:23 +00:00
|
|
|
height:auto;
|
|
|
|
}
|
|
|
|
}
|