diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 14:39:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 14:39:42 +0200 |
| commit | 618f39445ca45d85f620c824875b13685acf7ede (patch) | |
| tree | 9eb67c5290f4221c5cf6d85a009a85e7be7cb178 /site/assets | |
| parent | b8f5c87e823d0b68d5e30f8de453ba90dcadc241 (diff) | |
| parent | 7f9ebd2265db8b8ea46f16b82d83e7a9fac00bc8 (diff) | |
rebuild
Diffstat (limited to 'site/assets')
| -rw-r--r-- | site/assets/css/css.css | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 30663ef7..a09234d3 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -339,6 +339,9 @@ ul { } ul li { margin-bottom: 8px; + color: #dedede; + font-weight: 300; + font-size: 13px; } /* misc formatting */ @@ -364,6 +367,35 @@ pre code { table { margin-bottom: 40px; } +table thead{ + text-align: left; +} +table, tr, td, th { + border: none; + border-collapse:collapse; +} +.chart table tr{ + width: auto; +} +table tr{ + display:table; + table-layout: fixed; + width:100%; +} +table td, table th{ + padding:10px; + +} +table tr td{ + font-size:12px; +} +table tbody tr:nth-child(odd){ + background-color:#292929; +} +table tbody tr:nth-child(even){ + background-color:#333; +} + hr { height: 1px; background: #888; @@ -801,6 +833,7 @@ page-specific formatting ul.map-legend{ display: inline-block; margin:0; + font-size:14px; } ul.map-legend li{ margin-right: 10px; @@ -871,11 +904,14 @@ ul.map-legend li.source:before { flex-direction: row; justify-content: flex-start; } +.content-about .columns .column{ + /* on the about page use padding and bg color */ + background: #202020; + padding: 20px; +} .columns .column { font-family: Roboto, sans-serif; font-weight: 400; - background: #202020; - padding: 20px; margin: 10px; } .columns .column:first-of-type { @@ -988,4 +1024,10 @@ ul.footnotes { li p { margin: 0; padding: 0; display: inline; +} + +/* citation browser */ + +.citationHeader { + padding-bottom: 10px }
\ No newline at end of file |
