Sorry, I did not test this, I would have to look into it to support it. Currently no support though. Anyone is free to post the necessary changes in this thread.There is a problem in the Skin when using text from right to left
http://www6.0zz0.com/2013/08/02/14/844052937.jpg
Note that there is a vacuum between the section title and Avatar
I did not test support for responsive design, will have to see how that works.This is great, thank you so much!
It's not, that I would like to copy my vB 1:1 to XenForo. But the basic style of XenForo is somehow too soft and tiny and my users are used to vB since 13 years. Additionally vB3 is almost modern again with its somehow flat design, so I intended to try soon by myself, what you did already: start a flat design, with less round corners and somehow similar to vB3 as a basis, and that only in EXTRA.css to avoid conflicts. I did not install yet, just saw the screenshots: Will your CSS somehow effect the responsive design or other XenForo functionallity, related to CSS?
What I would try is to modify the postbit legacy template to fit the online status add-on, accept the user group ribbons and add some info, as number of messages, received likes, location and maybe few custom fields.
You made my day, thank you a lot!
Thanks. It wasn't always easy, but XF allows for much flexibility.I'm impressed you did this through CSS alone.
Well as you know you need to use !important in extra.css to make it work there. It has advantages and disadvantages. It's easy to maintain after upgrades, since there are no template changes. It's somewhat slower but not really noticeable.Rumor has it that it breaks the responsive design (I haven't checked).
The real problem I have with it is that this is a "SS file", not a CSS. The concept of the 'cascade' is completely lost in this. The over-use of !important is ridiculous. The attempt to keep it in 1 file is both the goal and it's hindrance.
I think the concept is neat, and as a proof of concept, it's successful. But I would caution anyone from actually using this on a production site.
I simply used the Safari User CSS add-on to view the style on XF community. Copy / paste extra.css, anyone can do it in seconds.Did you do this through xenforo.com/community in inspect element for the screenshots?
* Added support for Responsive Design.
* Fixed some bugs.
dutchbb updated vB 3.x - Fluid with a new update entry:
1.0 beta 2 - Responsive Design working & bugs fixed
Read the rest of this update entry...
Open template EXTRA.cssThank you very much
Previous problem has been solved
I have a small question
How do I change the font size of posts in the threads?
Because the font size shows a very, very small
.messageText {font-family:verdana, sans-serif !important; font-size:10pt !important}
Bug related to sub-forums layout fixed.
Added some styling including for warning notices.
Message / postbit buttons now added.
To keep the hyperlinks (remove the message / postbit buttons) you can remove the following part from EXTRA.css:
Code:/* -------------------------- */ /* vB 3.x thread buttons */ .messageMeta a.report, .messageMeta a.like, .messageMeta a.unlike, .messageMeta a.reply, .messageMeta a.edit, .messageMeta a.history, .messageMeta a.delete, .messageMeta a.ip, .messageMeta a.viewWarning, .messageMeta a.warn {background:#4b6ca6...
http://forum.offtopic.nl you can't register as the site is not open yet. This means you won't see the message buttons etc.Anyone running this on their site? Would be interesting to see a live demo.
Not sure what you're trying to do as the header is under Style Properties: Header and Navigation/Header however this also needs to be set in EXTRA.css , search for #headerNeat. Running into a problem. When I try to style the Header with the same background as the rest of the forum (also entered under General/HTML), RGB 168, 213, 255, it shows OK until you login, and then the header displays the default background. What property did I miss?
Thanks, this bug will be fixed in the next version.I love the idea. However, when I select a post for moderator actions it doesn't turn yellow.
This update includes a bug fix for message & discussion inline moderation selection (messages and discussions now turn yellow when selected). Also added more styling including for the preview tooltip.
Next release will probably be stable unless some major bug is found.
If you look for /* Notices */ in EXTRA.css you should be able to change it from 12pt to 11pt. Almost everything is set in that one template, and categorized.One more thing. Although the Style and .css properties show a size of 11-point in the Notices at www.technightowl.com/forum, when I use a variation of your theme (with minor mods for background color and such), it doesn't seem to "take." Is there some other place that this is being set in your style?
We use essential cookies to make this site work, and optional cookies to enhance your experience.