Thread: Reports' colors
View Single Post
Old 12-22-2003, 08:25 PM   #4
redmarkYankees
All Star Starter
 
redmarkYankees's Avatar
 
Join Date: Nov 2003
Posts: 1,283
Take a look at http://www.hitforthecycle.com/hftc-ootp/gazette.html for a design I did for the HFTC league. I quite like it anyway.

It uses the same dark blue from the OOTP defaults for certain text and heading table rows, as some people in the league prefer to use the default OOTP webpages and this allows the same styles.css to be used in one directory, with one set of reports, with the colour scheme fitting both designs.


As a simplistic guide:

Say you want a white background for the basic design, with two alternate colours for highlighted rows etc. Using the Standings page on HFTC as an example.

Set the "background-color" attribute to #FFFFFF (white) for all elements.

For the main heading, ("Major League Baseball Main page"), change the attributes for the td.title element.

(HFTC Gazette - white background #FFFFFF, or 'white', dark blue text (color attribute) #464B69).


For the subheadings ("American League Standings", "East Division"), change the attributes for the td.s5 element.

(HFTC Gazette - dark blue background #464B69, white text #FFFFFF, or 'white').


For the top row of any table ("Team W D L ....") and alternate rows thereafter, change the attributes for each of the following elements: tr.g, td.s1, td.s2, td.s3, td.s6, td.s7.

(HFTC Gazette - light blue background #CCDDEE, black text #000000 or 'black').


For the 2nd row of any table ("New York Yankees...") and alternate rows thereafter, change the attributes for each of the following elements: tr.g2, td.s1_2, td.s2_2, td.s3_2, td.s6_2, td.s7_2.

td.s4 I also have set to white, but can't remember exactly where it's used.

(HFTC Gazette - white background #FFFFFF or 'white', black text #000000 or 'black').


There are other issues with borders, alignment, etc, and it's difficult to change table cell sizes and get it to fit different screen resolutions in any browser, but that's a different issue.

Hope this is helpful.
redmarkYankees is offline