31 lines
1.3 KiB
CSS
31 lines
1.3 KiB
CSS
/*Canopy - The next generation of stoner streaming software
|
|
Copyright (C) 2024-2025 Rainbownapkin and the TTN Community
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as
|
|
published by the Free Software Foundation, either version 3 of the
|
|
License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|
.flair-gold, .flair-black-gold, .flair-lightning{
|
|
background-image: url('/img/flair/gold.gif');
|
|
border-radius: 0.3em;
|
|
box-shadow: 0.1em 0.1em 3px #fff4b6 inset, -0.1em 0.1em 3px #fff4b6 inset, 0.1em -0.1em 3px #fff4b6 inset, -0.1em -0.1em 3px #fff4b6 inset;
|
|
color: rgb(121, 106, 23);
|
|
text-shadow: 1px 1px 1px #fff4b6, -1px 1px 1px #fff4b6, 1px -1px 1px #fff4b6, -1px -1px 1px #fff4b6;
|
|
padding: 0.1em 0.4em;
|
|
}
|
|
|
|
.flair-black-gold{
|
|
filter: invert(1) grayscale(0.9);
|
|
}
|
|
|
|
.flair-lightning{
|
|
filter: invert(1) grayscale(0.5);
|
|
} |