Brivium - Silver

Brivium - Silver 1.5.21

Нет прав для скачивания
Интересный такой дизайн форума.
 
Поставил дизайн не могу разобратсься.
Вот такие чудо
 

Вложения

  • 7edf7340a9f676f615da5000cdc30bba.png
    7edf7340a9f676f615da5000cdc30bba.png
    59.7 KB · Просмотры: 29
Никто не знает, что и как Вы там поставили. Нам не угадать...
 
Как исправить это в плеере медиа галереи?
Screenshot_8.png Screenshot_9.png
На дефолтном стиле всё ровно:
Screenshot_10.png Screenshot_11.png
или что то стоит поправить в:
PHP:
input[type=checkbox]
{
    position: relative;
    top: 2px;
}

#content .pageContent:after
{
    display: none;
}

.posterAvatar .miniMe
{
    display: none !important;
}

#pageDescription a
{
    color: inherit;
}

.searchResults
{
    padding: 0;
}

.navigationSideBar .section ul li:last-child a
{
    border: none;
}

#Notices
{
    margin-top: 10px;
}

.previewTooltip .posterDate.muted
{
    color: @mutedTextColor;
}

.mainContentBlock .primaryContent:last-child
{
    border: none;
}

#content .xengallerySideBar .avatarList .extraData a
{
    color: @contentText;
}

.sectionMain.pollBlock
{
    padding: 0;
}

.sectionMain.pollBlock .secondaryContent
{
    border: none;
    border-radius: 2px;
}

.Menu .sectionFooter
{
    color: @mutedTextColor;
}

/** BEGIN FOR SILVER **/

.titleBar.BRSV_style
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.titleBar h1 .prefix
{
    vertical-align: middle;
    color: @textCtrlBackground;
}

form.section.BRSV_style
{
    margin: 0;
}

.pageNavLinkGroup.titleNext
{
    background-color: @primaryLighter;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-radius: 0;
}

.pageNavLinkGroup.none
{
    display: none;
}

.sharePage .larger.textHeading
{
    float: left;
    margin-right: 10px;
}

#InlineModOverlay .button
{
    background-color: rgba(0,0,0,0.3);
    color: @contentText;
}

#content .container .xengallerySideBar .section h3,
#content .container .xengallerySideBar .section h3 a
{
    color: @contentText;
}

/** END FOR SILVER **/

/** BEGIN NODE LIST **/

.nodeList.sectionMain
{
    padding: 0;
}

