2024-07-13 21:16:25 +02:00
|
|
|
/*
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
pubsub: news.movim.eu
|
|
|
|
node: fake-news
|
|
|
|
item: fdef84f5-e3e1-41ea-9b68-af4bb9130f77
|
|
|
|
title: #14October2023EpochEclipse
|
|
|
|
date: Fri, 15 Jan 2021 20:24:46
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2024-07-08 23:26:18 +02:00
|
|
|
* {
|
|
|
|
color: #eee;
|
2024-07-09 15:54:37 +02:00
|
|
|
max-width: 100%;
|
2024-07-08 23:26:18 +02:00
|
|
|
}
|
|
|
|
|
2024-07-13 21:16:25 +02:00
|
|
|
/*
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2024-07-08 23:26:18 +02:00
|
|
|
body {
|
|
|
|
background: #000;
|
|
|
|
}
|
|
|
|
|
2024-07-12 14:39:17 +02:00
|
|
|
code, pre {
|
|
|
|
overflow: auto;
|
2024-07-12 17:05:33 +02:00
|
|
|
max-height: 100%;
|
2024-07-12 14:39:17 +02:00
|
|
|
max-width: 100%; }
|
|
|
|
|
2024-07-13 21:16:25 +02:00
|
|
|
img, svg, video {
|
|
|
|
display: block;
|
|
|
|
max-height: 500px;
|
2024-07-12 14:39:17 +02:00
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2024-07-08 23:26:18 +02:00
|
|
|
h1#title, h2#subtitle, #actions, #references {
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
2024-07-09 15:54:37 +02:00
|
|
|
line-height: 140%;
|
2024-07-08 23:26:18 +02:00
|
|
|
}
|
|
|
|
|
2024-07-13 21:16:25 +02:00
|
|
|
h5.related > a {
|
|
|
|
margin-right: 5px;
|
|
|
|
text-decoration: none;
|
|
|
|
user-select: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2024-07-12 17:54:50 +02:00
|
|
|
h3.title > a {
|
|
|
|
display: block;
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
|
|
|
2024-07-08 23:26:18 +02:00
|
|
|
#actions, #references {
|
|
|
|
border-bottom: 1px solid #eee;
|
2024-07-09 15:54:37 +02:00
|
|
|
line-height: 150%;
|
2024-07-08 23:26:18 +02:00
|
|
|
padding: 10px;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#actions > *, #references * {
|
|
|
|
letter-spacing: 5px;
|
|
|
|
margin: 5px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2024-07-09 14:29:22 +02:00
|
|
|
#header, #menu {
|
2024-07-09 15:54:37 +02:00
|
|
|
line-height: 120%;
|
2024-07-08 23:26:18 +02:00
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2024-07-09 14:29:22 +02:00
|
|
|
#menu > h3 {
|
|
|
|
padding-left: 2%;
|
|
|
|
}
|
|
|
|
|
2024-07-13 21:16:25 +02:00
|
|
|
#menu > ol > li {
|
2024-07-08 23:26:18 +02:00
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#references {
|
2024-07-13 21:16:25 +02:00
|
|
|
margin-top: 5em;
|
2024-07-08 23:26:18 +02:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
2024-07-11 16:43:28 +02:00
|
|
|
#articles {
|
2024-07-13 21:16:25 +02:00
|
|
|
min-height: 80vh;
|
2024-07-11 16:43:28 +02:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#articles #journal {
|
|
|
|
margin-left: 2%;
|
|
|
|
margin-right: 2%;
|
2024-07-12 17:05:33 +02:00
|
|
|
margin-top: 2%;
|
2024-07-11 16:43:28 +02:00
|
|
|
min-width: 350px;
|
2024-07-11 19:56:20 +02:00
|
|
|
padding-bottom: 0.67em;
|
2024-07-11 16:43:28 +02:00
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
2024-07-12 15:50:59 +02:00
|
|
|
#journal {
|
|
|
|
margin: auto;
|
2024-07-13 21:16:25 +02:00
|
|
|
padding-top: 50px;
|
2024-07-12 15:50:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#articles > ul {
|
|
|
|
margin: auto;
|
2024-07-13 21:16:25 +02:00
|
|
|
margin-left: 2%;
|
2024-07-12 15:50:59 +02:00
|
|
|
margin-top: 2%;
|
|
|
|
}
|
|
|
|
|
2024-07-12 14:39:17 +02:00
|
|
|
#articles #journal ol,
|
2024-07-11 16:43:28 +02:00
|
|
|
#articles #journal ul {
|
|
|
|
/* height: 500px; */
|
|
|
|
line-height: 160%;
|
|
|
|
overflow: auto;
|
2024-07-13 21:16:25 +02:00
|
|
|
word-wrap: break-word;
|
2024-07-11 16:43:28 +02:00
|
|
|
}
|
2024-07-08 23:26:18 +02:00
|
|
|
|
2024-07-12 14:39:17 +02:00
|
|
|
#articles div.content {
|
2024-07-08 23:26:18 +02:00
|
|
|
font-size: 120%;
|
2024-07-12 14:39:17 +02:00
|
|
|
line-height: 200%;
|
2024-07-08 23:26:18 +02:00
|
|
|
margin: auto;
|
|
|
|
padding-left: 2%;
|
|
|
|
padding-right: 10%;
|
|
|
|
/* text-align: justify; */
|
2024-07-12 14:39:17 +02:00
|
|
|
word-wrap: break-word;
|
2024-07-08 23:26:18 +02:00
|
|
|
}
|
|
|
|
|
2024-07-12 14:39:17 +02:00
|
|
|
#articles div.entry {
|
2024-07-11 19:56:20 +02:00
|
|
|
padding-bottom: 0.67em;
|
2024-07-08 23:26:18 +02:00
|
|
|
}
|
|
|
|
|
2024-07-12 14:39:17 +02:00
|
|
|
#articles div.entry h1 {
|
2024-09-04 14:11:45 +02:00
|
|
|
font-size: 115%; /* 2vw */
|
2024-07-08 23:26:18 +02:00
|
|
|
}
|
|
|
|
|
2024-07-12 14:39:17 +02:00
|
|
|
#articles div.entry h2 {
|
2024-07-08 23:26:18 +02:00
|
|
|
font-size: 1.5vw;
|
|
|
|
}
|
2024-07-09 14:29:22 +02:00
|
|
|
|
|
|
|
#selection-page {
|
|
|
|
background: #000;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2024-07-09 15:54:37 +02:00
|
|
|
line-height: 200%;
|
2024-07-09 14:29:22 +02:00
|
|
|
overflow: overlay;
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
text-align: center;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
2024-07-09 18:37:33 +02:00
|
|
|
#selection-page p {
|
2024-07-09 14:29:22 +02:00
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#selection-page span {
|
|
|
|
display: inline-grid;
|
|
|
|
margin: 2%
|
|
|
|
}
|
|
|
|
|
|
|
|
#selection-page img {
|
|
|
|
height: 128px;
|
|
|
|
margin-bottom: 20%;
|
|
|
|
margin-top: 20%;
|
|
|
|
width: 128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#selection-page #selection {
|
2024-07-09 18:37:33 +02:00
|
|
|
margin-bottom: 2%;
|
2024-07-09 14:29:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#selection-page #return {
|
2024-09-04 14:11:45 +02:00
|
|
|
/* font-style: italic; */
|
2024-07-09 14:29:22 +02:00
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#selection-link, #selection-page #return {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2024-07-11 16:43:28 +02:00
|
|
|
|
2024-09-04 14:11:45 +02:00
|
|
|
.content[type='text'] {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
2024-07-14 11:35:59 +02:00
|
|
|
#articles div.entry span.tags {
|
|
|
|
display: inline-flex;
|
|
|
|
/* display: ruby; */
|
2024-07-31 18:21:33 +02:00
|
|
|
flex-wrap: wrap;
|
2024-07-14 11:35:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#articles div.entry span.tags > div {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
2024-07-13 21:16:25 +02:00
|
|
|
.enclosures {
|
|
|
|
cursor: help;
|
|
|
|
direction: ltr;
|
|
|
|
margin: 5px auto 15px 1%;
|
|
|
|
padding: 15px;
|
|
|
|
padding: 1em;
|
|
|
|
/* background: #222;
|
|
|
|
border: 1px solid GrayText;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: .5em;
|
|
|
|
color: #525c66;
|
|
|
|
border-left: double;
|
|
|
|
max-width: 40%; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure a {
|
|
|
|
margin: 3px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span[icon='atom']:after,
|
|
|
|
.enclosure > span[icon='html5']:after,
|
|
|
|
.enclosure > span[icon='rss']:after {
|
|
|
|
content: '📰';
|
|
|
|
margin:3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span.audio:after {
|
|
|
|
content: ' (Audio file) ';
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span[icon='audio']:after{
|
|
|
|
content: '🎼️';
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span:after {
|
|
|
|
content: ' (Document file) ';
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span[icon]:after {
|
|
|
|
content: '📄️';
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span.executable:after{
|
|
|
|
content: ' (Executable file) ';
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span[icon='executable']:after {
|
|
|
|
content: '📦️';
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span.image:after {
|
|
|
|
content: ' (Image file) ';
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span[icon='image']:after {
|
|
|
|
content: '🖼️';
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span.video:after {
|
|
|
|
content: ' (Video file) ';
|
|
|
|
}
|
|
|
|
|
|
|
|
.enclosure > span[icon='video']:after {
|
|
|
|
content: '📽️';
|
|
|
|
margin:3px;
|
|
|
|
}
|
|
|
|
|
2024-07-31 18:21:33 +02:00
|
|
|
#note, #small {
|
2024-07-13 21:16:25 +02:00
|
|
|
line-height: 30px;
|
|
|
|
margin: auto;
|
|
|
|
margin-top: 0.67em;
|
2024-07-31 18:21:33 +02:00
|
|
|
max-width: 80%;
|
2024-07-13 21:16:25 +02:00
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2024-07-31 18:21:33 +02:00
|
|
|
#small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2024-07-13 21:16:25 +02:00
|
|
|
@media (max-width: 1550px) {
|
2024-07-11 16:43:28 +02:00
|
|
|
#articles {
|
|
|
|
display: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
#articles #journal {
|
|
|
|
margin-right: unset;
|
|
|
|
min-width: unset;
|
|
|
|
width: unset;
|
|
|
|
}
|
|
|
|
}
|