diff --git a/content/static/datenspuren/2016/font/BigDots.ttf b/content/static/datenspuren/2016/font/BigDots.ttf new file mode 100644 index 000000000..c19a69a62 Binary files /dev/null and b/content/static/datenspuren/2016/font/BigDots.ttf differ diff --git a/content/static/datenspuren/2016/style/style.css b/content/static/datenspuren/2016/style/style.css index f3c2dd6bd..783b8ebd5 100644 --- a/content/static/datenspuren/2016/style/style.css +++ b/content/static/datenspuren/2016/style/style.css @@ -5,7 +5,7 @@ body { margin: 0 auto; padding: 0; background-color: white; - color: black; + color: #480202; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url(../images/logo.png); @@ -66,7 +66,7 @@ nav li a:hover { } a { - color: #ff4141; + color: #ff0000; text-decoration: none; } @@ -75,9 +75,15 @@ a:hover { } h3 { - font-size: 120%; + font-size: 200%; margin: 1em 0; padding: 0; + font-family: 'BigDots'; +} + +.name { + font-family: 'BigDots'; + font-size: 130%; } .bordered { @@ -103,6 +109,11 @@ dl dt { margin-top: 3ex; } +dt { + font-family: 'BigDots'; + font-size: 110%; +} + #head1 { position: relative; z-index: 1; @@ -386,3 +397,10 @@ article dl dd a { height: 101%;*/ } } + +@font-face { + font-family: 'BigDots'; + src: url(../font/BigDots.ttf) format('truetype'); + font-weight: normal; + font-style: normal; +}