Update buttons to look better

pages
Nikita Karamov 2023-03-21 13:55:22 +01:00
parent a3f7a1713e
commit c78eb445b7
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 13 additions and 7 deletions

View File

@ -42,6 +42,12 @@
<!-- fixes for awsm.css --> <!-- fixes for awsm.css -->
<style> <style>
.shareon.specimen {
font-weight: bold;
max-width: 500px;
margin: 0 auto;
}
.shareon > a:hover { .shareon > a:hover {
color: #fff; color: #fff;
} }
@ -91,24 +97,24 @@
<p>Shareon are share buttons for popular social networks.</p> <p>Shareon are share buttons for popular social networks.</p>
<div <div
class="shareon" class="shareon specimen"
data-title="Shareon — lightweight, stylish, and ethical share buttons" data-title="Shareon — lightweight, stylish, and ethical share buttons"
style="text-align: center" style="text-align: center"
> >
<a class="facebook"></a> <a class="facebook">Share</a>
<a class="linkedin"></a> <a class="linkedin"></a>
<a class="mastodon" data-via="@kytta@fosstodon.org"></a> <a class="mastodon" data-via="@kytta@fosstodon.org">Toot</a>
<a class="messenger" data-fb-app-id="3619024578167617"></a> <a class="messenger" data-fb-app-id="3619024578167617"></a>
<a class="odnoklassniki"></a> <a class="odnoklassniki"></a>
<a class="pinterest"></a> <a class="pinterest">Pin</a>
<a class="pocket"></a> <a class="pocket"></a>
<a class="reddit"></a> <a class="reddit"></a>
<a class="telegram"></a> <a class="telegram"></a>
<a class="twitter" data-via="KyttaWasHere"></a> <a class="twitter" data-via="KyttaWasHere">ट्वीट</a>
<a class="viber"></a> <a class="viber"></a>
<a class="vkontakte"></a> <a class="vkontakte">Отправить</a>
<a class="whatsapp"></a> <a class="whatsapp"></a>
<a class="copy-url"></a> <a class="copy-url">Copy URL</a>
</div> </div>
<p>Unlike many other share buttons, Shareon are:</p> <p>Unlike many other share buttons, Shareon are:</p>