• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

DXF Skin - Xenique's first release.

Hi Kim

I am planning on purchasing the copyright removal license, but I just wanted to see if I could modify a few aspects of the theme to my liking first. I'm slowly understanding where everything is now, so I'll purchase the skin shortly and if I have anymore questions I'll post them on the Xenique forum.


Great thanks for that :)

Kim
 
Nice

Excellent !
The fonts on your homepage seem to bug my eyes. I think I need sleep ! I suppose the gray looks nice, but my eyes want the contrast of black on white !View attachment 9966
I think you dropped a few pixels in that screenshot lol. The live site is no where near as bad as the screenshot.

I gotta say I find the font very nice, coming from someone with poor vision thats gotta count for something lol
 
Nice

Excellent !
The fonts on your homepage seem to bug my eyes. I think I need sleep ! I suppose the gray looks nice, but my eyes want the contrast of black on white !View attachment 9966


Hmm looks like you have no font smoothing going on there.. even your "normal" font is single pixel no smoothing... what OS and browser do you use?
 
Hey Dragonfly--

I know you have a Xenique style specifically for Wordpress, but if you use this mod by bambua that inherits your XF style for Wordpress, you can try this instead.

All you need to do if you have that mod installed is to go into your Wordpress Style.css editor and

Find:
Code:
/*
Theme Name: WPXenCSS
Theme URI: http://www.snlponline.net/
Description: Xenforo Theme for Wordpress based off of twentyten theme
Author: Richard Berrill, SNLP
Version: 0.1
*/

div.news_item p {
    padding-bottom: 10px;
    padding-top: 10px;

}

Add Under
Code:
/* =XeniqueStyle
-------------------------------------------------------------- */

.forumNodeInfo {
    margin-right: 10px;
    margin-left: 10px;

}

/* =XeniqueImages
-------------------------------------------------------------- */

.pageContent img {
    margin: 0;
    height: auto;
    width: auto;
}
.pageContent .attachment img {
    max-width: 900px;
}
.pageContent .alignleft,
.pageContent img.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.pageContent .alignright,
.pageContent img.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
    margin-top: 4px;
}
.pageContent .aligncenter,
.pageContent img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pageContent img.alignleft,
.pageContent img.alignright,
.pageContent img.aligncenter {
    margin-bottom: 12px;
}
.pageContent .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
}
.pageContent .wp-caption img {
    margin: 5px 5px 0;
}
.pageContent .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.pageContent .wp-smiley {
    margin: 0;
}
.pageContent .gallery {
    margin: 0 auto 18px;
}
.pageContent .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.pageContent .gallery img {
    border: 2px solid #cfcfcf;
}
.pageContent .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.pageContent .gallery dl {
    margin: 0;
}
.pageContent .gallery img {
    border: 10px solid #f1f1f1;
}
.pageContent .gallery br+br {
    display: none;
}
.pageContent .attachment img { /* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}

Screen shot 2011-02-22 at 12.30.10 PM.webp Screen shot 2011-02-22 at 12.30.24 PM.webp
 
That's interesting, thanks for pointing that out Glorify, I will check it out, haven't looked at that mod yet.
 
Great looking style= thanks for the share ;)

Jacquii.

You're welcome :)

Just an FYI, the DXF skins are fully compatible with the latest versions, all but a few changes are made in the EXTRA.css sheet, so require little or no upgrading per version of XF at this stage (1.1 might require some tweaking)
 
Top Bottom