mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Update pages and processes to match 2.0.0 toolset
This commit is contained in:
parent
9ecd701a51
commit
2a1225ca53
5 changed files with 389 additions and 355 deletions
|
@ -2044,6 +2044,14 @@ label.checkbox input{
|
|||
margin-right: .25rem;
|
||||
}
|
||||
|
||||
article.step-by-step-guide ol ol{
|
||||
margin-left: 1.2rem;
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
.step-by-step-guide ol ol li p{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
|
||||
/* For iPad, unset the height so it matches the other elements */
|
||||
|
|
|
@ -16,25 +16,18 @@
|
|||
|
||||
@font-face{
|
||||
font-family: "Fira Sans";
|
||||
src: local("Fira Sans");
|
||||
src: local("Fira Sans"), url("/fonts/fira-sans-italic.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: "Fira Sans";
|
||||
src: local("Fira Sans");
|
||||
src: local("Fira Sans"), url("/fonts/fira-sans-bold-italic.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: "Fira Sans";
|
||||
src: local("Fira Sans");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.manual h1,
|
||||
.manual h2,
|
||||
.manual h3,
|
||||
|
@ -219,9 +212,9 @@ code{
|
|||
|
||||
code.terminal{
|
||||
color: #fff;
|
||||
background-color: #444;
|
||||
background-color: #333;
|
||||
text-align: left;
|
||||
padding: 1rem 1rem 1rem 3rem;
|
||||
padding: 1rem 1rem 1rem 2.5rem;
|
||||
border-radius: .25rem;
|
||||
position: relative;
|
||||
display: block;
|
||||
|
@ -230,7 +223,9 @@ code.terminal{
|
|||
}
|
||||
|
||||
code.terminal::before{
|
||||
content: url("/images/terminal.svg");
|
||||
content: "";
|
||||
background: url("/images/terminal.svg");
|
||||
background-size: cover;
|
||||
height: 1rem;
|
||||
width: 1rem;
|
||||
top: 1.15rem;
|
||||
|
@ -253,10 +248,6 @@ code.terminal span::before{
|
|||
display: inline;
|
||||
}
|
||||
|
||||
code.terminal > span::before{
|
||||
content:"user@localhost>";
|
||||
}
|
||||
|
||||
.utf{
|
||||
border: 1px solid var(--body-text);
|
||||
padding: .1rem;
|
||||
|
@ -581,6 +572,10 @@ figure.corrected code{
|
|||
top: .5rem;
|
||||
}
|
||||
|
||||
.manual aside.tip code{
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
span.ws{
|
||||
border: 1px solid #222;
|
||||
padding: .1rem;
|
||||
|
@ -609,16 +604,13 @@ code.bash i.glob{
|
|||
color: #719ece;
|
||||
}
|
||||
|
||||
code.html .ws,
|
||||
figure code.html .ws,
|
||||
code.full .ws{
|
||||
border-color: #fff;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
main.manual ul.changes table{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
main.manual ul.changes td{
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -730,10 +722,6 @@ main.manual aside.alert p{
|
|||
main.manual nav + article h1{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.manual > article > section[id] > aside.number{
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 1100px){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue