Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Envision Dark


Темная тема, совместима с 4.1.11 

Проверено на null-е от IAF

По моим ощущения очень похожа на Nerva


 

  • 1 месяц спустя...

у каждого стиля есть свои настройки цветов шрифта или же цветов сайта. плюс хороший редактор CSS.

его можно превратить хоть в серо-буро-малиновый, при желании. все в ваших руках.

я обычно так и делаю. для себя.

  • 6 месяцев спустя...

Ребят подскажите пожалуйста как сделать чтобы звёзды которые на скриншоте были расположены в строчку а не столбик? Такое расположение не только в боковых блоках, но и оценке темы и прочих оценках. Подобное расположение только в данной теме.

2016-12-12_18-23-04.png

 В Custom.css :S 

Снимок экрана 2016-12-12 в 18.01.43.png

.ipsRating {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    cursor: default;
}

.ipsRating > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ipsRating > ul > li {
    display: inline-block;
}

html[dir="ltr"] .ipsRating > ul > li, html[dir="ltr"] .ipsList_inline.ipsRating > li {
    margin-right: -2px;
}

html[dir="rtl"] .ipsRating > ul > li, html[dir="rtl"] .ipsList_inline.ipsRating > li {
    margin-left: -2px;
}

.ipsRating.ipsRating_small {
    font-size: 11px;
}

.ipsRating.ipsRating_large {
    font-size: 16px;
}

.ipsRating.ipsRating_veryLarge {
    font-size: 20px;
}

.ipsRating + span {
    margin-left: 10px;
}

.ipsRating + span:empty {
    margin-left: 0;
}

.ipsRating.ipsRating_rated .ipsRating_collective, .ipsRating.ipsRating_rated:hover .ipsRating_mine {
    display: none;
}

.ipsRating.ipsRating_rated:hover .ipsRating_collective {
    display: inline-block;
}

html[dir="ltr"] [data-ipsRating] > .ipsRating {
    float: left;
}

html[dir="rtl"] [data-ipsRating] > .ipsRating {
    float: right;
}

html[dir="ltr"] [data-ipsRating] > .ipsRating > ul > li {
    padding-right: 3px;
    float: left;
}

html[dir="rtl"] [data-ipsRating] > .ipsRating > ul > li {
    padding-left: 3px;
    float: right;
}

.ipsRating.ipsRating_loading {
    opacity: 0.6;
}

.ipsRating .ipsRating_on .fa-star {
    color: #f1cd80;
}

.ipsRating .ipsRating_mine .ipsRating_on .fa-star {
    color: #f1cd80;
}

.ipsRating .ipsRating_half .fa-star-half.fa-flip-horizontal {
    color: #b3b3b3;
    margin-left: -1px;
}

.ipsRating .ipsRating_half .fa-star-half:not(.fa-flip-horizontal) {
    color: #f1cd80;
    margin-right: -1px;
}

.ipsRating .ipsRating_off .fa-star-o, .ipsRating .ipsRating_off .fa-star {
    color: #b3b3b3;
}

.ipsRating .ipsRating_hover .fa-star {
    color: #2a94de;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

 

Sipsb, Сработало. Примного благодарен. Ещё можно тут заменить код рейтингов на твой, результат тот же.

core/global/framework/engagement.css

 

Edited by Death1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.