Flexile

Flexile 1.1.5.1

No permission to download
Status
Not open for further replies.
Erik, these are the current flexile exceptions I am using on 8WR...

Code:
<xen:if is="@8wayRunSupport">
 
/* FLEXILE > PORTAL > GENERAL SETTINGS */
    .EWRporta_Portal .portaCopy { margin-top: 15px; }
    .EWRporta_Portal .section { margin-top: 15px; margin-bottom: 15px; }
    .EWRporta_Portal .section:first-child { margin-top: 0px; }
    .EWRporta_Portal .centerShift { margin-left: {xen:calc '@sidebar.width + 15'}px !important; }
    .forum_list .btmRightBlocks.centerShift .section:first-child { margin-top: 10px !important; }
 
 
/* FLEXILE > PORTAL > RECENT NEWS */
    #recentNews .recentNews .subHeading,
    #recentThreads .sectionHeaders,
    #recentThreadx5 .sectionHeaders
    {
        border: 0px;
        @property "sidebarBlockHeading";
        font-size: 14px;
        font-family: Georgia, "Times New Roman", serif;
        color: #777777;
        background: #F1F1EC url('@imagePath/xenforo/gradients/navigation-tab.png') repeat-x top;
        padding: 10px 15px;
        margin: 0 -15px 15px;
        border-bottom: 1px solid @lightMonochrome;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        /*border-bottom: 1px solid @primaryLighterStill;*/
        @property "/sidebarBlockHeading";
    }
    #recentNews .recentNews .subHeading a,
    #recentThreads .sectionHeaders a,
    #recentThreadx5 .sectionHeaders a
    {
        @property "sidebarBlockHeading.font";
        font-size: 14px;
        font-family: Georgia, "Times New Roman", serif;
        color: #777777;
        @property "/sidebarBlockHeading.font";
    }
    #recentNews .recentNews .subHeading
    {
        margin: -21px -20px 15px;
    }
    #recentNews .recentNews .sectionFooter
    {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        margin: 15px -20px -22px;
    }
    #recentNews .sectionMain { margin-bottom: 15px; }
 
/* FLEXILE > PORTAL > RECENT THREADS SETTINGS */
    #recentThreads .sectionHeaders
    {
        padding-right: 5px;
        margin: -11px -10px 0px;
    }
    #recentThreads .sectionHeaders a span,
    #recentThreadx5 .sectionHeaders a span
    {
        padding: 0px 10px;
    }
    #recentThreads .sectionHeaders .lastPost,
    #recentThreadx5 .sectionHeaders .lastPost
    {
        width: 155px;
    }
 
/* FLEXILE > PORTAL > RECENT THREADS X5 SETTINGS */
    #recentThreadx5 { margin-top: {xen:calc '@profilePageTabHeight + 16'}px; }
    #recentThreadx5 .sectionHeaders
    {
        padding-right: 5px;
        margin: 2px -10px 0px;
    }
    #recentThreadx5 .tabs.mainTabs { margin-top: -34px; }
 
/* FLEXILE > MEDIA > TAG CLOUD SETTINGS */
    .mediaCloud #keywordCloud { margin: -30px -15px -30px !important; }
    .mediaCloud #textCloud { margin: 40px 15px 30px !important; }
 
</xen:if>

I have actually changed XenPorta quite a bit since the last release of your skin, so now XenPorta looks nice, even without the flexile exceptions...

WITH:
on.webp

WITHOUT:
off.webp
 
Ok, I plan to use this style on my forum as a starter but am lost how to do file compare with Xenforo. I tried downloading the Flexile style and the Default style so I could use TextWrangler to do a file comparison but that didn't work. Can someone point me to what I should be reading for file compares to update this style to 1.1.4 or would someone care to share the changes they have already made?

Cheers
 
Here is a specific question - how do I stop the footer from growing when there is not enough content to fill the main section? I would like to have a fixed sized footer.

Cheers
 
The top left block. Do you see that the gray header is a bit bigger than the sidebar?
Yeah, I see that, I didn't have the resource manager when I originally did my updates, so I wasn't aware of what it looked like until I posted that image.

Does RoldanLT's adjustment fix it?
 
I'll add it to the template edit download I have in a previous post.

Did you find any differences between the Flexile style and Flexile Dark style, or are the changes for xf 1.1.14 the same?
 
The "cancel" button on 1.1.3 uses a "float: right;" on its div as part of the sectionHeader, but the 1.1.4 version uses a class called "floatRight", which I can't seem to find, but I'm not a CSS expert.
 
Status
Not open for further replies.
Top Bottom