2022-08-06 11:02:13 -04: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;
|
2024-03-06 23:01:44 -05:00
|
|
|
|
height: 100%;
|
2022-08-06 11:02:13 -04:00
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
font-weight: 700;
|
2024-03-06 23:01:44 -05:00
|
|
|
|
line-height: 20px;
|
|
|
|
|
padding: 14px 12px 12px 12px;
|
2022-08-06 11:02:13 -04:00
|
|
|
|
letter-spacing: 0.1px;
|
|
|
|
|
white-space: wrap;
|
2024-03-06 23:01:44 -05:00
|
|
|
|
outline: none;
|
2022-08-06 11:02:13 -04:00
|
|
|
|
border-radius: 8px;
|
|
|
|
|
cursor: pointer;
|
2024-03-06 23:01:44 -05:00
|
|
|
|
|
|
|
|
|
}
|
2022-08-06 11:02:13 -04:00
|
|
|
|
button:hover,
|
|
|
|
|
.button:focus {
|
2024-03-06 23:01:44 -05:00
|
|
|
|
color: #212121;
|
|
|
|
|
border-color: #888;
|
|
|
|
|
outline: #7AB8FF solid 3px
|
2022-08-06 11:02:13 -04:00
|
|
|
|
}
|
|
|
|
|
.button.button-primary {
|
2024-03-06 23:01:44 -05:00
|
|
|
|
color: #fff;
|
2022-08-06 11:02:13 -04:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
.button.button-primary:hover,
|
|
|
|
|
.button.button-primary:focus {
|
2024-03-06 23:01:44 -05:00
|
|
|
|
color: #fff;
|
2022-08-06 11:02:13 -04:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Brand Icons
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
|
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
|
padding: 0px 8px 3.5px 0px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Brand Styles (we recommend adding these in alphabetical order)
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
|
|
|
|
|
|
|
|
|
/* Extended (this is great for your own brand color!) */
|
|
|
|
|
.button.button-extended {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #0085ff;
|
|
|
|
|
}
|
|
|
|
|
.button.button-extended:hover,
|
|
|
|
|
.button.button-extended:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-07 11:25:06 +00:00
|
|
|
|
/* 500px */
|
|
|
|
|
.button.button-500px {
|
2023-07-26 23:06:10 +02:00
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #ffffff;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #000000;
|
2022-11-07 11:25:06 +00:00
|
|
|
|
}
|
|
|
|
|
.button.button-500px:hover,
|
|
|
|
|
.button.button-500px:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-25 13:21:33 -06:00
|
|
|
|
/* Alpha Universe (Sony) */
|
|
|
|
|
.button.button-alphauniverse {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #ffffff;
|
2022-12-25 13:21:33 -06:00
|
|
|
|
}
|
|
|
|
|
.button.button-alphauniverse:hover,
|
|
|
|
|
.button.button-alphauniverse:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-31 14:08:26 +02:00
|
|
|
|
/* Anilist */
|
|
|
|
|
.button.button-anilist {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #152232;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #ffffff;
|
2023-08-31 14:08:26 +02:00
|
|
|
|
}
|
|
|
|
|
.button.button-anilist:hover,
|
|
|
|
|
.button.button-anilist:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-20 09:45:46 +01:00
|
|
|
|
/* Codepen */
|
|
|
|
|
.button.button-codepen {
|
2022-11-13 13:10:22 +01:00
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #ffffff;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #000000;
|
2022-08-20 09:45:46 +01:00
|
|
|
|
}
|
2022-08-20 09:53:02 +01:00
|
|
|
|
.button.button-codepen:hover,
|
|
|
|
|
.button.button-codepen:focus {
|
2022-08-20 09:45:46 +01:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-09 14:44:07 +02:00
|
|
|
|
/* Deezer */
|
|
|
|
|
.button.button-deezer {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #181818;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #ffffff;
|
2023-10-09 14:44:07 +02:00
|
|
|
|
}
|
|
|
|
|
.button.button-deezer:hover,
|
|
|
|
|
.button.button-deezer:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-07 10:40:36 -04:00
|
|
|
|
/* Devpost */
|
|
|
|
|
.button.button-devpost {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #003E54;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #ffffff;
|
2022-08-07 10:40:36 -04:00
|
|
|
|
}
|
|
|
|
|
.button.button-devpost:hover,
|
|
|
|
|
.button.button-devpost:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-18 20:05:30 +01:00
|
|
|
|
/* Distiller */
|
|
|
|
|
.button.button-dist {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #ed5c47;
|
|
|
|
|
}
|
|
|
|
|
.button.button-dist:hover,
|
|
|
|
|
.button.button-dist:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-06 21:46:11 -05:00
|
|
|
|
/* Filmweb */
|
|
|
|
|
.button.button-filmweb {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.button.button-filmweb:hover,
|
|
|
|
|
.button.button-filmweb:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Gog */
|
|
|
|
|
.button.button-gog {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #303030;
|
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.button.button-gog:hover,
|
|
|
|
|
.button.button-gog:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-20 10:05:32 +01:00
|
|
|
|
/* Hackerearth */
|
|
|
|
|
.button.button-hackerearth {
|
2022-11-13 13:10:22 +01:00
|
|
|
|
color: #ffffff;
|
2022-08-20 10:05:32 +01:00
|
|
|
|
background-color: #2b3352;
|
|
|
|
|
}
|
|
|
|
|
.button.button-hackerearth:hover,
|
|
|
|
|
.button.button-hackerearth:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-20 09:53:02 +01:00
|
|
|
|
/* Hackerrank */
|
|
|
|
|
.button.button-hackerrank {
|
2022-11-13 13:10:22 +01:00
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #ffffff;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #000000;
|
2022-08-20 09:53:02 +01:00
|
|
|
|
}
|
|
|
|
|
.button.button-hackerrank:hover,
|
|
|
|
|
.button.button-hackerrank:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-13 12:56:32 +01:00
|
|
|
|
/* itch.io */
|
|
|
|
|
.button.button-itchio {
|
2022-11-13 13:31:09 +01:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #fa5c5c;
|
2022-11-13 12:56:32 +01:00
|
|
|
|
}
|
|
|
|
|
.button.button-itchio:hover,
|
|
|
|
|
.button.button-itchio:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-03 23:17:11 -05:00
|
|
|
|
/* Lemmy */
|
|
|
|
|
.button.button-lemmy {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #14854f;
|
|
|
|
|
}
|
|
|
|
|
.button.button-lemmy:hover,
|
|
|
|
|
.button.button-lemmy:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-06 21:46:11 -05:00
|
|
|
|
/* ListenBrainz */
|
|
|
|
|
.button.button-listenbrainz {
|
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
border: 1px solid #000000;
|
|
|
|
|
}
|
|
|
|
|
.button.button-listenbrainz:hover,
|
|
|
|
|
.button.button-listenbrainz:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-28 00:40:09 +02:00
|
|
|
|
/* Matrix */
|
|
|
|
|
.button.button-matrix {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #ffffff;
|
2023-07-28 00:40:09 +02:00
|
|
|
|
}
|
|
|
|
|
.button.button-matrix:hover,
|
|
|
|
|
.button.button-matrix:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-06 11:02:13 -04:00
|
|
|
|
/* Micro.blog */
|
|
|
|
|
.button.button-microblog {
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
background-color: #FD9927 }
|
|
|
|
|
.button.button-microblog:hover,
|
|
|
|
|
.button.button-microblog:focus {
|
|
|
|
|
filter: brightness(90%) }
|
2022-08-07 01:54:31 +03:00
|
|
|
|
|
2024-03-06 21:46:11 -05:00
|
|
|
|
/* Mixcloud */
|
|
|
|
|
.button.button-mixcloud {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #5000FF;
|
|
|
|
|
}
|
|
|
|
|
.button.button-mixcloud:hover,
|
|
|
|
|
.button.button-mixcloud:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-18 23:13:57 +01:00
|
|
|
|
/* MyAnimeList */
|
|
|
|
|
.button.button-myanimelist {
|
2024-03-06 21:46:11 -05:00
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
border: 1px solid #000000;
|
|
|
|
|
}
|
2022-08-18 23:13:57 +01:00
|
|
|
|
.button.button-myanimelist:hover,
|
|
|
|
|
.button.button-myanimelist:focus {
|
|
|
|
|
filter: brightness(90%) }
|
|
|
|
|
|
2023-08-31 14:08:26 +02:00
|
|
|
|
/* OP.GG */
|
|
|
|
|
.button.button-opgg {
|
2023-09-04 03:55:34 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #5383E8}
|
2023-08-31 14:08:26 +02:00
|
|
|
|
.button.button-opgg:hover,
|
|
|
|
|
.button.button-opgg:focus {
|
|
|
|
|
filter: brightness(90%) }
|
|
|
|
|
|
|
|
|
|
|
2023-08-07 18:51:21 -04:00
|
|
|
|
/* ORCID ID */
|
|
|
|
|
.button.button-orcid-id {
|
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
border: 1px solid #212121;
|
|
|
|
|
}
|
|
|
|
|
.button.button-orcid-id:hover,
|
|
|
|
|
.button.button-orcid-id:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-18 20:02:21 +01:00
|
|
|
|
/* osu! */
|
|
|
|
|
.button.button-osu {
|
2024-03-06 21:46:11 -05:00
|
|
|
|
color: #000000;
|
2022-08-18 20:02:21 +01:00
|
|
|
|
background-color: #ff8ee6;
|
|
|
|
|
}
|
|
|
|
|
.button.button-osu:hover,
|
|
|
|
|
.button.button-osu:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-06 21:46:11 -05:00
|
|
|
|
/* Pixelfed */
|
|
|
|
|
.button.button-pixelfed {
|
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
border: 1px solid #000000;
|
|
|
|
|
}
|
|
|
|
|
.button.button-pixelfed:hover,
|
|
|
|
|
.button.button-pixelfed:focus {
|
|
|
|
|
filter: brightness(90%) }
|
|
|
|
|
|
|
|
|
|
/* PlayStation */
|
|
|
|
|
.button.button-playstation {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #0070D1;
|
|
|
|
|
}
|
|
|
|
|
.button.button-playstation:hover,
|
|
|
|
|
.button.button-playstation:focus {
|
|
|
|
|
filter: brightness(90%) }
|
|
|
|
|
|
2023-10-09 14:44:07 +02:00
|
|
|
|
/* Qobuz */
|
|
|
|
|
.button.button-qobuz {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #ffffff;
|
2023-10-09 14:44:07 +02:00
|
|
|
|
}
|
|
|
|
|
.button.button-qobuz:hover,
|
|
|
|
|
.button.button-qobuz:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-07 18:51:21 -04:00
|
|
|
|
/* ResearchGate */
|
|
|
|
|
.button.button-researchgate {
|
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
border: 1px solid #212121;
|
|
|
|
|
}
|
|
|
|
|
.button.button-researchgate:hover,
|
|
|
|
|
.button.button-researchgate:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-06 21:46:11 -05:00
|
|
|
|
/* Roll20 */
|
|
|
|
|
.button.button-roll20 {
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
background-color: #ec008c }
|
|
|
|
|
.button.button-roll20:hover,
|
|
|
|
|
.button.button-roll20:focus {
|
|
|
|
|
filter: brightness(90%) }
|
|
|
|
|
|
2022-08-07 01:54:31 +03:00
|
|
|
|
/* SpaceHey */
|
|
|
|
|
.button.button-spacehey {
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
background-color: #3234CF;
|
|
|
|
|
}
|
|
|
|
|
.button.button-spacehey:hover,
|
|
|
|
|
.button.button-spacehey:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2022-11-07 11:25:06 +00:00
|
|
|
|
|
2023-10-09 14:44:07 +02:00
|
|
|
|
/* Tidal */
|
|
|
|
|
.button.button-tidal {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
border: 1px solid #ffffff;
|
2023-10-09 14:44:07 +02:00
|
|
|
|
}
|
|
|
|
|
.button.button-tidal:hover,
|
|
|
|
|
.button.button-tidal:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-13 13:10:22 +01:00
|
|
|
|
/* Vero */
|
|
|
|
|
.button.button-vero {
|
|
|
|
|
color: #ffffff;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
background-color: #000000;
|
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
|
}
|
2022-11-13 13:10:22 +01:00
|
|
|
|
.button.button-vero:hover,
|
|
|
|
|
.button.button-vero:focus {
|
2023-07-03 23:17:11 -05:00
|
|
|
|
filter: brightness(90%) }
|
2023-07-22 21:00:38 +01:00
|
|
|
|
|
2024-03-06 21:46:11 -05:00
|
|
|
|
/* WIP */
|
|
|
|
|
.button.button-wip {
|
2023-07-22 21:00:38 +01:00
|
|
|
|
color: #000000;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
background-color: #F9DB00}
|
|
|
|
|
.button.button-wip:hover,
|
|
|
|
|
.button.button-wip:focus {
|
2023-07-22 21:00:38 +01:00
|
|
|
|
filter: brightness(90%) }
|
2023-07-26 23:06:10 +02:00
|
|
|
|
|
|
|
|
|
/* write.as */
|
|
|
|
|
.button.button-writeas {
|
|
|
|
|
color: #000000;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
background-color: #ffffff;
|
2023-07-26 23:06:10 +02:00
|
|
|
|
border: 1px solid #000000;
|
|
|
|
|
}
|
|
|
|
|
.button.button-writeas:hover,
|
|
|
|
|
.button.button-writeas:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* writefreely */
|
|
|
|
|
.button.button-writefreely {
|
|
|
|
|
color: #000000;
|
2024-03-06 21:46:11 -05:00
|
|
|
|
background-color: #f4f4f4;
|
2023-07-26 23:06:10 +02:00
|
|
|
|
border: 1px solid #000000;
|
|
|
|
|
}
|
|
|
|
|
.button.button-writefreely:hover,
|
|
|
|
|
.button.button-writefreely:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2024-03-06 21:46:11 -05:00
|
|
|
|
|
|
|
|
|
/* writefreely */
|
|
|
|
|
.button.button-writefreely {
|
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
|
border: 1px solid #000000;
|
|
|
|
|
}
|
|
|
|
|
.button.button-writefreely:hover,
|
|
|
|
|
.button.button-writefreely:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Xbox */
|
|
|
|
|
.button.button-xbox {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #107C10;
|
|
|
|
|
}
|
|
|
|
|
.button.button-xbox:hover,
|
|
|
|
|
.button.button-xbox:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|