Fix icon new design
gamejolt.com fix by dinaco_studio by 891-2
Details
Author891-2
LicenseCC Zero
Categoryuserstyles
Created
Updated
Size4.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name gamejolt.com fix by dinaco_studio
@version 20220402.18.19
@namespace userstyles.world/user/891-2
@description Fix icon new design
@author 891-2
@license CC Zero
==/UserStyle== */
@-moz-document domain("gamejolt.com") {
/* ИКОНКИ И ФОНЫ */
.jolticon-sticker-filled:before {
content: "";
}
.jolticon-comment-filled:before {
content: "";
}
button.button.-primary.-trans.-circle.-sparse.-like-button span:before{
content:"\e99c";
}
button.button.-trans.-outline.-circle.-sparse.-like-button span:before{
content: "";
}
.-stretch {
background-image: none;
display: none;
}
.media-item-backdrop.-backdrop.-bleed .-color {
background-color: #2a2731!important;
}
.-overlay-post-lead,.fade-collapse {
box-shadow: none!important;
}
}
@-moz-document domain("gamejolt.com") {
/* КНОПКИ */
/*
a[href="/library"] span,a[href="/library"]+a span,a[href="/library"]+a+a span,a[href="/library"]+a+a+a span,a[href="/library"]+a+a+a+a>span,a[href="/library"]+a+a+a+a>small>span,a[href="/library"]+a+a+a+a>span,a[href="/dashboard/withdraw-funds"] span+span{
display:none;
}
a[href="/library"]::before{
content:"Библиотека Игр";
visibility:visible;
}
a[href="/library"]+a::before{
content:"Редактировать Аккаунт";
visibility:visible;
}
a[href="/library"]+a+a::before{
content:"Игровой Токен";
visibility:visible;
}
a[href="/library"]+a+a+a::before{
content:"Настройки";
visibility:visible;
}
a[href="/library"]+a+a+a+a::before{
content:"Темная тема";
visibility:visible;
}
a[href="/library"]+a+a+a+a>small::after{
content:"вкл";
visibility:visible;
}
a[href="/dashboard/withdraw-funds"]::before{
content:"Баланс кошелька";
}
/
a[href="/app"] span, a[href="/client"] span {
display:none;
}
a[href="/client"]:before{
content: "Получить Приложение";
}
a[href="/app"]:before {
content: "Мобильное Приложение";
}
span.jolticon.jolticon-logout.notice+span{
visibility:hidden;
}
span.jolticon.jolticon-logout.notice+span::before {
content: "Выйти";
visibility: visible;
margin-right: -48px;
}
.-right button span:before {
content: "НАЧАТЬ ВЕЧЕРИНКУ";
visibility: visible;
position: absolute;
left: 0;
width: 100%;
}
.-right button span {
visibility: hidden;
}
.loading-fade-content a.link-unstyled::before{
content:"перезагрузить";
}
.loading-fade-content h4.section-header span,.-header.fill-darker.small a.link-muted span{
display:none;
}
.-header.fill-darker.small a.link-muted::before{
content:"Отметить все как прочитанное";
}
.loading-fade-content h4.section-header::before{
visibility:visible;
content:"Вечеринки";
}
.loading-fade-content a.link-unstyled span{
display:none;
}
/*Add Game*/
a.button.-outline.-block[data-v-7785a6b5] {
margin-left: 8px;
font-size: 14px;
font-weight: 550;
border-color: #919191;
color: #e8e9e9;
border-radius: 2px;
width: 95%;
}
/*
.-well.fill-bg a.button.-outline.-block span{
display:none;
}
.-well.fill-bg a.button.-outline.-block::before {
content:"Просмотреть профиль";
}
/*<a href="/@dinaco_studio" class="button -outline -block" type="button" data-v-7785a6b4="" data-v-bd369506="" data-v-7785a6b5=""><!----><!----><span data-v-bd369506="">ДОБАВИТЬ ИГРУ</span></a>*/
}
@-moz-document domain("gamejolt.com") {
}
@-moz-document regexp("https://gamejolt.com/settings") {
fieldset#settings-site legend span {
visibility: hidden;
}
fieldset#settings-site legend span::before {
visibility: visible;
content:"Сайт";
}
}