Add OPML support;
Set a new default node (Thank you roughnecks); Improve CSS, JS, XSLT; Neglect external libraries to produce syndications.
This commit is contained in:
parent
e07ff6e838
commit
d1f1edbaca
8 changed files with 519 additions and 185 deletions
|
@ -7,6 +7,17 @@ body {
|
|||
background: #000;
|
||||
}
|
||||
|
||||
code, pre {
|
||||
overflow: auto;
|
||||
display: inline-block;
|
||||
max-height: 500px;
|
||||
max-width: 100%; }
|
||||
|
||||
img, video {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
h1#title, h2#subtitle, #actions, #references {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
@ -64,6 +75,7 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
width: 20%;
|
||||
}
|
||||
|
||||
#articles #journal ol,
|
||||
#articles #journal ul {
|
||||
/* height: 500px; */
|
||||
line-height: 160%;
|
||||
|
@ -74,24 +86,25 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#articles > ul > li > div > p.content {
|
||||
#articles div.content {
|
||||
font-size: 120%;
|
||||
line-height: 30px;
|
||||
line-height: 200%;
|
||||
margin: auto;
|
||||
padding-left: 2%;
|
||||
padding-right: 10%;
|
||||
/* text-align: justify; */
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#articles > ul > li > div.entry {
|
||||
#articles div.entry {
|
||||
padding-bottom: 0.67em;
|
||||
}
|
||||
|
||||
#articles > ul > li > div.entry h1 {
|
||||
#articles div.entry h1 {
|
||||
font-size: 2vw;
|
||||
}
|
||||
|
||||
#articles > ul > li > div.entry h2 {
|
||||
#articles div.entry h2 {
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
|
||||
|
@ -138,7 +151,7 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media (max-width: 950px) {
|
||||
@media (max-width: 1525px) {
|
||||
#articles {
|
||||
display: unset;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue