expressive-distribusi/styles/dark.css
2021-01-07 02:51:00 +09:00

163 lines
2.3 KiB
CSS

/************************************
originally from distribusi START >>>
************************************/
/* .image {
max-width: 100%%;
} */
.pdf object {
width: 640px;
height: 640px;
}
/* .dir::before {
content: "📁 ";
font-size: 18px;
} */
.filename {
display: block;
font-family: mono;
}
/* .unkown-file::before {
content: "📄 ";
font-size: 18px;
} */
div {
/* max-width: 640px; */
display: inline-block;
vertical-align: top;
/* margin: 1em;
padding: 1em; */
}
video {
width: 640px;
max-height: 640px;
}
/*************************************
<<< END of originally from distribusi
*************************************/
/* layout */
div {
margin-bottom: 1em;
}
.plain div {
white-space: pre-line;
}
figure {
margin: 0;
padding: 0;
}
.audio {
display: block;
}
.image {
max-width: 700px;
}
body {
display: flex;
flex-direction: column;
margin: 0;
padding-left: 1em;
padding-right: 1em;
padding-top: 1em;
scrollbar-width: none;
}
body::-webkit-scrollbar {
width: 0;
height: 0;
}
#header {
padding-bottom: 3em;
}
.unfolded {
display: flex;
flex-direction: column;
}
.unfolded>div {
padding-left: 0.5em;
}
body>.unfolded {
margin-top: 2em;
}
/* theme */
body {
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
letter-spacing: +0.02em;
word-spacing: +0.2em;
color: rgba(127, 127, 127, 1.0);
background-color: rgba(20, 20, 20, 1.0);
}
#header::after {
content: "lost|traIn";
font-size: 3.6em;
font-weight: 700;
opacity: 0.3;
color: rgba(127, 127, 127, 0.5);
}
a,
a:link,
a:visited {
text-decoration: none;
color: rgba(127, 127, 127, 1.0);
border: 1px solid rgba(127, 127, 127, .25);
/* color: rgba(0, 0, 0, 0.5); */
/* border: 1px solid rgba(0, 0, 0, .25); */
}
a:hover {
color: hotpink;
}
.unfolded>a:nth-child(1) {
font-size: 1.1em;
color: rgba(127, 127, 127, 0.5);
font-weight: 700;
border: unset;
margin-bottom: 1em;
padding-left: 0;
}
audio::-webkit-media-controls-enclosure {
background-color: rgba(50, 50, 50, 1.0);
}
audio::-webkit-media-controls-current-time-display {
text-shadow: none;
}
audio::-webkit-media-controls-time-remaining-display {
text-shadow: none;
}
a[href^="../"] {
visibility: hidden;
}
a[href^="../"]::before {
visibility: visible;
content: "«";
padding-top: 1em;
padding-bottom: 2em;
}