Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Mastodon Verification stuff ``/* Written in April 2020 by David Blue for bilge.world. Full, up-to-date source code available at https://github.com/extratone/bilge/ Version 2.4 (Caston Bilge!) To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0 I am not a web designer or coder. This code is messy. Hope you enjoy. Open to any suggestions. */ @import url('https://use.typekit.net/kst2rrh.css'); body { font-family: adobe-caslon-pro, serif !important; font-weight: 400; font-style: normal; background-color: #FFF4E6;} /* old background-color: #f2f2f2 */ #blog-title a { font-family: proxima-nova-condensed, sans-serif; font-weight: 900; font-style: normal; /* font-style:bold !important; */ color: #00006b; } header nav a { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 900; font-size: 1.2em; } header p.description { /* font-style: italic; */ font-family: proxima-nova-condensed, sans-serif !important; font-weight: 700; line-height: 200% !important; color: #00006b !important; font-size: 1em; margin-left: inherit; margin-right: inherit; } body#collection header { margin-bottom: 1em !important; } header nav a { color: #00006b; font-family: proxima-nova-condensed, sans-serif; font-weight: 900; /* margin-bottom: 1em; */ } body, article { font-family: adobe-caslon-pro, serif !important; font-weight: 400; line-height: 155%; font-size: 1.1em !important; color: #000000; /* margin-top:1rem !important; */ } body, article a:link { color: #00006b; } body, article a:visited { color: #F43B28; } h1 { color:#00006b !important; font-family: proxima-nova-condensed, sans-serif; font-weight: 900; font-size: 2em !important; } h2 { color:#00006b !important; font-family: proxima-nova-condensed, sans-serif; font-weight: 700; font-size: 1.4em !important; } h3 { font-family: proxima-nova-condensed, sans-serif; font-weight: 400; font-size: 1.15em !important; } h4 { font-family: proxima-nova-condensed, sans-serif; font-size: 1em !important; } h5 { font-family: proxima-nova-condensed, sans-serif; font-size: 1em !important; } h6 { font-family: proxima-nova-condensed, sans-serif; font-size: .85em !important; } .post-title a:visited, .post-title a:link { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 900; color: #00006b !important; font-size: 1.7rem !important; } body#post article time.dt-published, body#subpage article time.dt-published { font-family: proxima-nova-condensed, sans-serif !important; color: #00006b !important; font-size: 1rem !important; } body footer nav { font-family: proxima-nova-condensed, sans-serif !important; color: #00006b; } blockquote { font-family: proxima-nova-condensed, sans-serif; font-weight: 400; color: #333333 !important; border-left: 2.5px solid #00006b !important; } hr{ border: 2px solid red; } body footer a.home:link, body footer a.home:visited { color: #00006b; } .action { font-family: proxima-nova-condensed, sans-serif; } nav#manage ul a { color: #00006b; } nav#paging a { color: #00006b !important; font-family: proxima-nova-condensed, sans-serif !important; } a.bt { background-color:#0d0d0d !important; color: #00006b !important; } a.hashtag { font-family: proxima-nova-condensed, sans-serif; font-weight: 700; color: #00006b !important; } body#collection #wrapper time, body#subpage #wrapper time, body#post article time.dt-published, body#subpage article time.dt-published { font-family: proxima-nova-condensed, sans-serif; font-weight: 700; font-size: 0.95em; color: #00006b !important; } .custom-nav { text-align: center; text-transform: uppercase; font-family: proxima-nova-condensed, sans-serif; font-weight: 700; color: red; } .custom-nav a:link, .custom-nav a:visited, .custom-nav a:hover, .custom-nav a:active { color: #00006b; } .custom-nav a:hover, .custom-nav a:active { text-decoration: underline; } #subscribe-btn { border: 1px #FF0000; background: #00006b; font-family: proxima-nova-condensed, sans-serif; font-weight: 700; font-size: 1em; color: #FFF4E6; } #emailsub { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 700; } <a rel="me" href="https://mastodon.social/@DavidBlue">Mastodon</a> ``
- Loading branch information