-
-
Notifications
You must be signed in to change notification settings - Fork 749
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
Philipp Heckel
committed
Oct 24, 2021
1 parent
39574c9
commit 317621c
Showing
10 changed files
with
252 additions
and
135 deletions.
There are no files selected for viewing
Binary file not shown.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,76 @@ | ||
/* general styling */ | ||
|
||
html, body { | ||
font-family: 'Lato', sans-serif; | ||
color: #333; | ||
font-size: 1.1em; | ||
} | ||
|
||
a { | ||
color: #39005a; | ||
} | ||
|
||
a:hover { | ||
text-decoration: none; | ||
} | ||
|
||
h1 { | ||
margin-top: 25px; | ||
margin-bottom: 18px; | ||
font-size: 2.5em; | ||
} | ||
|
||
h2 { | ||
margin-top: 20px; | ||
margin-bottom: 5px; | ||
font-size: 1.8em; | ||
} | ||
|
||
h3 { | ||
margin-top: 20px; | ||
margin-bottom: 5px; | ||
font-size: 1.3em; | ||
} | ||
|
||
p { | ||
margin-top: 0; | ||
font-size: 1.1em; | ||
} | ||
|
||
tt { | ||
background: #eee; | ||
padding: 2px 7px; | ||
border-radius: 3px; | ||
} | ||
|
||
code { | ||
display: block; | ||
background: #eee; | ||
font-family: monospace; | ||
padding: 20px; | ||
border-radius: 3px; | ||
} | ||
|
||
/* Lato font (OFL), https://fonts.google.com/specimen/Lato#about, | ||
embedded with the help of https://google-webfonts-helper.herokuapp.com/fonts/lato?subsets=latin */ | ||
|
||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local(''), | ||
url('../font/lato-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | ||
url('../font/lato-v17-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
|
||
/* Main page */ | ||
|
||
#main { | ||
max-width: 900px; | ||
margin: 0 auto 50px auto; | ||
} | ||
|
||
#error { | ||
color: darkred; | ||
font-style: italic; | ||
} |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.