home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / Documentation / HTML / TG546v-v7_sv / catalog.css < prev    next >
Cascading Style Sheet File  |  2007-10-05  |  1KB  |  117 lines

  1. a:active, a:link, a:visited {color: #807F83}
  2. a:hover {color: #731472}
  3.  
  4. body
  5. {
  6.     background-color: #FFFFFF;
  7.     font-size: 11px;
  8.     font-family: Verdana, Arial, Helvetica, sans-serif;
  9.     color: Black;
  10.     margin:0px 20px 0px 40px;
  11. }
  12.  
  13. p
  14. {
  15.     margin: 0.5em 0em 0.5em 0em;
  16. }
  17.  
  18. .copyright {
  19.     font-size:10px;
  20.     border-top:1px solid black;
  21.     color:#807F83;
  22.     padding:10px 0px 10px 0px;
  23.     margin:10px 0px 0px -20px;
  24. }
  25.  
  26. .copyright td {
  27.     padding:4px 0px 10px 0px;
  28. }
  29.  
  30. .copyright a {
  31.     color:#807F83;
  32. }
  33.  
  34. table.SymbolTable,table.SymbolTable td{
  35.     border-style:none;
  36.     padding:0px;
  37.     vertical-align:top
  38. }
  39.  
  40. .SymbolTable img {
  41.     padding:5px 5px 0px 0px;
  42. }
  43.  
  44. .formatA {
  45.     border: 1px solid #7962AA;
  46.     margin-top:0.5em;
  47. }
  48.  
  49. table {
  50.     border: 0px solid #7A1600;
  51. }
  52.  
  53. .formatA td, .formatA th {
  54.     border: 1px solid #7962AA;
  55.     padding-left:10px;
  56.     padding-right:10px;
  57. }
  58.  
  59. td, th {
  60.     padding:0px;
  61.     border-style:none;
  62. }
  63. th
  64. {
  65.     color: white;
  66.     font-size: 11px;
  67.     background-color:#731472;
  68. }
  69.  
  70. hr {
  71.     margin:30px 0px 10px 0px;
  72. }
  73.  
  74. em
  75. {
  76.     color: #731472;
  77.     font-weight: bold;
  78.     font-style: italic
  79. }
  80. .bullet {
  81.     color: #731472;
  82.     font-family:webdings;
  83.     font-size:9px;
  84.     font-weight: bold;
  85.     vertical-align:top;    
  86. }
  87. .stepno {
  88.     color: #731472;
  89.     font-weight: bold;
  90. }
  91.  
  92. sub.cSubscript
  93. {
  94.     vertical-align: sub
  95. }
  96. sup.cSuperscript
  97. {
  98.     font-size: 60%;
  99.     vertical-align: super
  100. }
  101.  
  102.  
  103. h1, h2, h3
  104. {
  105.     color: #731472;
  106.     font-size: 18px;
  107.     font-weight: bold;
  108.     margin: 0.5em 0em 0.5em -20px;
  109. }
  110.  
  111. h4
  112. {
  113.     color: black;
  114.     font-size: 11px;
  115.     font-weight: bold;
  116.     margin: 30px 0px 10px -20px;
  117. }