Last update Dec29/19W3C//Dtd html 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> Master Style Guide: Appendix D

Appendix D
Internet web site styles

This appendix is an explanation of the styles used on the CT Internet web site. Information is available in the following areas:

These are explained in the following sections.


Site organization

The Internet web site is organized into the following sections:

In addition, there are some miscellaneous pages that do not fit into these sections:

The vast majority of the site is for Marketing, though Recruiting is most concerned with the Careers section and Strategic Development is most concerned with the Partners section.


Page layout

Every page on the Collective Technologies Internet web site except the front page uses frames.

The html for the frames is:

<FRAMESET  ROWS="71,*" FRAMEborder="0" FRAMESPACING="0" \
  border="0">
    <FRAME NAME="top" SRC="/frame_parts/top.html" \
      MARGINwidth="0" MARGINheight="0" SCRolliNG="no" \
      FRAMEborder="0">
    <FRAMESET  ROWS="*,41">
        <FRAME NAME="main" SRC="URL_for_data_frame" \
          MARGINwidth="0" MARGINheight="0" SCRolliNG="auto" \
          FRAMEborder="0">
        <FRAME NAME="footer" SRC="/frame_parts/footer.html" \
          MARGINwidth="0" MARGINheight="0" SCRolliNG="no" \
          FRAMEborder="0">
    </FRAMESET>
</FRAMESET>

In English, the frame rules are:


Color palette

The color palette used is the standard yellow and blue, with some exceptions. The details are in Table 10.

Table 10
Internet web site color palette

Color html Used for
White #ffffff Body content background
Navigation text in header frame
Blue #00287a Header frame background
Gray #666666 Navigation text in footer frame
Yellow #eaaf00 Footer frame background
Section header in content frame
Separator between content and image in content frame


[Contents] Jump to table of contents
[Back] Back to Appendix C, "Outreach & PubGroup styles"
[Next] Onward to Appendix E, "Internet journal styles"
Copyright © 2001 Joshua S. Simon.