lotte-website/assets/stylesheet.css

432 lines
6.2 KiB
CSS
Executable File

@font-face {
font-family: mononoki;
src: url("mononoki-Regular.woff");
}
@font-face {
font-family: linja nanpa;
src: url("nasin-nanpa-2.5.1.otf");
}
@font-face {
font-family: atkinson;
src: url("Atkinson-Hyperlegible-Regular-102.woff");
}
@font-face {
font-family: atkinson;
font-weight: bold;
src: url("Atkinson-Hyperlegible-Bold-102.woff");
}
@font-face {
font-family: atkinson;
font-style: italic;
src: url("Atkinson-Hyperlegible-Italic-102.woff");
}
@font-face {
font-family: atkinson;
font-style: italic;
font-weight: bold;
src: url("Atkinson-Hyperlegible-BoldItalic-102.woff");
}
@font-face {
font-family: commissioner;
font-weight: bold;
src: url("Commissioner.Bold.woff2");
}
@font-face {
font-family: commissioner;
font-weight: normal;
src: url("Commissioner.Medium.woff2");
}
@font-face {
font-family: derani;
src: url("Derani.woff2");
}
body {
background-color: #031014;
color: #ee8def;
font-family: atkinson, mononoki, linja nanpa;
font-size: 115%;
background-image: url(background-grass.png),
url("background-repeat.jpg");
background-repeat: no-repeat, repeat;
background-position: center bottom, center;
}
.toaq-text {
font-family: commissioner, derani !important;
}
@media all and (min-width: 900px) {
.box {
border: 3px solid #e63e62;
background-color: rgb(3, 16, 20);
margin-left: 100px;
margin-bottom: 25px;
padding: 10px;
}
.box-title {
margin-bottom: 0px;
margin-left: 80px;
}
.list {
border: 3px solid #e63e62;
background-color: rgb(3, 16, 20);
margin-bottom: 25px;
margin-left: 100px;
padding: 10px;
width: max-content;
}
}
@media all and (min-width: 1000px) {
.box {
border: 3px solid #e63e62;
background-color: rgb(3, 16, 20);
margin-left: 100px;
margin-bottom: 25px;
width: 40%;
padding: 10px;
}
.box-title {
margin-left: 80px;
}
.list {
border: 3px solid #e63e62;
background-color: rgb(3, 16, 20);
margin-bottom: 25px;
padding: 10px;
width: max-content;
}
}
@media all and (max-width: 900px) {
.box {
border: 3px solid #e63e62;
background-color: rgb(3, 16, 20);
margin-bottom: 25px;
padding: 10px;
}
.list {
border: 3px solid #e63e62;
background-color: rgb(3, 16, 20);
padding: 10px;
}
}
@media all and (min-width: 1921px) {
body {
background-image: none !important;
}
}
@media all and (min-height: 1081px) {
body {
background-image: none !important;
}
}
.special-background {
background-image: url("background-index.jpg");
background-repeat: no-repeat;
background-position: center top;
}
a {
text-decoration: none;
color: inherit;
}
ul {
list-style-type: "~ ";
}
li {
padding: 5px;
}
.list-padding>li {
padding: 10px;
}
hr {
height: 1px;
color: transparent;
background-color: transparent;
border: 0;
}
details>summary {
font-style: italic;
}
details>summary:hover,
details[open]>summary {
cursor: pointer;
color: #e63e62;
}
details {
margin: 10px;
margin-top: 15px;
margin-bottom: 0px;
}
details>p {
margin: 5px;
margin-left: 20px;
}
details>p::before {
content: "~ ";
}
ruby>rt {
font-size: 100%;
font-style: normal;
}
.title {
text-shadow: -2px 2px 2px #031014, 2px 2px 2px #031014, 2px -2px 2px #031014,
-2px -2px 2px #031014;
color: #e63e62;
}
h1.title {
font-size: 190%;
}
h2.title {
font-size: 190%;
}
h3.title {
font-size: 130%;
}
.indent {
margin: 0px 0px 0px 20px;
}
.bigindent {
margin: 0px 0px 0px 50px;
}
.link {
border-bottom: 2px solid #bfef8d;
color: #bfef8d;
}
.zelda {
border-bottom: 2px solid #e63e62;
color: #e63e62;
}
a.zelda:hover,
.title>a:hover,
.button:hover,
.answers>span:hover {
background-color: #e63e62;
color: #031014;
cursor: pointer;
text-shadow: none;
}
.bordered {
color: #bfef8d;
border-bottom: 3px solid #bfef8d;
}
.header {
color: #bfef8d;
border-bottom: 5px solid #bfef8d;
}
.title-emphasis {
color: #e63e62;
/*border-bottom: 4px solid #e63e62;*/
font-size: 150%;
}
.date {
color: #e63e62;
border-bottom: 2px solid #e63e62;
margin-bottom: 0em;
margin-top: 0em;
}
.hide {
display: none;
}
a:hover,
title>.link:hover {
color: #031014;
background-color: #bfef8d;
}
.tagline {
color: #e63e62;
margin-top: 0em;
margin-bottom: 0em;
}
.blorbotitle {
margin-bottom: 0em;
}
.tp-size {
font-size: 125%;
}
.clickable {
cursor: pointer;
}
.box-image {
border: 3px solid #e63e62;
background-color: rgba(3, 16, 20, 0.8);
margin: 5px;
}
.gay-grid {
display: inline-grid;
gap: 5px;
grid-template-columns: 40%;
}
.gay-box {
border: 3px solid #e63e62;
background-color: #031014;
}
#perfect {
grid-row-start: 1;
}
#good {
grid-row-start: 1;
}
.cat-boxes>.box {
margin-bottom: 50px;
}
.cat-boxes>img {
margin-bottom: 1px !important;
}
.sentence {
font-style: italic;
}
.subject {
border-bottom: solid 2px #e63e62;
color: #e63e62;
}
.predicate {
border-bottom: dashed 2px #bfef8d;
color: #bfef8d;
}
.object {
border-bottom: dotted 2px #6c56f1;
color: #6c56f1;
}
.preverb {
border-bottom: dotted 2px #f16c56;
color: #f16c56;
}
.prep {
border-bottom: dashed 2px #efee8d;
color: #efee8d;
}
.prep-phrase {
border-bottom: dotted 2px #efee8d;
color: #efee8d;
}
.la {
border-bottom: dotted 2px #b077ec;
color: #b077ec;
}
.main-phrase {
border-bottom: solid 2px #e6008a;
color: #e6008a;
}
.list-entry {
font-size: 125%;
}
.box-top {
margin-bottom: 5px;
}
.sub-title {
margin-top: 0px;
}
.quote {
border-left: 3px solid #e63e62;
margin-left: 10px;
padding-left: 10px;
margin-top: 20px;
}
.quote>p {
padding-bottom: 2px;
margin-bottom: 0px;
margin-top: 2px;
padding-top: 0px;
}
.hint {
margin-left: 30px;
margin-top: 0px;
}
.tooltip {
position: relative;
display: inline;
color: #e63e62;
border-bottom: 3px dotted #e63e62;
}
.tooltip .tooltiptext {
visibility: hidden;
background-color: #031014;
color: #e63e62;
text-align: center;
padding: 5px;
border: 3px dotted #e63e62;
position: absolute;
z-index: 1;
max-width: 240px;
width: max-content;
bottom: 100%;
left: 50%;
margin-left: -10px;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}