.nodeList .node.node_2 > div
{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.node .nodeLastPost .muted,
.node .nodeStats.pairsInline dl,
.node .nodeStats.pairsInline dt,
.node .nodeStats.pairsInline dd
{
    color: inherit;
}

.node .nodeLastPost .lastThreadMeta .lastThreadUser
{
    margin-right: 20px;
}

.node .nodeLastPost .lastThreadTitle span
{
    margin-right: 25px;
}

.node .subForumList li .nodeTitle a
{
    display: inline-block;
    position: relative;
    padding-left: 9px;
}

.node .subForumList li .nodeTitle a:before
{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: @textCtrlBackground;
    position: absolute;
    top: 5px;
    left: 0;
}

/** END NODE LIST **/

/** BEGIN SIDE BAR **/

.profilePage .mast .secondaryContent,
.sidebar .secondaryContent
{
    background: none;
    padding: 0;
}

.sidebar .visitorPanel .secondaryContent .BRSV_sidebarInner
{
    width: 100%;
    box-sizing: border-box;
    display: inline-block; 
}

.BRSV_sidebarInner
{
    background-color: @contentBackground;
    padding: 10px;
    border-bottom-left-radius: 2px;
    border-bottom-right    -radius: 2px;
}

.sidebar .pairsJustified dt
{
    color:inherit;
}

.sidebar .avatarList li:first-child,
.sidebar .sharePage .shareControl:first-child
{
    margin-top: 0;
}

.sidebar .avatarList li:last-child
{
    margin-bottom: 0;
}

/** END SIDE BAR **/

/** BEGIN DISCUSSION LIST **/

.discussionListItem .posterDate.muted a
{
    color: @contentText;
}

.discussionListItem .posterDate .DateTime
{
    margin-left: 20px;
}

.discussionListItem .posterDate .itemPageNav a
{
    color: @discussionListItemPageNavLink.color;
}

.discussionList .stats.pairsJustified dt
{
    color: @contentText;
}

.discussionList .sectionFooter a
{
    color: inherit;
}

/** END DISCUSSION LIST **/

/** BEGIN MASSAGE AND CONVERSATION **/

.extraUserInfo .pairsJustified dt
{
    color: inherit;
}

.attachment .attachmentInfo.pairsJustified dt
{
    color: @contentText;
}

.profilePage .searchResult
{
    background: none;
}

/** END MASSAGE AND CONVERSATION **/

/** BEGIN MEMBERS **/

.textWithCount.subHeading .count:hover
{
    color:@contentText;
    text-decoration: none;
}

#ProfilePanes
{
    padding-bottom: 1px;
}

.memberListItem:last-child,
.event:last-child
{
    border: none;
}

.memberListItem .userBlurb .muted
{
    color: @contentText;
}

/** END MEMBERS **/

/** BEGIN OVERLAY **/

.xenOverlay .redactor_box
{
    background-color: black;
}

.xenOverlay #jumpMenu .jumpMenuColumn .primaryContent,
.xenOverlay .memberListItem .userBlurb .userTitle,
.xenOverlay .memberListItem .userBlurb .muted,
.xenOverlay .primaryContent a,
.xenOverlay a,
.xenOverlay .secondaryContent a,
.xenOverlay .pairsInline dt,
.xenOverlay .trophy .info .description,
.xenOverlay .sectionFooter,
.xenOverlay .ctrlUnit > dd .explain
{
    color: @mutedTextColor;
}

.xenOverlay .formOverlay .textCtrl[type=file],
.xenOverlay .formOverlay .textCtrl[type=file]:focus
{
    background-color: transparent;
    color: rgb(20,20,20);
}

.chooserColumns li a:hover .title
{
    color: @textCtrlText;
}

.xenOverlay .section > .sectionFooter
{
    padding: 0;
}

.xenOverlay .section > .sectionFooter.opposedOptions,
.xenOverlay .historyText.section > .sectionFooter
{
    padding: 5px 10px;
}

.xenOverlay .sectionFooter .button
{
    vertical-align: middle;
    background-color: @primaryDark;
    color: black;
}

.xenOverlay .historyText .sectionFooter
{
    text-align: right;
}

.xenOverlay .historyText .sectionFooter .button
{
    margin-left: 5px;
    float: none;
}

.xenOverlay :not(.historyText) .sectionFooter > .button
{
    position: absolute;
    top: 0px;
    right: 5px;
    float: right;
    visibility: visible;
    height: 33px;
    line-height: 33px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    color: @primaryMedium;
    max-width: 27px;
    text-indent: 9999px;
    overflow: hidden;
    background: none;
    min-width: 35px;
    margin: 0;
}

.xenOverlay .sectionFooter .buttonContainer
{
    min-width: 75px;
    *min-width: 0;
    float: right;
    margin: 5px;
    line-height: 31px;
}

.xenOverlay .sectionFooter > .button:before
{
    content: url('@imagePath/extra/close.png');
    position: absolute;
    right: 0;
    font-size: 16px;
    top: 3px;
    text-indent: 0;
}

.xenOverlay.memberCard a.close
{
    background-image: url('@imagePath/xenforo/overlay/close.png');
}
.xenOverlay .formOverlay .button,
.xenOverlay .formOverlay .buttonContainer
{
    background-color: #ABABAB;
    color: white;
}
.xenOverlay .formOverlay .button:hover,
.xenOverlay .formOverlay .buttonContainer:hover
{
    background-color: #B0B0B0;
}

/** END OVERLAY **/

/** BEGIN MESSAGE AND CONVERSATION **/

.pageNavLinkGroup.BRSV_pageNavLinkGrounp_2
{
    border-top: 1px solid @primaryLighterStill;
    background-color: @contentBackground;
}

.messageUserBlock div.avatarHolder .avatar img
{
    width: 120px;
    height: 120px;
}

.messageMeta .item
{
    min-height: 16px;
    line-height: 16px
}

.item.control:before
{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 20px;
    box-sizing: border-box;
    background: url('@imagePath/extra/brivium-icons.png') no-repeat;
    margin-right: 1px;
}

.item.control.report:before
{
    background-position: 0 0;
}

.item.control.report:hover:before
{
    background-position: 0 -20px;
}

.item.control.edit:before
{
    background-position: 0 -40px;
}

.item.control.edit:hover:before
{
    background-position: 0 -60px;
}

.item.control.delete:before
{
    background-position: 0 -80px;
}

.item.control.delete:hover:before
{
    background-position: 0 -100px;
}

.item.control.deleteSpam:before
{
    background-position: 0 -120px;
}

.item.control.deleteSpam:hover:before
{
    background-position: 0 -140px;
}

.item.control.ip:before
{
    background-position: 0 -160px;
}

.item.control.ip:hover:before
{
    background-position: 0 -180px;
}

.item.control.warn:before
{
    background-position: 0 -200px;
}

.item.control.warn:hover:before
{
    background-position: 0 -220px;
}

.item.control.LikeLink:before
{
    background-position: 0 -320px;
}

.item.control.LikeLink:hover:before
{
    background-position: 0 -340px;
}

.item.control.reply:before,
.item.control.postComment:before
{
    background-position: 0 -360px;
}

.item.control.reply:hover:before,
.item.control.postComment:hover:before
{
    background-position: 0 -380px;
}

.item.control.history:before
{
    background-position: 0 -240px; 
}

.item.control.history:hover:before
{
    background-position: 0 -260px; 
}

.item.control.MultiQuoteControl:before
{
    background-position: 0 -280px; 
}

.item.control.MultiQuoteControl:hover:before
{
    background-position: 0 -300px; 
}

.privateControls .item.control
{
    color: @contentText;
}

.publicControls .item.control
{
    color: @contentText;
}

.publicControls .item.hashPermalink
{
    color: @contentText;
    float: right;
}

.xenOverlay .messageSimple .poster a,
.xenOverlay .messageSimple .messageContent,
.xenOverlay .messageSimple .item.control,
.xenOverlay .messageSimple .item.muted
{
    color: @mutedTextColor;
}

.xenOverlay .messageSimple .item.control:before
{
    display: none;
}

.xenOverlay .messageSimple .messageInfo
{
    padding-right: 20px;
}

.xenOverlay .messageSimple .comment .commentContent,
.xenOverlay .messageSimple .comment .commentControls,
.xenOverlay .messageSimple .comment .commentControls .muted
{
    color: @mutedTextColor;
}

.bbCodeQuote .quoteContainer .quoteExpand:before
{
    content: "";
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, transparent 0%, @primaryLighterStill 80%);
    background: -moz-linear-gradient(top, transparent 0%, @primaryLighterStill 80%);
    background: -o-linear-gradient(top, transparent 0%, @primaryLighterStill 80%);
    background: linear-gradient(top, transparent 0%, @primaryLighterStill 80%);
}

