littlelink-server/public/css/brands.css

552 lines
10 KiB
CSS
Raw Normal View History

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-10 04:58:26 +02:00
button:hover,
.button:focus {
color: #333;
border-color: #888;
outline: 0;
}
2021-08-10 04:58:26 +02:00
.button.button-primary {
color: #fff;
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
.button.button-primary:hover,
.button.button-primary:focus {
color: #fff;
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
*/
/* Default (this is great for your own brand color!) */
.button.button-default {
color: #ffffff;
background-color: #0085ff;
}
2021-08-10 04:58:26 +02:00
.button.button-default:hover,
.button.button-default:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Discord */
.button.button-discord {
color: #ffffff;
background-color: #5865f2;
}
2021-08-10 04:58:26 +02:00
.button.button-discord:hover,
.button.button-discord:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Facebook */
.button.button-facebook {
color: #ffffff;
background-color: #1877f2;
}
2021-08-10 04:58:26 +02:00
.button.button-facebook:hover,
.button.button-facebook:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Facebook Messenger */
.button.button-facebookmessenger {
color: #ffffff;
background-image: linear-gradient(
2021-09-11 20:40:43 +02:00
25deg,
#0099ff,
#5f5dff,
#a033ff,
#c740cc,
#ff5280,
#ff7061
);
}
.button.button-facebookmessenger:hover,
.button.button-facebookmessenger:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Figma */
.button.button-figma {
color: #ffffff;
background-color: #000000;
}
2021-08-10 04:58:26 +02:00
.button.button-figma:hover,
.button.button-figma:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Github */
.button.button-github {
color: #ffffff;
background-color: #000000;
}
2021-08-10 04:58:26 +02:00
.button.button-github:hover,
.button.button-github:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Goodreads */
.button.button-goodreads {
color: #333333;
background-color: #f3f1e6;
}
2021-08-10 04:58:26 +02:00
.button.button-goodreads:hover,
.button.button-goodreads:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Instagram */
.button.button-instagram {
color: #ffffff;
background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}
2021-08-10 04:58:26 +02:00
.button.button-instagram:hover,
.button.button-instagram:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Kit */
.button.button-kit {
color: #ffffff;
background-color: #000000;
}
2021-08-10 04:58:26 +02:00
.button.button-kit:hover,
.button.button-kit:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
2021-08-16 05:23:34 +02:00
/* Letterboxd */
.button.button-letterboxd {
color: #ffffff;
background-color: #2c3440;
}
2021-08-16 05:23:34 +02:00
.button.button-letterboxd:hover,
.button.button-letterboxd:focus {
filter: brightness(90%);
}
2021-08-16 05:23:34 +02:00
2021-08-10 04:58:26 +02:00
/* LinkedIn */
.button.button-linkedin {
color: #ffffff;
background-color: #2867b2;
}
2021-08-10 04:58:26 +02:00
.button.button-linkedin:hover,
.button.button-linkedin:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Medium */
.button.button-medium {
color: #ffffff;
background-color: #000000;
}
2021-08-10 04:58:26 +02:00
.button.button-medium:hover,
.button.button-medium:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
2021-08-16 03:27:12 +02:00
/* Micro.blog */
.button.button-microblog {
color: #ffffff;
background-color: #fd9927;
}
2021-08-16 03:27:12 +02:00
.button.button-microblog:hover,
.button.button-microblog:focus {
filter: brightness(90%);
}
2021-08-16 03:27:12 +02:00
2021-08-10 04:58:26 +02:00
/* Pinterest */
.button.button-pinterest {
color: #000000;
background-color: #ffe2eb;
}
2021-08-10 04:58:26 +02:00
.button.button-pinterest:hover,
.button.button-pinterest:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Producthunt */
.button.button-producthunt {
color: #da552f;
2021-08-10 04:58:26 +02:00
border-style: solid;
border-color: #da552f;
2021-08-10 04:58:26 +02:00
border-width: 2px;
background-color: #ffffff;
}
2021-08-10 04:58:26 +02:00
.button.button-producthunt:hover,
.button.button-producthunt:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Reddit */
.button.button-reddit {
color: #000000;
background-color: #d7dfe2;
}
2021-08-10 04:58:26 +02:00
.button.button-reddit:hover,
.button.button-reddit:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Skoob */
.button.button-skoob {
color: #ffffff;
background-color: #3189c8;
}
2021-08-10 04:58:26 +02:00
.button.button-skoob:hover,
.button.button-skoob:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Snapchat */
.button.button-snapchat {
color: #000000;
background-color: #fffc00;
}
2021-08-10 04:58:26 +02:00
.button.button-snapchat:hover,
.button.button-snapchat:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* SoundCloud */
.button.button-soundcloud {
color: #ffffff;
background-color: #ff5500;
}
2021-08-10 04:58:26 +02:00
.button.button-soundcloud:hover,
.button.button-soundcloud:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Spotify */
.button.button-spotify {
color: #ffffff;
background-color: #000000;
}
2021-08-10 04:58:26 +02:00
.button.button-spotify:hover,
.button.button-spotify:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Steam */
.button.button-steam {
color: #ffffff;
background-color: #171a21;
}
2021-08-10 04:58:26 +02:00
.button.button-steam:hover,
.button.button-steam:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Telegram */
.button.button-telegram {
color: #ffffff;
background-color: #3faee8;
}
2021-08-10 04:58:26 +02:00
.button.button-telegram:hover,
.button.button-telegram:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* TikTok */
.button.button-tiktok {
color: #ffffff;
background-color: #000000;
}
2021-08-10 04:58:26 +02:00
.button.button-tiktok:hover,
.button.button-tiktok:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Tumblr */
.button.button-tumblr {
color: #ffffff;
background-color: #131313;
}
2021-08-10 04:58:26 +02:00
.button.button-tumblr:hover,
.button.button-tumblr:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Twitch */
.button.button-twitch {
color: #ffffff;
background-color: #9146ff;
}
2021-08-10 04:58:26 +02:00
.button.button-twitch:hover,
.button.button-twitch:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Twitter */
.button.button-twitter {
color: #ffffff;
background-color: #1da1f2;
}
2021-08-10 04:58:26 +02:00
.button.button-twitter:hover,
.button.button-twitter:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Mastodon */
.button.button-mastodon {
color: #ffffff;
background-color: #0e68a0;
}
.button.button-mastodon:hover,
.button.button-mastodon:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Vimeo */
.button.button-vimeo {
color: #ffffff;
background-color: #1ab7ea;
}
2021-08-10 04:58:26 +02:00
.button.button-vimeo:hover,
.button.button-vimeo:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* YouTube */
.button.button-youtube {
color: #ffffff;
background-color: #000000;
}
2021-08-10 04:58:26 +02:00
.button.button-youtube:hover,
.button.button-youtube:focus {
filter: brightness(90%);
}
2021-08-10 04:58:26 +02:00
/* Wordpress */
.button.button-wordpress {
color: #ffffff;
background-color: #21759b;
}
2021-08-10 04:58:26 +02:00
.button.button-wordpress:hover,
.button.button-wordpress:focus {
filter: brightness(90%);
}
2021-08-26 03:05:53 +02:00
/* WhatsApp */
2021-08-26 03:05:53 +02:00
.button.button-whatsapp {
color: #ffffff;
background-color: #2db842;
}
2021-08-26 03:05:53 +02:00
.button.button-whatsapp:hover,
.button.button-whatsapp:focus {
filter: brightness(90%);
}
/* Strava */
.button.button-strava {
color: #ffffff;
background-color: #fd5000;
}
.button.button-strava:hover,
.button.button-strava:focus {
filter: brightness(90%);
}
2021-09-11 20:43:20 +02:00
/* Buy Me a Coffee */
.button.button-buymeacoffee {
color: #000000;
background-color: #FFDD00;
}
.button.button-strava:hover,
.button.button-strava:focus {
filter: brightness(90%);
}
2021-09-11 22:20:38 +02:00
/* GitLab */
.button.button-gitlab {
color: #8c929d;
background-color: #FFFFFF;
}
.button.button-gitlab:hover,
.button.button-gitlab:focus {
filter: brightness(90%)
2021-10-15 03:45:57 +02:00
}
/* Patreon */
.button.button-patreon {
color: #FFFFFF;
background-color: #FF424D;
}
.button.button-patreon:hover,
.button.button-patreon:focus {
filter: brightness(90%)
}
/* Dev.to */
.button.button-devto {
color: #000;
background-color: #fff;
}
.button.button-devto:hover,
.button.button-devto:focus {
filter: brightness(90%);
2021-10-15 03:45:57 +02:00
}
2021-09-11 22:20:38 +02:00
/* Paypal */
.button.button-paypal {
color: #ffffff;
background-color: #1F264F;
}
.button.button-paypal:hover,
.button.button-paypal:focus {
filter: brightness(90%);
}
2021-10-19 05:43:09 +02:00
/* Slack */
.button.button-slack {
color: #fff;
background-color: #4a154b;
}
.button.button-slack:hover,
.button.button-slack:focus {
filter: brightness(90%)
}
/* Stack Overflow */
.button.button-stackoverflow {
color: #000;
background-color: #f8f9f9;
font-weight: 100;
}
.button.button-stackoverflow:after {
content: "overflow";
font-weight: 700;
}
.button.button-stackoverflow:hover,
.button.button-stackoverflow:focus {
filter: brightness(90%)
}
/* Last.fm */
.button.button-lastfm {
color: #ffffff;
background-color: #000101;
}
.button.button-lastfm:hover,
.button.button-lastfm:focus {
filter: brightness(90%)
}
/* Gitea */
.button.button-gitea {
color: #000;
background-color: #ffffff;
}
.button.button-gitea:hover,
.button.button-gitea:focus {
filter: brightness(90%)
}
/* Polywork */
.button.button-polywork {
color: #fff;
background-color: #543DE0;
}
.button.button-polywork:hover,
.button.button-polywork:focus {
filter: brightness(90%)
}
/* Signal */
.button.button-signal {
color: #000;
background-color: #fff;
}
.button.button-signal:hover,
.button.button-signal:focus {
filter: brightness(90%)
}
2021-12-13 01:17:12 +01:00
/* Untappd */
.button.button-untappd {
color: #000;
background-color: #FFCE0D;
}
.button.button-untappd:hover,
.button.button-untappd:focus {
2021-12-13 01:17:12 +01:00
filter: brightness(90%)
}
/* Instant Gaming */
.button.button-instantgaming {
color: #f50;
background-color: #000;
}
.button.button-instantgaming:hover,
.button.button-instantgaming:focus {
filter: brightness(90%)
}
2022-02-21 00:57:53 +01:00
/* ghost */
.button.button-ghost {
color: #000;
background-color: #fff;
}
.button.button-ghost:hover,
.button.button-ghost:focus {
filter: brightness(90%)
}