summaryrefslogtreecommitdiff
path: root/site/assets/css/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css/css.css')
-rw-r--r--site/assets/css/css.css39
1 files changed, 27 insertions, 12 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index 75f1ad3f..ae22fa1a 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -156,7 +156,7 @@ footer {
display: flex;
flex-direction: row;
justify-content: space-between;
- color: #000;
+ color: #ccc;
font-size: 13px;
/*line-height: 17px;*/
padding: 15px;
@@ -179,6 +179,9 @@ footer a {
padding-bottom: 1px;
text-decoration: none;
}
+.desktop footer a {
+ border-bottom:1px solid #999;
+}
.desktop footer a:hover {
color: #fff;
border-bottom:1px solid #999;
@@ -214,7 +217,8 @@ footer ul:last-child li {
h1 {
color: #000;
font-weight: 500;
- font-size: 30pt;
+ font-size: 28pt;
+ line-height: 38pt;
margin: 20px auto 10px auto;
padding: 0;
transition: color 0.1s cubic-bezier(0,0,1,1);
@@ -382,12 +386,24 @@ section h1, section h2, section h3, section h4, section h5, section h6, section
}
.content-dataset section:nth-child(4) p:nth-child(2){
font-size:20px;
- line-height: 32px;
+ line-height: 34px;
color:#000;
}
.content-dataset section:nth-child(3) p:nth-child(2) {
/* highlight news text */
+ /*font-style: italic;*/
+ font-weight: 500;
+ color:#f00;
+}
+.content-dataset section:nth-child(3) p:nth-child(2) a{
+ /* highlight news text */
+ color:#f00;
+ border-bottom: 1px solid #f00;
+}
+.content-dataset section:nth-child(3) p:nth-child(2) a:hover{
+ /* highlight news text */
color:#f00;
+ border-bottom: 1px solid #f00;
}
p.subp{
font-size: 14px;
@@ -492,15 +508,14 @@ p.subp{
/* lists */
ul {
- list-style-type: none;
+ list-style-type: square;
margin: 0 0 30px 0;
padding: 0;
}
ul li {
margin-bottom: 8px;
- color: #333;
font-weight: 400;
- font-size: 14px;
+ font-size: 15px;
}
/* misc formatting */
@@ -626,8 +641,8 @@ ul.footnotes p {
font-family: 'Roboto Mono', monospace;
font-weight: 400;
text-transform: uppercase;
- color: #666;
- font-size: 11pt;
+ color: #333;
+ font-size: 12pt;
}
/* images */
@@ -1154,8 +1169,8 @@ ul.map-legend li.source:before {
font-weight: 300;
}
.content-about section:first-of-type > p:first-of-type {
- font-size: 22px;
- line-height: 40px;
+ font-size: 26px;
+ line-height: 42px;
}
.content-about .about-menu ul li {
display: inline-block;
@@ -1258,13 +1273,13 @@ ul.map-legend li.source:before {
/* footnotes */
a.footnote {
- font-size: 9px;
+ font-size: 10px;
line-height: 0px;
position: relative;
/*display: inline-block;*/
bottom: 7px;
text-decoration: none;
- color: #666;
+ color: #333;
border: 0;
left: -1px;
transition-duration: 0s;