expressive-distribusi/styles/aurora.css
2021-01-08 01:58:41 +09:00

176 lines
2.4 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;
}
time {
font-size: 0.65em;
text-align: right;
}
/* theme */
body {
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
letter-spacing: +0.02em;
word-spacing: +0.2em;
color: rgba(100, 255, 200, 1.0);
background-color: rgba(0, 20, 40, 1.0);
}
#header::after {
content: "lost|traIn";
font-size: 3.6em;
font-weight: 700;
opacity: 0.3;
color: rgba(100, 255, 200, 0.5);
}
a,
a:link,
a:visited {
text-decoration: none;
color: rgba(100, 255, 200, 1.0);
border: 1px solid rgba(100, 255, 200, .25);
}
a:hover {
color: hotpink;
}
.unfolded>.title {
width: 100%;
display: flex;
justify-content: space-between;
padding-left: 0;
}
.unfolded>.title>a:nth-child(1) {
/* font-size: 1.1em; */
color: rgba(100, 255, 200, 0.25);
font-weight: 700;
border: unset;
padding-left: 0;
}
time {
color: rgba(100, 255, 200, .2);
}
audio::-webkit-media-controls-enclosure {
background-color: rgba(50, 135, 120, 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;
}