Blackend - PixelExit.com

Blackend - PixelExit.com 1.5.14

No permission to download
No changes, just brings the style up to date with XF 1.5.0
This update fixes the rich text editor popup menu colors and also a small revamp to some areas such as the sub navigation hover color/background as well as a new design for the Post New Thread and Reply buttons. Any custom changes to the @button style properties will need to be reverted to apply this update.

Enjoy :)
I have removed the user banner CSS I had in place in the blackend.css

Any styling relating to the user banners will need to be adjust per install.
Made sure the other styles available in the package was updated to 1.4.0.

No need for a reimport if you have already installed.
Changes 1.3.0

• Updated footer template
• Fixed horizontal scroll bar issue present in responsive
Changes 1.2.2
• Fixed Primary & Secondary Thread Prefix background-colors
• Fixed Hard to read text within the Reports
• Added "blackend_css.css" template so the EXTRA.css can be left empty for the end user

Be SURE to make a backup of any changes you had made in the EXTRA.css and any other places BEFORE updating.
  • Like
Reactions: SignTorch
Compatible with XenForo 1.2 Beta 1 (Responsive)
=========================================
Blackend Version - 1.2.0a B1
=========================================

Changes 1.2.0a B1

• Fixed editor gradient for responsive, now a CSS Gradient
• Fixed Message Controls in responsive view
• Breadcrumbs display in FireFox and IE
• Changed Content Page padding
• Added responsive CSS to EXTRA.css

Code:
        /* Responsive View */
        <xen:if is="@enableResponsive">
        @media (max-width:@maxResponsiveMediumWidth)
        {
            .message .messageMeta .control
            {
                padding: 0 !important;
                border: none !important;
                background: none !important;
                box-shadow: none !important;
            }
        }

        @media (max-width:@maxResponsiveNarrowWidth)
        {
        }
        </xen:if>
Updated for XF 1.2 Beta 1
  • Restyled Editor
  • User Banners
  • Responsive
Simple update for XenForo 1.1.4

  • Footer template updated
New Hook added in XenForo 1.1.4
Code:
            <xen:hook name="footer_after_copyright" />

You can manually update if you wish.
  1. Revert footer template
  2. Follow directions below
Find:
Code:
<div id="copyright">{xen:phrase xenforo_copyright}</div>

Replace with:
Code:
            <div id="copyright">{xen:phrase xenforo_copyright} | Style By: <a href="http://pixelexit.com">pixelExit.com</a></div>
            <xen:hook name="footer_after_copyright" />
Top Bottom