vB 3.x - Fluid & Fixed

vB 3.x - Fluid & Fixed 1.4.4

No permission to download
Now in an update — which I haven't done. Do you just reimport and replace? What about the changes already made to the existing version?
Rename the existing style to vB 3.x old or something then import the latest release. Now you can manually copy your changes to the newly imported style. With import/overwrite your changes would be lost.

Didn't work. Sorry.
Ok I would need to know the exact class name you want to change, as it's working here.
 
Notices.

I've tried everything that seems to refer to that in extra.css and under the Notices/Main Container (where it is done for the regular XF style), and it doesn't change the size at all.
Are you sure no styling is set in the notice content itself? I'm not sure what else to suggest as it's working fine here.

OK, a few things: The Post Reply, Upload a File, and More Options… buttons need to be done, for they display in the default XF style.

Ditto for such Admin tool buttons as Spam.

Still trying to adjust size for Notice text, but everything that seems to apply does nothing.
In vB those were basic buttons of the operating system. In XF they use their own buttons. I've changed the primary color to fit the vB color scheme, as I don't want to edit templates, and the XF ones look better IMO.
 
Last edited:
Code:
/* Notices */

.PanelScroller .scrollContainer, .PanelScrollerOff .panel {background-color:#e1e4f2 !important; padding:1px !important; border:1px solid #0b198c !important; border-radius:0 !important; font-size:11pt !important}
.PanelScroller .panel, .PanelScrollerOff .panel {background-color:#f5f5ff !important}
.PanelScroller .panel a:link, .PanelScrollerOff .panel a:link,.PanelScroller .panel a:visited, .PanelScrollerOff .panel a:visited {color:#22229c !important; text-decoration:underline !important}
.PanelScroller .panel a:hover, .PanelScrollerOff .panel a:hover {color:#f40 !important}

.PanelScroller .navControls a {color:#22229c !important; background-color:#f5f5ff !important; border:1px solid #0b198c !important; border-radius:2px !important}
.PanelScroller .navControls a.current span {border-top-color:#f5f5ff !important}
.PanelScroller .navControls a.current .arrow {border-top-color:#0b198c !important}
.PanelScroller .navControls a .arrow span {border-top-color:#f5f5ff !important}

/* -------------------------- */
 
Back
Top Bottom