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.css43
1 files changed, 36 insertions, 7 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index e5615c67..a61a1875 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -197,7 +197,7 @@ h3 {
h4 {
margin: 0 0 10px 0;
padding: 0;
- font-size: 11pt;
+ font-size: 18pt;
font-weight: 400;
transition: color 0.1s cubic-bezier(0,0,1,1);
font-family: 'Roboto Mono', monospace;
@@ -366,6 +366,9 @@ pre {
margin: 0 0 40px 0;
border: 1px solid #666;
border-radius: 2px;
+ padding: 10px;
+ display: block;
+ background: #333;
}
pre code {
display: block;
@@ -422,8 +425,28 @@ blockquote {
border-left: 2px solid #555;
}
-/* footnotes */
+/* Buttons */
+.citation-opts {
+}
+.citation-opts li{
+ display: inline-block;
+ margin-right:10px;
+}
+.desktop .content a.btn{
+ display: inline-block;
+ background: #333;
+ padding: 6px 10px;
+ font-size: 10px;
+ border-radius: 6px;
+ font-weight: 400;
+ border:0px;
+}
+.desktop .content a.btn:hover{
+ background: #444;
+ border:0px;
+}
+/* footnotes */
.footnotes hr {
display: none;
}
@@ -678,8 +701,8 @@ section.fullwidth .image {
border: 0;
}
.dataset-list .dataset {
- width: 220px;
- height: 140px;
+ width: 300px;
+ height: 180px;
padding: 10px;
color: white;
font-weight: 400;
@@ -878,6 +901,12 @@ ul.map-legend li.source:before {
}
/* about */
+.desktop a.ahrefmoz{
+ color:#DE5825;
+}
+.desktop a.ahrefmoz:hover{
+ color:#EF6D3B;
+}
.content-about {
color: #fff;
@@ -890,8 +919,8 @@ ul.map-legend li.source:before {
font-weight: 300;
}
.content-about section:first-of-type > p:first-of-type {
- font-size: 23px;
- line-height: 39px;
+ font-size: 22px;
+ line-height: 40px;
}
.content-about .about-menu ul li {
display: inline-block;
@@ -985,7 +1014,7 @@ ul.map-legend li.source:before {
display: block;
}
.content-about .team-member h3{
- font-size:18px;
+ font-size:20px;
}