home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / install / inc / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-15  |  6.5 KB  |  213 lines

  1. /*
  2. *********************************************************************************
  3. **
  4. **  File Name: style.css
  5. **
  6. **  Summary: SupportSoft Common Stylesheet File
  7. **
  8. **  Description: This file contains global style classes and styles associated with
  9. **               specific HTML tags.
  10. **
  11. **  Copyright SupportSoft Inc. 2003, All rights reserved.
  12. **
  13. **********************************************************************************
  14. */
  15.  
  16. /***********************************************************************************
  17. HTML Tag Styles
  18. ***********************************************************************************/
  19.  
  20. /* Defines the default font and margins of each HTML file */
  21. BODY {
  22.     font-family: Arial, Helvetica, san-serif;
  23.     font-size: 16px;
  24.     font-weight: normal;
  25.     margin-bottom: 0px;
  26.     margin-left: 0px;
  27.     margin-right: 0px;
  28.     margin-top: 0px;
  29.   background-image: url(../images/sacrs_bkg_nonav_wide.gif);
  30.   overflow:hidden;  /* Show scrollbars if necessary */
  31. }
  32.  
  33. /* Defines the default font and margins of each <TD> tag within a <TABLE> */
  34. TD {
  35.   font-family: Arial, Helvetica, san-serif; 
  36.   font-size: 16px; 
  37.   font-weight: normal;
  38. }
  39.  
  40. /* Defines the default font and margins of each <P> (paragraph) tag */
  41. P {  
  42.   font-family: Arial, Helvetica, san-serif; 
  43.   font-size: 11pt; 
  44.   font-weight: normal;
  45. }
  46.  
  47. /* All links will be blue, even visited, unless specifically defined on page */
  48. A {
  49.   color: blue;
  50. }
  51.  
  52. /***********************************************************************************
  53. Classes
  54. ***********************************************************************************/
  55.  
  56. /***********************************************************************************
  57. Class:    header
  58. Use:      Used for header text on help window
  59. ***********************************************************************************/
  60. .header {  
  61.   font-family: Arial, Helvetica, san-serif; 
  62.   font-size: 18px; 
  63.   font-weight: bold;
  64. }
  65.  
  66. /***********************************************************************************
  67. Class:    header
  68. Use:      Used for the Text Header in each of the pages.
  69. ***********************************************************************************/
  70. .hedspace
  71. {
  72.   margin-left:28px;
  73.   margin-right:20px;
  74.   margin-top:15px;
  75. }
  76.  
  77. /***********************************************************************************
  78. Class:    pageheader
  79. Use:      Used for header text on install pages
  80. ***********************************************************************************/
  81. .pageheader {  
  82.   font-family: Arial, Helvetica, san-serif; 
  83.   font-size: 20px;
  84.   color: #00006e;
  85.   font-weight: bold;
  86. }
  87.  
  88. /***********************************************************************************
  89. Class:    cursor
  90. Use:      Creates hand cursor to indicate item is clickable
  91. ***********************************************************************************/
  92. .cursor {  
  93.   cursor: hand;
  94. }
  95.  
  96. /***********************************************************************************
  97. Class:    med_white
  98. Use:      White text used on top of blue background on welcome.htm splash screen
  99. Values:   White text
  100. ***********************************************************************************/
  101. .med_white {
  102.     font-family : Arial, Helvetica, sans-serif;
  103.     font-size : 18px;
  104.     font-weight : bold;
  105.     color : #ffffff;
  106. }
  107.  
  108. /***********************************************************************************
  109. Class:    subhead
  110. Use:      Used in function sdcDisplayWireFrame on display.js. Defines style for subheader
  111.           text of the wireframe box
  112. Values:   White text
  113. ***********************************************************************************/
  114. .subhead {
  115.   font-family: arial;
  116.   font-size: 12 pt;
  117.   color: #ffffff; /* White */
  118.   font-weight: bold;
  119.   line-height: 20px;
  120. }
  121.  
  122. /***********************************************************************************
  123. Class:    steps
  124. Use:      Displays current step at bottom of page. Used on display.js
  125. Values:   Gray text
  126. ***********************************************************************************/
  127. .steps {
  128.   font-family: Arial, Helvetica, san-serif;
  129.   font-size: 12pt;
  130.   font-weight: normal;
  131.   color: #cccccc; /* Gray */
  132. }
  133.  
  134. /***********************************************************************************
  135. Class:    list
  136. Use:      Begin.htm for overview of steps
  137. Values:   12-point text, 12pter than default, with appropriate spacing
  138. ***********************************************************************************/
  139. .list {
  140.   font-family: Arial, Helvetica, san-serif;
  141.   font-size: 12pt;
  142.   font-weight: normal;
  143.   margin-bottom: 4px;
  144.   margin-top: -1px;
  145.   margin-right: 4px;
  146.   line-height: 10px;
  147. }
  148.  
  149. /***********************************************************************************
  150. Class: 12pttext
  151. Use:   For 12pter text than the default <BODY> text. Used on test.htm
  152. ***********************************************************************************/
  153. .12pttext {
  154.   font-size: 9pt;
  155.   line-height: 20px;
  156. }
  157.  
  158. /***********************************************************************************
  159. Class: glossary
  160. Use:   For terms that have a definition in common.js. Rolling over term pops up a definition
  161. Values: Color is green (006633)
  162. ***********************************************************************************/
  163. .glossary {
  164.     color:#006633; /* Green */
  165.   text-decoration: underline;
  166. }
  167.  
  168. .glossary A {
  169.     color:#006633; /* Green */
  170.   text-decoration: underline;
  171. }
  172.  
  173. .glossary A:visited{
  174.     color:#006633; /* Green */
  175.   text-decoration: underline;
  176. }
  177.  
  178. /***********************************************************************************
  179. Class: error
  180. Use:   For error messages when a test fails
  181. Values: Background color is beige, text color is red, border is black
  182. ***********************************************************************************/
  183. .error {
  184.   color:#990000;
  185.   background-color:#ffffcc;
  186.   border-style:solid;
  187.   border-width:1px;
  188.   border-color:#cccccc;
  189.   padding:4px;
  190.   width:600px;
  191. }
  192.  
  193. /***********************************************************************************
  194. Class: progress
  195. Use:   For steps progress in footer
  196. ***********************************************************************************/
  197. .progress {
  198.   height:27px;
  199.   line-height:27px; 
  200.   vertical-align:middle; 
  201.   margin-left:5px; 
  202.   margin-right:5px;
  203.   font-size: 12pt;
  204.   color: ffd06e;
  205. }
  206.  
  207. .sans12ptblack{
  208.   font: 11pt #000000 Arial, Helvetica, san-serif;
  209.    }
  210. b{
  211.    font: 11pt;
  212.    font-weight: bold;
  213.    }