210 lines
4.7 KiB
CSS
210 lines
4.7 KiB
CSS
.HID {
|
|
display: none;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
background-color: #131a21;
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
html a,
|
|
body a {
|
|
background-color: transparent;
|
|
text-decoration: none;
|
|
}
|
|
html a:link,
|
|
body a:link {
|
|
color: #fb923c;
|
|
}
|
|
html a:visited,
|
|
body a:visited {
|
|
color: #fb923c;
|
|
}
|
|
html a:hover,
|
|
body a:hover {
|
|
color: #fb923c;
|
|
text-decoration: underline;
|
|
}
|
|
html a:active,
|
|
body a:active {
|
|
color: #2b3642;
|
|
}
|
|
html header,
|
|
body header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 50px;
|
|
background-color: #10161d;
|
|
border-bottom: #fb923c 1px solid;
|
|
}
|
|
html header #hlogo,
|
|
body header #hlogo {
|
|
max-width: 50px;
|
|
max-height: 50px;
|
|
box-sizing: border-box;
|
|
}
|
|
html header #hlogo > img,
|
|
body header #hlogo > img {
|
|
max-width: 50px;
|
|
max-height: 50px;
|
|
}
|
|
html header .tmpinfo,
|
|
body header .tmpinfo {
|
|
color: #d2e0f0;
|
|
align-self: center;
|
|
margin: auto;
|
|
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
|
font-weight: 800;
|
|
}
|
|
html article,
|
|
body article {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: start;
|
|
width: 100%;
|
|
height: calc(100% - 50px);
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
background-color: #171e26;
|
|
color: #d2e0f0;
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
}
|
|
html article .title,
|
|
body article .title {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
align-self: center;
|
|
margin: 0;
|
|
padding-bottom: 10px;
|
|
}
|
|
html .block-out,
|
|
body .block-out {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
width: 90%;
|
|
align-self: center;
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
html .block-out,
|
|
body .block-out {
|
|
margin: 0rem 5rem;
|
|
}
|
|
}
|
|
html .block-out .block-in,
|
|
body .block-out .block-in {
|
|
background-color: #2b3642;
|
|
color: #d2e0f0;
|
|
border-radius: 10px;
|
|
padding: 1rem 0.5rem;
|
|
margin: 1rem 0;
|
|
}
|
|
html .block-out .block-in .list-header,
|
|
body .block-out .block-in .list-header {
|
|
text-align: center;
|
|
}
|
|
html .block-out .block-in .basic-list,
|
|
body .block-out .block-in .basic-list {
|
|
list-style-type: none;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 0px;
|
|
}
|
|
html .block-out .block-in .basic-list > .block-list-in,
|
|
body .block-out .block-in .basic-list > .block-list-in {
|
|
padding: 0rem 0;
|
|
margin: 0.5rem 0;
|
|
text-align: center;
|
|
background-color: #171e26;
|
|
border-radius: 10px;
|
|
border-style: dotted;
|
|
width: fit-content;
|
|
min-width: 50%;
|
|
}
|
|
@media only screen and (max-width: 768px) {
|
|
html .block-out .block-in .basic-list > .block-list-in,
|
|
body .block-out .block-in .basic-list > .block-list-in {
|
|
min-width: 90%;
|
|
}
|
|
}
|
|
html .block-out .block-in .basic-list > .block-list-in .in-p,
|
|
body .block-out .block-in .basic-list > .block-list-in .in-p {
|
|
margin: 0px;
|
|
padding: 1rem;
|
|
font-size: x-large;
|
|
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
|
|
}
|
|
html .block-out .block-in .basic-list > .block-hover,
|
|
body .block-out .block-in .basic-list > .block-hover {
|
|
transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
}
|
|
html .block-out .block-in .basic-list > .block-hover:hover,
|
|
body .block-out .block-in .basic-list > .block-hover:hover {
|
|
transform: scale(1.1);
|
|
}
|
|
html .block-out .block-in .mini-list,
|
|
body .block-out .block-in .mini-list {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
align-content: center;
|
|
column-gap: 10vh;
|
|
}
|
|
html .block-out .block-in .mini-list > .block-list-in,
|
|
body .block-out .block-in .mini-list > .block-list-in {
|
|
padding: 0rem 0;
|
|
margin: 0.5rem 0;
|
|
flex-grow: 1;
|
|
text-align: center;
|
|
flex-shrink: 1;
|
|
background-color: #171e26;
|
|
border-radius: 10px;
|
|
border-style: dotted;
|
|
width: fit-content;
|
|
flex-basis: auto;
|
|
min-width: 0%;
|
|
}
|
|
@media only screen and (max-width: 768px) {
|
|
html .block-out .block-in .mini-list > .block-list-in,
|
|
body .block-out .block-in .mini-list > .block-list-in {
|
|
flex-basis: auto;
|
|
}
|
|
}
|
|
html .block-out .block-in .mini-list > .block-list-in .in-p2,
|
|
body .block-out .block-in .mini-list > .block-list-in .in-p2 {
|
|
margin: 0px;
|
|
padding: 1rem;
|
|
padding-bottom: 0;
|
|
font-size: x-large;
|
|
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
|
|
}
|
|
html footer,
|
|
body footer {
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 50px;
|
|
background-color: #10161d;
|
|
border-top: #fb923c 1px solid;
|
|
}
|
|
html footer .tmpinfo,
|
|
body footer .tmpinfo {
|
|
color: #d2e0f0;
|
|
}
|
|
|
|
.HID {
|
|
display: none;
|
|
}
|
|
|
|
/*# sourceMappingURL=main.css.map */
|