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

Last change on this file since 27794 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
RevLine 
[18577]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 */
[23498]6body.bgimage \{ background: pink; \}
[18577]7/* clear the background image for the navigation bar, and set its color to red */
8div.navbar \{ background-image: none; background-color: red; \}
[27794]9a.navlink \{ background-image: none; background-color: red; \}
[18577]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.