An initial prototype.
This commit is contained in:
parent
874d10ac5e
commit
af9d5ce688
11 changed files with 841 additions and 2 deletions
67
css/stylesheet.css
Normal file
67
css/stylesheet.css
Normal file
|
@ -0,0 +1,67 @@
|
|||
* {
|
||||
color: #f5f5f5;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
h1#title, h2#subtitle, #actions, #references {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#actions, #references {
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 10px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#actions > *, #references * {
|
||||
letter-spacing: 5px;
|
||||
margin: 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#toc {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#toc > ul > li {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#note {
|
||||
line-height: 30px;
|
||||
margin: auto;
|
||||
max-width: 70%;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#references {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
|
||||
#articles > ul > li > div > p.content {
|
||||
font-size: 120%;
|
||||
line-height: 30px;
|
||||
margin: auto;
|
||||
padding-left: 2%;
|
||||
padding-right: 10%;
|
||||
/* text-align: justify; */
|
||||
}
|
||||
|
||||
#articles > ul > li > div.entry {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
#articles > ul > li > div.entry h1 {
|
||||
font-size: 2vw;
|
||||
}
|
||||
|
||||
#articles > ul > li > div.entry h2 {
|
||||
font-size: 1.5vw;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue