Two Styling/Customization Questions...

adwade

Well-known member
1)In vB3 I was able to create several child styles of the Default and then simply EDIT a block (i.e BODY-Standard CSS Attributes: Font Size) in each one to change the FONT size of all the text displayed on a page.

The Default was 10pt,
Screen%20Shot%202015-08-15%20at%2010.41.34%20PM.jpg


and then I created one-each for 13pt, 15pt and 20pt
Screen%20Shot%202015-08-15%20at%2010.40.46%20PM.jpg


Since we have several users who are visually handicapped, it has been an easy way for them to read/reply on the board. All they have to do is select a different style (or size really) from the lower left of a page.
Screen%20Shot%202015-08-15%20at%209.54.59%20PM.jpg

To accomplish roughly the same thing in XenForo, will it be as simple/easy as doing something like that?

2)
On our present vB3 board, we have a bit of javascript code that allows any user to instantly select a different overlay color.
Screen%20Shot%202015-08-15%20at%209.26.17%20PM.jpg
,
Screen%20Shot%202015-08-15%20at%209.27.00%20PM.jpg
, etc.
The MOD is called Easy Style Color switcher and has worked well for us.

Is there anything like that in the core code, or is there a MOD that could perform a similar function for us on XenForo?
 
To accomplish roughly the same thing in XenForo, will it be as simple/easy as doing something like that?

Of course.
You can add as many childs and style them as you like.

Is there anything like that in the core code, or is there a MOD that could perform a similar function for us on XenForo?

Not in core. And i can`t remember of any Mod for this.
But some styles has the ability.
 
You can do that with any style(s).

Install multiple styles or multiple color variations of same style, add HTML code with links to sidebar or wherever you want. Links to styles should look like this: misc/style?style_id=1 (1 if style id)
 
Top Bottom