adding 9 buttons
This commit is contained in:
parent
75f1f97fa2
commit
c33d1c06c1
9 changed files with 488 additions and 4 deletions
|
@ -109,10 +109,10 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Anilist */
|
||||
/* AniList */
|
||||
.button.button-anilist {
|
||||
color: #ffffff;
|
||||
background-color: #152232;
|
||||
background-color: #000000;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.button.button-anilist:hover,
|
||||
|
@ -120,6 +120,50 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Audiomack */
|
||||
.button.button-audiomack {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.button.button-audiomack:hover,
|
||||
.button.button-audiomack:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Bandsintown */
|
||||
.button.button-bandsintown {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.button.button-bandsintown:hover,
|
||||
.button.button-bandsintown:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Bonfire */
|
||||
.button.button-bonfire {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.button.button-bonfire:hover,
|
||||
.button.button-bonfire:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Cameo */
|
||||
.button.button-cameo {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.button.button-cameo:hover,
|
||||
.button.button-cameo:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Codepen */
|
||||
.button.button-codepen {
|
||||
color: #000000;
|
||||
|
@ -216,6 +260,17 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Layers */
|
||||
.button.button-layers {
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
.button.button-layers:hover,
|
||||
.button.button-layers:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Lemmy */
|
||||
.button.button-lemmy {
|
||||
color: #ffffff;
|
||||
|
@ -284,6 +339,16 @@ button:hover,
|
|||
.button.button-opgg:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* OpenSea */
|
||||
.button.button-opensea {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.button.button-opensea:hover,
|
||||
.button.button-opensea:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* ORCID ID */
|
||||
.button.button-orcid-id {
|
||||
|
@ -336,6 +401,17 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* ravelry */
|
||||
.button.button-ravelry {
|
||||
color: #EE6E62;
|
||||
background-color: #F3F4F0;
|
||||
border: 1px solid #F3F4F0;
|
||||
}
|
||||
.button.button-ravelry:hover,
|
||||
.button.button-ravelry:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* ResearchGate */
|
||||
.button.button-researchgate {
|
||||
color: #000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue