Перейти к содержанию

Froust95

Пользователи
  • Постов

    9
  • Зарегистрирован

  • Посещение

  • Победитель дней

    1

Сообщения, опубликованные Froust95

  1. 2 часа назад, RickyR сказал:

    сделал тему доступной

    Редактируйте это

    .ipsDataItem_title a {
    1. font-weight: 500;
    2. font-size: 18px;
    3. color: #CDC1E4;
    }
     
    В редакторе тем редактируйте это
    .cPost_contentWrap .ipsType_normal.ipsType_richText, .cke_editable {
    1. font-size: 15px;
    2. font-family: Roboto;
    }
     
    258adbb6e4f3e83v=4e52a1ea3c:1
    .ipsComment_content .ipsType_richText {
    1. font-family: Roboto;
    2. font-size: 15px;
    3. font-weight: 400;
    }
    .cPost_contentWrap .ipsType_richText > p {
    1. font-family: Roboto;
    2. font-weight: 400;
    }
    2 часа назад, RickyR сказал:

    сделал тему доступной

    Для блоков редактируй тут

    #ipsLayout_sidebar .ipsWidget_title, #elVNC_sidebar .ipsFieldRow_label, #elSearch_sidebar .ipsFieldRow_label, .ipsTable.ipsMatrix .ipsMatrix_subHeader, .ipsSideMenu_subTitle, .ipsSideMenu_title, .ipsSideMenu_list + .ipsSideMenu_title {
    1. background: #29203b;
    2. color: #ffffff;
    3. font-size: 16px;
    4. padding: 24px 22px;
    }
     
    258adbb6e4f3e83v=4e52a1ea3c:1
    #ipsLayout_sidebar .ipsWidget_title {
    1. font-style: italic;
    2. font-weight: 600;
    }
  2. 23 минуты назад, demidof сказал:

    В версии 4 подскажите как изменить

    нет там boardIndexTemplate

    Для 4 версии делаем там

    Вставить в custom.css

    .ipsDataItem_subList{ overflow: hidden; }
     
            html[dir="ltr"] .ipsApp .ipsDataItem_subList,
            html[dir="rtl"] .ipsApp .ipsDataItem_subList{
                background: none;
                line-height: 220%;
                padding-left: 0 !important;
                padding-right: 0 !important;
                padding-bottom: 4px;
            }
            
            .ipsDataItem_subList li{
                float: left;
                width: calc(100% / 3 - 5px);
            }
     
            html[dir="rtl"].ipsDataItem_subList li{ float: right; }
            
            .ipsDataItem_subList li a:after{ display: none; }
        
            html[dir="rtl"] .ipsDataItem_subList.ipsList_inline > li{ margin-left: 0; }
×
×
  • Создать...