Skip to content

Commit

Permalink
GH Pages site: improve styling mastodon button
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Mar 18, 2024
1 parent 51609a5 commit f627b49
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
<img src="https://opencollective.com/{{ site.phpcsutils.open_collective }}/contribute/button@2x.png?color=blue" width=300 />
</a></p>

<p><a href="https://twitter.com/share" class="twitter-share-button" data-related="{{ site.twitter.username }}" data-count="none" data-hashtags="{{ site.twitter.hashtags }}">Tweet about it</a></p>
<div><a href="https://twitter.com/share" class="twitter-share-button" data-related="{{ site.twitter.username }}" data-count="none" data-hashtags="{{ site.twitter.hashtags }}">Tweet about it</a></div>

<div class="mastodon-share-button" data-target="{{ site.url }}" data-name="{{ site.tagline }} by {{ site.mastodon.username }}" data-buttonstyle="btn btn-secondary" data-text="Toot"></div>

<div id="modal" style="display: none;">
<label for="msb-address" name="instanceAddress">Instance address</label>
<input id="msb-address" type="text" />
<input id="msb-address" type="text" /><br/>
<label for="msb-memorize-instance">Memorize instance</label>
<input type="checkbox" id="msb-memorize-instance" />
<input type="checkbox" id="msb-memorize-instance" /><br/>
<button id="msb-share">share</button>
</div>

Expand Down
34 changes: 34 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,40 @@ header .install pre.highlight {
padding-top: 1em;
}

.mastodon-share-button {
font-size: 80%;
margin: 0 1em 0 0;
}

.mastodon-share-button .btn {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: .25em 1em;
border-radius: 1rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
color: #ffffff;
background-color: #007bff;
}
.mastodon-share-button .btn:before {
content: url('data:image/svg+xml;charset=UTF-8,<svg style="color: blue" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M480,173.59c0-104.13-68.26-134.65-68.26-134.65C377.3,23.15,318.2,16.5,256.8,16h-1.51c-61.4.5-120.46,7.15-154.88,22.94,0,0-68.27,30.52-68.27,134.65,0,23.85-.46,52.35.29,82.59C34.91,358,51.11,458.37,145.32,483.29c43.43,11.49,80.73,13.89,110.76,12.24,54.47-3,85-19.42,85-19.42l-1.79-39.5s-38.93,12.27-82.64,10.77c-43.31-1.48-89-4.67-96-57.81a108.44,108.44,0,0,1-1-14.9,558.91,558.91,0,0,0,96.39,12.85c32.95,1.51,63.84-1.93,95.22-5.67,60.18-7.18,112.58-44.24,119.16-78.09C480.84,250.42,480,173.59,480,173.59ZM399.46,307.75h-50V185.38c0-25.8-10.86-38.89-32.58-38.89-24,0-36.06,15.53-36.06,46.24v67H231.16v-67c0-30.71-12-46.24-36.06-46.24-21.72,0-32.58,13.09-32.58,38.89V307.75h-50V181.67q0-38.65,19.75-61.39c13.6-15.15,31.4-22.92,53.51-22.92,25.58,0,44.95,9.82,57.75,29.48L256,147.69l12.45-20.85c12.81-19.66,32.17-29.48,57.75-29.48,22.11,0,39.91,7.77,53.51,22.92Q399.5,143,399.46,181.67Z" fill="white"></path></svg>');
}

#modal {
clear: both;
margin: 10px 0;
}

#modal #msb-share {
text-align: center;
vertical-align: middle;
padding: .25em 1em;
border-radius: 1rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
color: #ffffff;
background-color: #007bff;
}

/* General space usage/layout */
.wrapper{
width:100%;
Expand Down

0 comments on commit f627b49

Please # to comment.