|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Topbar ChoicesThere are three fundamental styles of topbars in BluPlusPlus: classic, panel, and pipe. Topbars are set in the style CSS files, and are user-configurable only by editting the appropriate CSS file (see below). By default, each BPP style is associated with the classic-style topbar specified in the table below.
Changing the TopbarTo change the topbar from the default value, the style CSS file must be edited. The style CSS files are located in the BluPlusPlus-->res-->styles folder. Follow the directions below:
General information about locating and editing CSS files is found here.
‘topbar’ selector from the style file arcs.css
/* Style for the Top bar */
.topbar { background-color: #6595D6; background-image: url(../topbars/blue/classic.gif); background-repeat: repeat-x; height: 25px; } |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||