Update instructions;
Improve handling of a single item; Add references to syndication software.
This commit is contained in:
parent
12ecdac878
commit
53c6c946ca
11 changed files with 2270 additions and 276 deletions
|
@ -24,11 +24,15 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
#toc {
|
||||
#header, #menu {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#toc > ul > li {
|
||||
#menu > h3 {
|
||||
padding-left: 2%;
|
||||
}
|
||||
|
||||
#menu > ul > li {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
@ -65,3 +69,45 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
#articles > ul > li > div.entry h2 {
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
|
||||
#selection-page {
|
||||
background: #000;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: overlay;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#selection-page h3 {
|
||||
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 {
|
||||
margin-bottom: 5%;
|
||||
}
|
||||
|
||||
#selection-page #return {
|
||||
font-style: italic;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#selection-link, #selection-page #return {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue