Changeset 22969 for documented-examples


Ignore:
Timestamp:
2010-09-27T13:36:06+13:00 (14 years ago)
Author:
kjdon
Message:

had to change the body background-color to body.bgimage to get it to go pink. Also uncommented the p tag colouring to make it even more garish

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/garish-e/style/style.css

    r19111 r22969  
    2222 /* use a serif font windows uses "times new roman", "times" on mac/linux */
    2323  font-family: times new roman, times, serif;
     24}
     25
    2426 /* you can set a background colour, but a lot of the images/buttons are
    2527    designed to blend into a white background. */
     28/* Note, this didn't seem to work when placed into above body definition */
     29body.bgimage {
    2630  background-color: pink;
    2731}
     
    2933
    3034/* 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
    3437p {
    3538 color: red;
    3639}
    37 */
     40
    3841
    3942/* headings */
Note: See TracChangeset for help on using the changeset viewer.