#QuoteSelected a:before
{
    display: none;
}

/** END MESSAGE AND CONVERSATION **/

/** BEGIN MEMBERCARD **/

.xenOverlay.memberCard .pairsInline dt
{
    color: inherit;
}

.xenOverlay.memberCard a
{
    color: @textCtrlText;
}

/** END MEMBERCARD **/

<xen:if is="@enableResponsive">
@media(max-width: @maxResponsiveNarrowWidth)
{
    .Responsive .messageUserBlock a.username,
    .Responsive .messageUserBlock .userTitle
    {
        text-align: left;
    }

    .Responsive .messageUserBlock a.username
    {
        margin-bottom: 5px;
    }

    .Responsive .messageUserBlock .userTitle
    {
        margin-bottom: 0;
    }

    .Responsive .messageList .message
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .Responsive .attachment .boxModelFixer
    {
        margin-right: 0;
    }

    .Responsive .quickReply
    {
        padding: 10px;
    }

    .Responsive .submitUnit .button
    {
        margin-top: 10px;
    }

    .Responsive #QuickReply .submitUnit
    {
        text-align: center;
        margin-top: 0;
    }
}
</xen:if>
 
Попробуйте папку videojs из дефолтного стиля так же скопировать в папку этого стиля, там шрифты, вдруг проканает.
 
к примеру, Настройки стиля: Цепочка навигации ("Хлебные крошки"): Контейнер: Фон: Цвет
Посмотреть вложение 39102
Смотри с боку, где цвет записан в RGBA, у буквы А 0.2? это прозрачность, от 0 до 1
Не получается изменить прозрачность может кто сделал на этом шаблоне Подскажите плиззз
 
Не получается изменить прозрачность может кто сделал на этом шаблоне Подскажите плиззз
Всё верно тебе подсказывают. У меня такой стиль установлен. И прозрачность я аналогичным способом регулировал с помощью изменения значения альфа канала.
 
Ребят, может кто знает что у этого стиля с мазилой не так? Скролится в правый бок бесконечно.
 
Может что-то не так с браузером? Посмотрите на демо.
 
У нескольких разных людей так, не только у меня. Вот скрин:
 

Вложения

  • wQENFGR.png
    wQENFGR.png
    331.3 KB · Просмотры: 20
blu3Dust, судя по внешнему виду браузера версия далеко не актуальная. На последней проверьте.
 
И так)
Убрал хлебные крошки)
Убрать хлебные крошки


Вот что получилось хз как убрать надо слить с фоном форума)?Как?
 

Вложения

  • ааааа.jpg
    ааааа.jpg
    117.2 KB · Просмотры: 24
Помогите добрые люди!
как сделать что бы было поуже? не так широко как на скрине!

знает кто нибудь нет?
 

Вложения

  • zeee.png
    zeee.png
    169.7 KB · Просмотры: 21
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу