Changeset 5402 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 9 Aug 2010, 09:06:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css
r5397 r5402 1 /* This is the bare minimum needed to create your own theme. 2 In this example, all we're doing is overriding the default 3 color scheme with our own. In the real world, you'd probably 4 want to do more complex operations. */ 1 /* This is the base stylesheet for WAeUP SIRP. It defines base styles 2 additionally or modifying yuiapp.css styles. For themes, please create 3 a stylesheet overriding values set here in a file named 4 'waeuptheme-<SOME-NAME>.css' and include it in sitelayout.pt 5 template. */ 5 6 6 7 #hd { background-color:#5D0265; }
Note: See TracChangeset for help on using the changeset viewer.