[XenCrea] Space [Paid] [Deleted]

  • Thread starter Thread starter Deleted member 10469
  • Start date Start date
D

Deleted member 10469

Guest
Zephyr submitted a new resource:

Space - A beautiful skin on the space theme.

Space is a XenForo style built on the thematic of the space.

Jz7BLCp.jpg


The .PSD (for custom logo with photoshop) is provided.

Demo for Xenforo Space Style
...

Read more about this resource...
 
Last edited by a moderator:
This style doesn't look fully compatible with the 1.2 responsive design

Hello, I forgot this and it seems to be a small bug, I leave a patch very soon.
It is strange that it does not work correctly, because the style uses styles properties.
 
For quick fix, add in your extra.css template :

HTML:
/* 1.2.0 - XenCrea responsive patch */

.pageWidth
{
    @property "pageWidth";
    margin: 0 5%;
    min-width: 0px;
    @property "/pageWidth";
}

html
{
    @property "html";
    background: @pageBackground url('@imagePath/xenforo/XenCrea/background.jpg') no-repeat;
    /* Z */
        background-position: center bottom;
        background-attachment: fixed;
    /* /Z */
    @property "/html";
}

I publish the .xml with a few additional corrections as soon as I have some free time.
 
For quick fix, add in your extra.css template :

HTML:
/* 1.2.0 - XenCrea responsive patch */

.pageWidth
{
    @property "pageWidth";
    margin: 0 5%;
    min-width: 0px;
    @property "/pageWidth";
}

html
{
    @property "html";
    background: @pageBackground url('@imagePath/xenforo/XenCrea/background.jpg') no-repeat;
    /* Z */
        background-position: center bottom;
        background-attachment: fixed;
    /* /Z */
    @property "/html";
}

I publish the .xml with a few additional corrections as soon as I have some free time.

if you take off the no-repeat so it looks like this

HTML:
background: @pageBackground url('@imagePath/xenforo/XenCrea/background.jpg') no-repeat;
it looks better on a mobile device
 
Love the theme, looks good on my site, but am having on problem with it. When viewed on my iPad the background renders about half way down the page. Any help with this?
 
Top Bottom