glorify
11-26-2007, 06:58 PM
I have an addon php file that I instead of calling it's own css file, I want to add the css to vb's stylesheet.
That way I can use the file with different styles and have it's own stylesheet built into the default vb style.
The code I'd assume is here I'd have to modify in the .php file:
var embedFPSSCSS = '<' + 'style type="text/css" media="screen">'
+ '@import "mod_fpslideshow/jj_raster/mod_fpslideshow.css";'
I'd assume I would change it to:
var embedFPSSCSS = '<' + 'style type="text/css" media="screen">'
+ '@import "vbstylesheet.css";'
But I have no clue where the actual vb css is.
That way I can use the file with different styles and have it's own stylesheet built into the default vb style.
The code I'd assume is here I'd have to modify in the .php file:
var embedFPSSCSS = '<' + 'style type="text/css" media="screen">'
+ '@import "mod_fpslideshow/jj_raster/mod_fpslideshow.css";'
I'd assume I would change it to:
var embedFPSSCSS = '<' + 'style type="text/css" media="screen">'
+ '@import "vbstylesheet.css";'
But I have no clue where the actual vb css is.