diff options
Diffstat (limited to 'site/assets/css')
| -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 |
