Skip to content

Commit 7b88a35

Browse files
committed
Update Custom CSS.css
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> ``
1 parent 05802a1 commit 7b88a35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Custom CSS.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
/* old background-color: #f2f2f2 */
2929

3030
#blog-title a {
31-
font-family: proxima-nova-condensed, sans-serif; font-weight: 900;
31+
font-family: proxima-nova-condensed, sans-serif; font-weight: 900;
3232
font-style: normal;
3333
/* font-style:bold !important; */
3434
color: #00006b;
@@ -209,4 +209,6 @@ body#collection #wrapper time, body#subpage #wrapper time, body#post article tim
209209
#emailsub {
210210
font-family: proxima-nova-condensed, sans-serif !important;
211211
font-weight: 700;
212-
}
212+
}
213+
214+
<a rel="me" href="https://mastodon.social/@DavidBlue">Mastodon</a>

0 commit comments

Comments
 (0)