You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
147 lines
2.3 KiB
147 lines
2.3 KiB
@font-face {
|
|
font-family: "Fell";
|
|
src: url("/IMFePIit29P.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Fell Sc";
|
|
src: url("/IMFePIsc29P.ttf");
|
|
}
|
|
|
|
|
|
body {
|
|
background-color: #e1eef2;
|
|
margin: 0;
|
|
font-family: "Fell";
|
|
hyphens: auto;
|
|
}
|
|
|
|
.wrapper {
|
|
max-width: 70em;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
background-color: #FFC63F;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
padding: 20px;
|
|
}
|
|
|
|
.items {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.items > li {
|
|
display: inline-block;
|
|
}
|
|
|
|
.items > li a {
|
|
width: 120px;
|
|
height: 120px;
|
|
background: #D66C00;
|
|
border-radius: 80px;
|
|
display: block;
|
|
border: 3px solid #1a1c1c;
|
|
}
|
|
|
|
.items > li a:hover {
|
|
background-color: #f39a3f;
|
|
z-index: 1;
|
|
}
|
|
|
|
.items > li.face-up a {
|
|
background-color: #ed8112;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.line {
|
|
border-bottom: 3px solid #1a1c1c;
|
|
height: 1.4em;
|
|
text-align: center;
|
|
position: absolute;
|
|
transform-origin: 0 0;
|
|
font-size: 1.2em;
|
|
padding: 0 55px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.fullview {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: #e1eef280;
|
|
padding: 1em;
|
|
box-sizing: border-box;
|
|
cursor: default;
|
|
}
|
|
.fullview > div {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
min-width: 20em;
|
|
min-height: 30em;
|
|
max-height: 100%;
|
|
max-width: 30em;
|
|
overflow: auto;
|
|
background-color: #006680;
|
|
padding: 1em;
|
|
color: white;
|
|
border-radius: 20px;
|
|
border: 5px solid #1a1c1c;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 1.2em;
|
|
}
|
|
.fullview > div img {
|
|
float: right;
|
|
width: 120px;
|
|
border-radius: 80px;
|
|
border: 3px solid #1a1c1c;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
h1, .desc {
|
|
font-family: "Fell Sc";
|
|
margin-left: 0.5rem;
|
|
}
|
|
|
|
.fulltext {
|
|
flex-grow: 1;
|
|
background-color: #99d7e9;
|
|
border-radius: 20px;
|
|
border: 3px solid #1a1c1c;
|
|
color: #1a1c1c;
|
|
padding: 0 0.5em;
|
|
}
|
|
|
|
.fulltext p {
|
|
margin: 0.5em 0;
|
|
}
|
|
blockquote {
|
|
background: #f9f9f9cc;
|
|
border-left: .5em solid #1a1c1c66;
|
|
margin: .5em;
|
|
padding: .5em;
|
|
quotes: "\201C""\201D""\2018""\2019";
|
|
}
|
|
blockquote:before {
|
|
color: #1a1c1c66;
|
|
content: open-quote;
|
|
font-size: 4em;
|
|
line-height: 0.1em;
|
|
margin-right: 0.25em;
|
|
float: left;
|
|
margin-top: 2.5rem;
|
|
}
|
|
|
|
aside {
|
|
float: right;
|
|
padding: 1em;
|
|
}
|