Changeset 22969 for documented-examples/trunk
- Timestamp:
- 2010-09-27T13:36:06+13:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documented-examples/trunk/garish-e/style/style.css
r19111 r22969 22 22 /* use a serif font windows uses "times new roman", "times" on mac/linux */ 23 23 font-family: times new roman, times, serif; 24 } 25 24 26 /* you can set a background colour, but a lot of the images/buttons are 25 27 designed to blend into a white background. */ 28 /* Note, this didn't seem to work when placed into above body definition */ 29 body.bgimage { 26 30 background-color: pink; 27 31 } … … 29 33 30 34 /* paragraph text - this will override the settings above for text inside 31 <p>....</p> tags. Uncomment if you want to test it, although red text with 32 a pink background is pretty ugly :) */ 33 /* 35 <p>....</p> tags. */ 36 34 37 p { 35 38 color: red; 36 39 } 37 */ 40 38 41 39 42 /* headings */
Note:
See TracChangeset
for help on using the changeset viewer.