source: documentation/trunk/tutorial_sample_files/custom/red_tweak.txt

Last change on this file was 27794, checked in by jlwhisler, 11 years ago

Added a line of CSS so the entire navigation bar turns red

File size: 578 bytes
Line 
1_collectionspecificstyle_ {
2<style type="text/css">
3/*clear the use of a background image */
4body.bgimage \{ background-image: none; \}
5/* set the background color to pink */
6body.bgimage \{ background: pink; \}
7/* clear the background image for the navigation bar, and set its color to red */
8div.navbar \{ background-image: none; background-color: red; \}
9a.navlink \{ background-image: none; background-color: red; \}
10/* clear the background image for the divider bars, and set their color to red */
11div.divbar \{ background-image: none; background-color: red; \}
12</style>
13}
Note: See TracBrowser for help on using the repository browser.