The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
If you are going to use an external file, might as well use the jquery library which can be used for even more addons with only one single file
|
#12
|
|||
|
|||
Quote:
Is it essentially the same process, uploading a file to riot and referencing it in the same way? |
#13
|
||||
|
||||
Quote:
Code:
behavior:url(border-radius.htc); border-radius: 5px; Code:
border-radius: {vb:stylevar border_radius}; You can also do these quick and simple css template edits and round the basic outside corners off the bat: AdminCP > Styles & Templates > Style Manager > Edit Templates > CSS Templates > 2 Templates to edit for this basic adjustment; vbulletin.css Find: Code:
.body_wrapper { padding: {vb:stylevar body_padding}; background: {vb:stylevar body_background}; -moz-border-radius: {vb:stylevar border_radius}; -webkit-border-radius: {vb:stylevar border_radius}; } Code:
behavior:url(border-radius.htc); border-radius: {vb:stylevar border_radius}; Code:
.body_wrapper { padding: {vb:stylevar body_padding}; background: {vb:stylevar body_background}; -moz-border-radius: {vb:stylevar border_radius}; -webkit-border-radius: {vb:stylevar border_radius}; behavior:url(border-radius.htc); border-radius: {vb:stylevar border_radius}; } Now edit template - vbulletin-chrome.css Find: Code:
.navbar { position:relative; height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px; background:{vb:stylevar navbar_background}; margin:{vb:stylevar navbar_margin}; color:{vb:stylevar navbar_color}; font:{vb:stylevar navbar_font}; border:{vb:stylevar navbar_border}; -moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius}; -moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius}; -webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius}; -webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius}; } Code:
.navbar { position:relative; height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px; background:{vb:stylevar navbar_background}; margin:{vb:stylevar navbar_margin}; color:{vb:stylevar navbar_color}; font:{vb:stylevar navbar_font}; border:{vb:stylevar navbar_border}; -moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius}; -moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius}; -webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius}; -webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius}; behavior:url(border-radius.htc); border-radius: {vb:stylevar border_radius}; } And that should do it for the basic outside corners now you must move forward and do the rest . |
#14
|
|||
|
|||
Thanks for all the help with this
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|