Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700;800&display=swap");
- #app main, #app #sortable {
- padding: 3px;
- }
- #config-buttons {
- width:300px;
- height:45px;
- margin-left:-150px;
- bottom:0px;
- left:50%;
- overflow: hidden;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- background-color: rgba(0, 0, 0, 0.5);
- backdrop-filter: blur(8px);
- -webkit-backdrop-filter: blur(8px);
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- }
- #config-buttons a {
- background: none;
- }
- #config-buttons a svg {
- transition: all 0.15s ease-in-out;
- color: rgba(255, 255, 255, 0.5);
- }
- #config-buttons a:hover svg {
- transform: scale(1.1);
- color: rgba(255, 255, 255, 1);
- transition: all 0.15s ease-in-out;
- }
- .item {
- margin-right: 28px;
- margin-left: 28px;
- margin-bottom: 30px;
- margin-top: 30px;
- position: relative;
- top: -30px;
- border-radius: 8px;
- height: 90px;
- width: 280px;
- background-color: rgba(0, 0, 0, 0.5) !important;
- backdrop-filter: blur(8px);
- -webkit-backdrop-filter: blur(8px);
- text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1.5px rgba(0, 0, 0, 0.8);
- font-family: "Raleway", sans-serif;
- }
- .item:after {
- opacity: 0.0;
- }
- .item .svg-inline--fa {
- opacity: 0.0;
- }
- .item:hover {
- transform: scale(1.03);
- background-color: rgba(125, 125, 125, 0.1) !important;
- backdrop-filter: blur(1.5px);
- -webkit-backdrop-filter: blur(1.5px);
- transition: all 0.15s ease-in-out;
- }
- .app-icon {
- height: 55px;
- width: 55px;
- }
- .livestats-container {
- height: 25px;
- width: 160px;
- }
- .livestats-container .livestats {
- display: flex;
- flex-wrap: wrap;
- justify-content: left;
- align-items: left;
- }
- .livestats-container .livestats strong {
- font-weight: 100;
- font-size: 10.5px;
- }
- .livestats-container .livestats > .title {
- font-weight: 100;
- font-size: 10.5px;
- letter-spacing: .5px;
- opacity: .65;
- }
- .livestats-container .livestats span{
- font-weight: 100;
- font-size: 10.5px;
- opacity: .65;
- }
- .details > .title {
- font-weight: 750;
- font-size: 15.5px;
- text-transform: uppercase;
- letter-spacing: 2px;
- margin-bottom: 8px;
- }
- li {
- white-space: nowrap;
- width: 80px;
- }
- #sortable > section:nth-child(5) > div > div.details > div.livestats-container.white > ul > li:nth-child(2) {
- display: none;
- }
- #sortable > section:nth-child(5) > div > div.details > div.livestats-container.white > ul > li:nth-child(3) > span:after {
- content: 'or';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement