Skip to content

Commit

Permalink
Uploaded theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Jul 7, 2022
1 parent cf6ba2f commit 800093b
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 626 deletions.
16 changes: 11 additions & 5 deletions animations.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,17 @@
-webkit-transition-property:transform;
transition-property:transform
}
.button-hover:active,.credit-hover:active,
.button-hover:focus,.credit-hover:focus,
.button-hover:hover,.credit-hover:hover{
-webkit-transform:scale(1.02);
transform:scale(1.02)
.button-hover:active,
.button-hover:focus,
.button-hover:hover{
-webkit-transform:scale(1.009);
transform:scale(1.009)
}
.credit-hover:active,
.credit-hover:focus,
.credit-hover:hover{
-webkit-transform:scale(1.04);
transform:scale(1.04)
}


Expand Down
40 changes: 22 additions & 18 deletions brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,30 @@
/* Disable this if you don't want rounded avatars for users */
.rounded-avatar {
border-radius: 50%;
-webkit-box-shadow: 0px 0px 0px 3px #ffffff;
box-shadow: 0px 0px 0px 3px #ffffff;
background-color: #ffffff !important;
width: 200px;
height: 200px;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

:root {
--bgColor: #223344;
--bgColor2: #090a0f;
--accentColor: #FFF;
--font: 'Karla', sans-serif;
--delay: .3s; }

.button {
position: relative;
background-color: transparent;
color: var(--accentColor);
border: solid var(--accentColor) 2px;
border-radius: 10px;
border-radius: 5px;
font-size: 1rem;
text-align: center;
display: block;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
padding: 10px; /* 17px */
margin-bottom: 20px!important;
padding: 20px;
text-decoration: none;
/* transition: all .25s cubic-bezier(.08, .59, .29, .99); */
-webkit-tap-highlight-color: transparent;
Expand All @@ -63,17 +61,23 @@
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon {
padding: 0px 8px 3.5px 0px;
right: 10px;
bottom: 2px;
position: relative;
vertical-align: middle;
width: 20px;
height: 20px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}

.button:hover .icon {
-webkit-filter: invert(100%) grayscale(100%);
-moz-filter: invert(100%) grayscale(100%);
filter: invert(100%) grayscale(100%);
.button:hover > .icon {
-webkit-box-shadow: 0px 0px 0px 4px var(--bgColor);
box-shadow: 0px 0px 0px 4px var(--bgColor);
background-color: var(--bgColor) !important;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}

svg {
color: white !important;
}
Binary file modified preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# A LittleLink Custom Theme
Find more themes: https://github.com/JulianPrieber/llc-themes

* Theme Name: Galaxy
* Theme Version: 1.4
* Theme Date: 2022-06-09
* Theme Name: Flare
* Theme Version: 1.0
* Theme Date: 2022-07-07
* Theme Author: JulianPrieber
* Theme Author URI: https://github.com/JulianPrieber
* Theme License: GPLv3
Expand All @@ -15,5 +15,5 @@ Find more themes: https://github.com/JulianPrieber/llc-themes
* License: MIT

*
* https://github.com/johnggli/linktree
* License: MIT -> https://github.com/johnggli/linktree/blob/master/LICENSE.md
* https://github.com/JulianPrieber2/galaxy
* License: GPLv3
7 changes: 3 additions & 4 deletions share.button.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
vertical-align: middle;
width: 20px;
height: 20px;
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
filter: invert(100%);
}

.sharediv {
Expand Down Expand Up @@ -95,7 +92,9 @@ sharebutton:hover,
background-color: #FFF;
}
.sharebutton:hover .share-icon {
filter: none !important;
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
filter: invert(100%);
}

@media screen and (max-width: 600px) {
Expand Down
Loading

0 comments on commit 800093b

Please sign in to comment.