-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a14de56
commit afed873
Showing
7 changed files
with
136 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,136 +1,145 @@ | ||
body { | ||
counter-reset: item; | ||
font-family: sans-serif; | ||
font-size: 15px; | ||
margin: 0; | ||
padding: 0; | ||
counter-reset: item; | ||
font-family: sans-serif; | ||
font-size: 15px; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
img { | ||
display: inline-block; | ||
display: inline-block; | ||
} | ||
|
||
header { | ||
width: 800px; | ||
margin: 16px auto; | ||
text-align: center; | ||
width: 800px; | ||
margin: 16px auto; | ||
text-align: center; | ||
} | ||
|
||
h1 { | ||
margin: 48px 0 0; | ||
margin: 48px 0 0; | ||
} | ||
|
||
h3 { | ||
font-size: 17px; | ||
font-style: italic; | ||
font-weight: 400; | ||
margin: 32px 0 48px; | ||
font-size: 18px; | ||
font-style: italic; | ||
font-weight: 400; | ||
margin: 32px 0 48px; | ||
} | ||
|
||
h4 { | ||
font-size: 16px; | ||
font-weight: 400; | ||
margin: 32px 0 48px; | ||
} | ||
|
||
section { | ||
border: 1px solid #f0db4f; | ||
border-radius: 3px; | ||
line-height: 1.75; | ||
margin: 0 auto 32px; | ||
width: 800px; | ||
|
||
h2 { | ||
background: #fefac9; | ||
border-bottom: 1px solid #f0db4f; | ||
font-size: 15px; | ||
margin: 0 0 30px; | ||
padding: 10px; | ||
border: 1px solid #f0db4f; | ||
border-radius: 3px; | ||
line-height: 1.75; | ||
margin: 0 auto 32px; | ||
width: 800px; | ||
|
||
h2 { | ||
background: #fefac9; | ||
border-bottom: 1px solid #f0db4f; | ||
font-size: 15px; | ||
margin: 0 0 30px; | ||
padding: 10px; | ||
} | ||
|
||
p, | ||
ul, | ||
ol { | ||
margin: 0 45px 30px; | ||
} | ||
|
||
ol { | ||
list-style: none; | ||
margin-left: 25px; | ||
|
||
li { | ||
counter-increment: item; | ||
margin-bottom: 3em; | ||
|
||
&:before { | ||
margin-right: 10px; | ||
border-radius: 4px; | ||
content: counter(item); | ||
background: #272822; | ||
color: #fff; | ||
width: 2em; | ||
text-align: center; | ||
display: inline-block; | ||
height: 2em; | ||
line-height: 2em; | ||
} | ||
} | ||
} | ||
|
||
p, ul, ol { | ||
margin: 0 45px 30px; | ||
} | ||
a { | ||
color: #55acee; | ||
text-decoration: none; | ||
|
||
ol { | ||
list-style: none; | ||
margin-left: 25px; | ||
|
||
li { | ||
counter-increment: item; | ||
margin-bottom: 3em; | ||
|
||
&:before { | ||
margin-right: 10px; | ||
border-radius: 4px; | ||
content: counter(item); | ||
background: #272822; | ||
color: #fff; | ||
width: 2em; | ||
text-align: center; | ||
display: inline-block; | ||
height: 2em; | ||
line-height: 2em; | ||
} | ||
} | ||
&:hover { | ||
text-decoration: underline; | ||
} | ||
} | ||
|
||
table { | ||
border: 1px solid #eee; | ||
border-collapse: collapse; | ||
font-size: 14px; | ||
margin: 16px 32px 32px; | ||
width: 92%; | ||
|
||
th { | ||
background: #272822; | ||
color: #fafafa; | ||
font-size: 14px; | ||
font-weight: 400; | ||
|
||
&.subhead { | ||
background: #fffeee; | ||
color: #e09e41; | ||
} | ||
} | ||
|
||
a { | ||
color: #55acee; | ||
text-decoration: none; | ||
|
||
&:hover { | ||
text-decoration: underline; | ||
} | ||
td { | ||
font-family: monospace; | ||
} | ||
|
||
table { | ||
border: 1px solid #eee; | ||
border-collapse: collapse; | ||
font-size: 14px; | ||
margin: 16px 32px 32px; | ||
width: 92%; | ||
|
||
th { | ||
background: #272822; | ||
color: #fafafa; | ||
font-size: 14px; | ||
font-weight: 400; | ||
|
||
&.subhead { | ||
background: #fffeee; | ||
color: #e09e41; | ||
} | ||
} | ||
|
||
td { | ||
font-family: monospace; | ||
} | ||
|
||
tr:nth-child(2n) { | ||
background: #f5f5f5; | ||
} | ||
|
||
th, td { | ||
border: 1px solid #eee; | ||
padding: 10px; | ||
text-align: left; | ||
} | ||
tr:nth-child(2n) { | ||
background: #f5f5f5; | ||
} | ||
|
||
section code { | ||
font-size: 16px; | ||
th, | ||
td { | ||
border: 1px solid #eee; | ||
padding: 10px; | ||
text-align: left; | ||
} | ||
} | ||
|
||
section code { | ||
font-size: 16px; | ||
} | ||
} | ||
|
||
.smaller { | ||
font-size: 16px; | ||
font-style: italic; | ||
font-size: 16px; | ||
font-style: italic; | ||
} | ||
|
||
#custom-color-select { | ||
display: block; | ||
margin: 0 auto; | ||
width: 24em; | ||
display: block; | ||
margin: 0 auto; | ||
width: 24em; | ||
} | ||
|
||
input { | ||
display: block; | ||
height: 3em; | ||
margin: 2em auto; | ||
width: 8em; | ||
} | ||
display: block; | ||
height: 3em; | ||
margin: 2em auto; | ||
width: 8em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters