CSS Topic Notes File
/***************************************************************/
/*     Topic Note Style Sheeet                                 */
/*     Author: Justin Higa                                     */
/*     Date: 02.25.02                                          */
/***************************************************************/


/******************************************/
/* CSS Styles for formatting HTML code    */
/******************************************/
.tag     {font-family: "Courier New", Courier, mono;}
.codeTag {font-family: "Courier New", Courier, mono;
          color: #0000CC;}

/******************************************/
/* CSS Styles for HTML code/output tables */
/******************************************/
.example    {border: 0;  
             background-color: #6699FF;}
.header     {font-family: Verdana, Arial, Helvetica, sans-serif;
             font-weight: bold;
             text-align: center;
             background-color: #6699FF;}
.footer     {font-family: Verdana, Arial, Helvetica, sans-serif;
             text-align: center;
             font-weight: bold;
             font-size: small;
             color: #000000;
             background-color: #6699FF;}
.code       {font-family: "Courier New", Courier, mono;
             font-weight: bold;
             background-color: #CCCCCC;}
.output     {background-color: #CCCCCC;}
.screenshot {background-color: #FFFFFF;}

/******************************************/
/* CSS Styles for HTML attribute tables */
/******************************************/
.attribute {border: 0;
            background-color: #6699FF}
.type      {font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-align: right;
            background-color: #6699FF;}
.value     {font-family: "Courier New", Courier, mono;
            font-weight: bold;
            background-color: #CCCCCC;}
.descr     {font-family: Verdana, Arial, Helvetica, sans-serif;
            background-color: #CCCCCC;} 

/**********************************/
/* CSS Styles for table diagrams */
/**********************************/
.table_title {font-family: Verdana, Arial, Helvetica, sans-serif
              background-color: #6699FF;
              text-align: center;
              font-size: small;
              font-weight: bold;}
.table_xaxis {font-family: Verdana, Arial, Helvetica, sans-serif
              background-color: #CCCCCC;
              text-align: center;
              font-weight: bold;}
.table_yaxis {font-family: "Courier New", Courier, mono;
              background-color: #CCCCCC;
              text-align: center;
              font-weight: bold;}

/***********************************************/
/* CSS Styles for content structure and layout */
/***********************************************/
.heading    {font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: large;
             font-weight: bold;}
.subheading {font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: medium;
             font-weight: bold;}
.page_title {font-family: Verdana, Arial, Helvetica, sans-serif;
             font-weight: bold;
             font-size: x-large;}
.page_bg    {background-color: #FFFFFF}

/************************************/
/* CSS Styles of existing HTML tags */
/************************************/
hr  {height: 3px; background-color: #999999;}
p   {font-family: Verdana, Arial, Helvetica, sans-serif;}
td  {font-family: Verdana, Arial, Helvetica, sans-serif;
     padding: 5px;}
pre {font-family: "Courier New", Courier, mono;
     font-weight: bold;
     background-color: #CCCCCC;}
ul  {font-family: Verdana, Arial, Helvetica, sans-serif;}

/*****************************/
/* Miscellaneous CSS Styles */
/*****************************/
a:visited {color: #009900;}
.caption  {font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: x-small;}

Download the file [topicNote.css]


ICS 415 | Topic Notes | Assignments | Feedback | Links

Last Updated: March 1, 2002