|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- @charset "UTF-8";
-
-
- @font-face {
- font-family: 'highvoltageregular';
- src: url("../fonts/highvoltage-webfont.eot");
- src: url("../fonts/highvoltage-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/highvoltage-webfont.woff2") format("woff2"), url("../fonts/highvoltage-webfont.woff") format("woff"), url("../fonts/highvoltage-webfont.ttf") format("truetype"), url("../fonts/highvoltage-webfont.svg#highvoltageregular") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'capsuularegular';
- src: url("../fonts/capsuula-webfont.eot");
- src: url("../fonts/capsuula-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/capsuula-webfont.woff2") format("woff2"), url("../fonts/capsuula-webfont.woff") format("woff"), url("../fonts/capsuula-webfont.ttf") format("truetype"), url("../fonts/capsuula-webfont.svg#capsuularegular") format("svg");
- font-weight: normal;
- font-style: normal;
- }
-
- .block-date {
- margin: 0px auto;
- padding-top: 0px;
- text-align: center;
- }
-
- .block-date .day {
- text-transform: capitalize;
- line-height: 15px;
- font-size: 13px;
- text-transform: uppercase;
- }
-
- .block-date .num {
- font-size: 30px;
- line-height: 35px;
- font-weight: bold;
- }
-
- .block-date .month {
- text-transform: uppercase;
- line-height: 15px;
- font-size: 13px;
- color: #e67200;
- }
-
-
- #footer #code-source img,
- #footer #social-mastodon img,
- #footer #social-diaspora img {
- height: 20px;
- }
|