Social - PixelExit.com

Social - PixelExit.com 1.5.14

No permission to download
Updated to XenForo 1.5.14
Removed unneeded CSS in the social.css that was overwriting the style property changes making changes done in them not apply.

Style Properties Changed

  • Login Bar -> Container (Text color and border)
  • Login Bar -> Login Handle (Text color, border and -1px on bottom position)
  • Footer (text colors)
Thanks to @Snog for bringing the issue to my attention :)
  • Like
Reactions: 51463
No changes, just brings the style up to date with XF 1.5.0
Changes 1.4.3
  • Improved Resource Manager styling
  • Improved Media Gallery styling
  • Changed footer copyright text
  • Deleted unused template - social_extra.css
  • Like
Reactions: nmo
Small update to bring this style current with XenForo 1.4.0

No need to update if you have it installed already :)
Changes 1.3.0

• Updated footer template
  • Like
Reactions: Bob
Compatible with XenForo 1.2+ (Responsive)
=========================================
Social Version - 1.2.0
=========================================
Changes 1.2.0
• Updated form.css template - Beta 2 revert did not apply(?)
• Changed green color palette colors to a better suited color
• Changed nodeLastPost, nodeDescription, and breadcrumb background properties to palette colors
• Changed Message / userBlock border to color palette
• Changed the styling of the buttons
• Removed nodeDescription background/border-bottom from page and link nodes
• Added "social.css" template so as to leave EXTRA.css template empty for end user customizations
Compatible with XenForo 1.2+ (Responsive)
=========================================
Social Version - 1.2.0 Beta 2
=========================================

Changes 1.2.0 Beta 2

• Updated form.css (reverted)
  • Like
Reactions: Russ
Compatible with XenForo 1.2+ (Responsive)
=========================================
Social 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
  • Fixed Breadcrumbs display in FireFox and IE
  • 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>
  • Like
Reactions: banlongus and Russ
Updated to XF 1.2 Beta 1
  • Updated Editor Style
  • Responsive
upload_2013-6-19_12-10-51.webp
Top Bottom