Genesis - Open Source Style Framework

Genesis - Open Source Style Framework 1.0.0 Beta 1

No permission to download
My add-on should only cause this error if you haven't correctly uploaded all the files for XenForo 1.2.1, so please check that.
 
Hi, I noticed the avatars don't show up on Xenporta Recent Threads, do you know what the fix for this is : ) I am sure it used to work in the past. Thank you
 
See the post above yours. This add-on has never supported XenPorta. If you are interested in contributing towards having this feature added, please drop me a PM.
 
Excellent add-on @Waindigo normally I wouldn't have even considered this because I felt it cluttered the forum_list but one of the styles I'm currently building has alot of space and this really does bring in a focus point, for the better so in a way you swayed me in using this. Excellent work once again. :)

The problem is that it doesn't suit my other styles so hopefully this suggestion could be accommodated. Anychance we could enable/disable this per style? I'll probably look into it further see if display:none; some stuff in the other styles (only installed it 10 minutes ago to help a support issue someone had) but I liked it on the new style I'm building and thought, make the suggestion since it really looks good on that specific style. :)
 
Is there a way I can change the border style/color that surrounds the images?

Edit: Found it, waindigo_lastpostavatar.css
 
Last edited:
Hey buddy, just curious, but is this code necessary?

Code:
.nodeLastPost a.avatar img {
border: 1px solid #c4c4c4 !important;
border-radius: 3px !important;
padding: 2px;
float: left;
width: 23px;
height: 23px;
margin-right: 4px;
margin-left: -7px;
}

It's just that -7px throws off a lot on some of my skins, and so does the border primarily. Is it possible to use the style property for avatars?

I'm guessing you want that -7px to nudge things a bit, but to me it doesn't look bad with it not there.
 
Doesn't seem like the overrides should be there, especially for something like border color and radius.
 
Back
Top Bottom