mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-23 10:42:22 +00:00
Test adding back _site to .gitignore
This commit is contained in:
@ -156,7 +156,7 @@ code.highlighter-rouge { background: white; font-family: courier, monospace; fon
|
||||
.highlight .il { color: #099; }
|
||||
|
||||
/* eb-garamond-regular - latin */
|
||||
@font-face { font-family: 'EB Garamond'; font-style: normal; font-weight: 400; font-display: auto; src: url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.eot"); /* IE9 Compat Modes */ src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.woff2") format("woff2"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.woff") format("woff"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.ttf") format("truetype"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.svg#EBGaramond") format("svg"); /* Legacy iOS */ }
|
||||
@font-face { font-family: 'EB Garamond'; font-style: normal; font-weight: 400; font-display: auto; src: url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.eot"); /* IE9 Compat Modes */ src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.woff2") format("woff2"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.woff") format("woff"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.ttf") format("truetype"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.svg#EBGaramond") format("svg"); /* Legacy iOS */ }
|
||||
|
||||
body { background: #f4efe6; color: #1f1f1f; font-family: "EB Garamond", Garamond, "Times New Roman", serif; font-size: 1.3125em; line-height: 1.5; }
|
||||
|
||||
@ -190,7 +190,7 @@ small { font-size: .75em; }
|
||||
|
||||
p > cite { display: block; text-align: right; }
|
||||
|
||||
hr { border: 0; height: 0; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(https://govarc.medlab.host/assets/images/divider.svg) no-repeat top center; margin: 4em 0; }
|
||||
hr { border: 0; height: 0; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(http://localhost:4000/assets/images/divider.svg) no-repeat top center; margin: 4em 0; }
|
||||
|
||||
img { display: flex; max-width: 100%; height: auto; margin: 2em auto; }
|
||||
|
||||
@ -198,7 +198,7 @@ figure img { margin: 2em auto 1em; }
|
||||
|
||||
figcaption { font-size: .875em; font-style: italic; text-align: center; margin-bottom: 2em; opacity: .7; }
|
||||
|
||||
.divided::after { content: ""; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(https://govarc.medlab.host/assets/images/divider.svg) no-repeat top center; }
|
||||
.divided::after { content: ""; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(http://localhost:4000/assets/images/divider.svg) no-repeat top center; }
|
||||
|
||||
.home { max-width: 24em; margin: auto; padding: 4em 1em; }
|
||||
|
||||
@ -294,7 +294,7 @@ figcaption { font-size: .875em; font-style: italic; text-align: center; margin-b
|
||||
|
||||
.footnote:hover, .footnote:focus { background: #f4efe6; border-color: #f4efe6; }
|
||||
|
||||
.footnotes::before { content: ''; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(https://govarc.medlab.host/assets/images/divider.svg) no-repeat top center; margin: 4em auto; }
|
||||
.footnotes::before { content: ''; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(http://localhost:4000/assets/images/divider.svg) no-repeat top center; margin: 4em auto; }
|
||||
|
||||
.footnotes { margin-bottom: 4em; }
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user