Flexile Dark

Unmaintained Flexile Dark 1.1.5.1

No permission to download
Hey all,

Flexile dark has been recoded from scratch, see here: http://xenforo.com/community/resources/flexile-dark.3095/

Thanks,
Mike
This is a maintenance release that fixes a couple problems with the previous release of Flexile Dark for XenForo 1.1.5.

Changelog:
  • Fixed Flexile exceptions for EWR addon's.
  • Reverted (removed) discussion_list.css (in Flexile and Flexile Dark) and member_list.css (in Flexile only) templates as they did not have any significant changes.
This is a very minor release — if you don't use XenPorta or any other 8WayRun add-ons on your site, this update is mostly unnecessary (it just removes a couple of templates that were unnecessary and adding a few KB to the style file).

In addition, if you don't want to go through the hassle of updating but just want the 8WayRun fixes, replace your entire flexile_exceptions.css template (for the stock Flexile style if you have both Flexile and Flexile Dark installed or the Flexile Dark style if you use the standalone) with the following:
Code:
html.Sidebar .breadBoxBottom {
    border: 1px solid {xen:property lightMonochrome};
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    margin: 0;
    padding: 0;
}

html.Sidebar .breadBoxBottom .breadcrumb {
    border-radius: 6px;
    border: none;
}

html.Sidebar #content .pageContent {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

div.secondaryContent + div.sectionFooter {
margin-top: -5px;
border-left: 1px solid #D6D6D6;
border-right: 1px solid #D6D6D6;
border-radius: 0 0 6px 6px;
}

.PanelScroller .navControls a {
box-shadow: 0 1px 0 #fff;
}

<xen:if is="{xen:property 8wayRunSupport}">

/* FLEXILE > PORTAL > GENERAL SETTINGS */
    .EWRporta_Portal .mainContainer { margin-bottom: 0px; }
    .EWRporta_Portal .centerShift { margin-left: {xen:calc '{xen:property sidebar.width} + 15'}px !important; }
    .EWRporta_Portal .section:first-child { margin: 0px auto 15px !important; }

/* FLEXILE > PORTAL > RECENT NEWS */
    #recentNews .recentNews.sectionMain
    {
        background-color: transparent;
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        -khtml-box-shadow: none;
        padding: 0px;
    }
    #recentNews .recentNews .sectionFooter
    {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        margin: 15px -15px -16px;
    }
    #recentNews .recentNews .subHeading,
    #recentThreads .sectionHeaders
    {
        border: 0px;
        {xen:property sidebarBlockHeading}
    }
    #recentNews .recentNews .subHeading a,
    #recentThreads .sectionHeaders a
    {
        {xen:property sidebarBlockHeading.font}
    }

    #recentNews .recentNews .subHeading h2 {
        font-size: inherit;
    }

/* FLEXILE > PORTAL > RECENT THREADS SETTINGS */
    #recentThreads .sectionHeaders
    {
        padding-right: 5px;
        margin: -10px -10px 0px;
    }
    #recentThreads .sectionHeaders a span { padding: 0px 10px; }
    #recentThreads .sectionHeaders .lastPost { width: 155px; }

/* FLEXILE > MEDIA > TAG CLOUD SETTINGS */
    .mediaCloud #keywordCloud { margin: -30px -15px -30px !important; }
    .mediaCloud #textCloud { margin: 40px 15px 30px !important; }

</xen:if>

As usual, if you notice any issues, please report them in the discussion thread.

Thank you!
  • Like
Reactions: xxmobkiller
Hi everyone! Flexile Dark has just been updated to support XenForo 1.1.5 and the official XenForo Resource Manager add-on.

Here are a list of changes in this release:
  • Updated for XenForo 1.1.5.
  • Added support for XenForo Resource Manager add-on.
  • Fixed some missing attributes in style XML file that would cause some templates to get "stuck" as outdated in the admin CP (namely the navigation template).
  • Fixed misaligned attachment editor upload thumbnail sprite (thanks to netrix)
  • Updated custom XenPorta CSS (thanks to Jaxel)
  • Fixed missing curly brackets in navigation template (thanks to Jaxel)
Update plans for XenForo 1.2 will be laid out in the discussion thread in the next few days. Please check that for updates!

Thanks!
Flexile Dark 1.1.3 has been released, with the following changes:
  • Updated for XenForo 1.1.3.
  • Tweaked text color of Share This Page header for better readability.
  • Tweaked text color of Thread Display Options tab for better readability.
Top Bottom