2021-08-10 04:58:26 +02:00
|
|
|
|
/*
|
|
|
|
|
* littlelink.io
|
|
|
|
|
* Skeleton V2.0.4
|
|
|
|
|
* Copyright 2014, Dave Gamache
|
|
|
|
|
* www.getskeleton.com
|
|
|
|
|
* Free to use under the MIT license.
|
|
|
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
|
|
|
* 12/29/2014
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Built using on:
|
|
|
|
|
* Skeleton V2.0.4
|
|
|
|
|
* Copyright 2014, Dave Gamache
|
|
|
|
|
* www.getskeleton.com
|
|
|
|
|
* Free to use under the MIT license.
|
|
|
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
|
|
|
* 12/29/2014
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Table of contents
|
|
|
|
|
––––––––––––––––––––––––––––––––––––––––––––––––––
|
|
|
|
|
|
|
|
|
|
- Buttons
|
|
|
|
|
- Brand Styles
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Buttons
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
|
|
|
|
|
|
|
|
|
.button,
|
|
|
|
|
button {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
height: 48px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: 48px;
|
|
|
|
|
letter-spacing: 0.1px;
|
|
|
|
|
white-space: wrap;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
cursor: pointer;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
}
|
2022-03-07 03:48:28 +01:00
|
|
|
|
|
|
|
|
|
.button:hover {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Brand Icons
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
|
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
|
padding: 0px 8px 3.5px 0px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Brand Styles
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
|
|
|
|
|
2022-03-07 20:44:31 +01:00
|
|
|
|
/* Default */
|
|
|
|
|
.button.button-default {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #0085ff;
|
|
|
|
|
}
|
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
/* Discord */
|
|
|
|
|
.button.button-discord {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #5865f2;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Facebook */
|
|
|
|
|
.button.button-facebook {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #1877f2;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Facebook Messenger */
|
2021-10-18 04:38:08 +02:00
|
|
|
|
.button.button-facebookmessenger {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-image: linear-gradient(
|
2021-09-11 20:40:43 +02:00
|
|
|
|
25deg,
|
|
|
|
|
#0099ff,
|
|
|
|
|
#5f5dff,
|
|
|
|
|
#a033ff,
|
|
|
|
|
#c740cc,
|
|
|
|
|
#ff5280,
|
|
|
|
|
#ff7061
|
|
|
|
|
);
|
2021-08-31 21:33:58 +02:00
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Figma */
|
|
|
|
|
.button.button-figma {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Github */
|
|
|
|
|
.button.button-github {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Goodreads */
|
|
|
|
|
.button.button-goodreads {
|
|
|
|
|
color: #333333;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #f3f1e6;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Instagram */
|
|
|
|
|
.button.button-instagram {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Kit */
|
|
|
|
|
.button.button-kit {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
2021-08-16 05:23:34 +02:00
|
|
|
|
/* Letterboxd */
|
|
|
|
|
.button.button-letterboxd {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #2c3440;
|
|
|
|
|
}
|
2021-08-16 05:23:34 +02:00
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
/* LinkedIn */
|
|
|
|
|
.button.button-linkedin {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #2867b2;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Medium */
|
|
|
|
|
.button.button-medium {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
2021-08-16 03:27:12 +02:00
|
|
|
|
/* Micro.blog */
|
|
|
|
|
.button.button-microblog {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #fd9927;
|
|
|
|
|
}
|
2021-08-16 03:27:12 +02:00
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
/* Pinterest */
|
|
|
|
|
.button.button-pinterest {
|
|
|
|
|
color: #000000;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #ffe2eb;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Producthunt */
|
|
|
|
|
.button.button-producthunt {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #da552f;
|
2021-08-10 04:58:26 +02:00
|
|
|
|
border-style: solid;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
border-color: #da552f;
|
2021-08-10 04:58:26 +02:00
|
|
|
|
border-width: 2px;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Reddit */
|
|
|
|
|
.button.button-reddit {
|
|
|
|
|
color: #000000;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #d7dfe2;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Skoob */
|
|
|
|
|
.button.button-skoob {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #3189c8;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Snapchat */
|
|
|
|
|
.button.button-snapchat {
|
|
|
|
|
color: #000000;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #fffc00;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* SoundCloud */
|
|
|
|
|
.button.button-soundcloud {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #ff5500;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Spotify */
|
|
|
|
|
.button.button-spotify {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Steam */
|
|
|
|
|
.button.button-steam {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #171a21;
|
|
|
|
|
}
|
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
/* Telegram */
|
|
|
|
|
.button.button-telegram {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #3faee8;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* TikTok */
|
|
|
|
|
.button.button-tiktok {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Tumblr */
|
|
|
|
|
.button.button-tumblr {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #131313;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Twitch */
|
|
|
|
|
.button.button-twitch {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #9146ff;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Twitter */
|
|
|
|
|
.button.button-twitter {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #1da1f2;
|
|
|
|
|
}
|
2022-03-07 03:48:28 +01:00
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
2021-08-16 13:18:29 +02:00
|
|
|
|
/* Mastodon */
|
|
|
|
|
.button.button-mastodon {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #0e68a0;
|
|
|
|
|
}
|
2021-08-16 13:18:29 +02:00
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
/* Vimeo */
|
|
|
|
|
.button.button-vimeo {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #1ab7ea;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* YouTube */
|
|
|
|
|
.button.button-youtube {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2022-03-07 03:48:28 +01:00
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Wordpress */
|
|
|
|
|
.button.button-wordpress {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #21759b;
|
|
|
|
|
}
|
2021-08-26 03:05:53 +02:00
|
|
|
|
|
2021-08-31 21:33:58 +02:00
|
|
|
|
/* WhatsApp */
|
2021-08-26 03:05:53 +02:00
|
|
|
|
.button.button-whatsapp {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #2db842;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Strava */
|
|
|
|
|
.button.button-strava {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #fd5000;
|
|
|
|
|
}
|
2021-09-11 20:43:20 +02:00
|
|
|
|
|
|
|
|
|
/* Buy Me a Coffee */
|
|
|
|
|
.button.button-buymeacoffee {
|
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #FFDD00;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-11 22:20:38 +02:00
|
|
|
|
/* GitLab */
|
|
|
|
|
.button.button-gitlab {
|
|
|
|
|
color: #8c929d;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
2021-10-15 03:45:57 +02:00
|
|
|
|
|
|
|
|
|
/* Patreon */
|
|
|
|
|
.button.button-patreon {
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
background-color: #FF424D;
|
|
|
|
|
}
|
2021-10-16 20:44:28 +02:00
|
|
|
|
|
|
|
|
|
/* Dev.to */
|
|
|
|
|
.button.button-devto {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
2021-09-11 22:20:38 +02:00
|
|
|
|
|
2021-10-19 02:56:28 +02:00
|
|
|
|
/* Paypal */
|
|
|
|
|
.button.button-paypal {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #1F264F;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-19 05:43:09 +02:00
|
|
|
|
/* Slack */
|
|
|
|
|
.button.button-slack {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #4a154b;
|
|
|
|
|
}
|
2021-12-05 18:18:48 +01:00
|
|
|
|
|
|
|
|
|
/* Stack Overflow */
|
|
|
|
|
.button.button-stackoverflow {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #f8f9f9;
|
|
|
|
|
font-weight: 100;
|
|
|
|
|
}
|
|
|
|
|
.button.button-stackoverflow:after {
|
|
|
|
|
content: "overflow";
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
2021-12-10 18:11:21 +01:00
|
|
|
|
|
|
|
|
|
/* Last.fm */
|
|
|
|
|
.button.button-lastfm {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000101;
|
|
|
|
|
}
|
2021-12-10 22:50:04 +01:00
|
|
|
|
|
|
|
|
|
/* Gitea */
|
|
|
|
|
.button.button-gitea {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Polywork */
|
|
|
|
|
.button.button-polywork {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #543DE0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Signal */
|
|
|
|
|
.button.button-signal {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
2021-12-13 01:17:12 +01:00
|
|
|
|
|
|
|
|
|
/* Untappd */
|
|
|
|
|
.button.button-untappd {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #FFCE0D;
|
|
|
|
|
}
|
2022-02-18 03:51:58 +01:00
|
|
|
|
|
|
|
|
|
/* Instant Gaming */
|
|
|
|
|
.button.button-instantgaming {
|
|
|
|
|
color: #f50;
|
|
|
|
|
background-color: #000;
|
|
|
|
|
}
|
2022-02-21 00:57:53 +01:00
|
|
|
|
|
|
|
|
|
/* ghost */
|
|
|
|
|
.button.button-ghost {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #fff;
|
2022-03-07 20:44:31 +01:00
|
|
|
|
}
|
2022-06-14 01:49:59 +02:00
|
|
|
|
|
|
|
|
|
/* trakt */
|
|
|
|
|
.button.button-trakt {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #000;
|
|
|
|
|
}
|
2022-06-14 16:26:24 +02:00
|
|
|
|
|
|
|
|
|
/* CashApp */
|
|
|
|
|
.button.button-cashapp {
|
|
|
|
|
color: #000;
|
2022-06-15 01:31:36 +02:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Teespring */
|
|
|
|
|
.button.button-teespring {
|
|
|
|
|
color: #eb4373;
|
|
|
|
|
background-color: #2f2464;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Xing */
|
|
|
|
|
.button.button-xing {
|
|
|
|
|
color: #0b6162;
|
|
|
|
|
background-color: #c6f16d;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Keybase */
|
|
|
|
|
.button.button-keybase {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #3663ea;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Onlyfans */
|
|
|
|
|
.button.button-onlyfans {
|
|
|
|
|
color: #008ccf;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Session */
|
|
|
|
|
.button.button-session {
|
|
|
|
|
color: #04f383;
|
|
|
|
|
background-color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Threema */
|
|
|
|
|
.button.button-threema {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Streamlabs */
|
|
|
|
|
.button.button-streamlabs {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #88f4d4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Privatebin */
|
|
|
|
|
.button.button-privatebin {
|
|
|
|
|
color: #f19d13;
|
|
|
|
|
background-color: #000;
|
|
|
|
|
}
|
|
|
|
|
|