home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / SecretMaker / secretmakersetup.exe / help / assets / s.css next >
Cascading Style Sheet File  |  2004-06-11  |  2KB  |  124 lines

  1. select, input {
  2.     border-color: #000000;
  3.     border-width=1;
  4. }
  5.  
  6. A {
  7.     text-decoration : none;
  8.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  9. }
  10.  
  11. A:hover {
  12.     text-decoration : underline;
  13. }
  14.  
  15. A.navnormal {
  16.     font-size : 8pt;
  17. }
  18.  
  19. A.navselected  {
  20.     font-size : 8pt;
  21.     font-weight : bold;
  22.     color: #5B5B5B;
  23. }
  24.  
  25. A.link  {
  26.     font-size : 10pt;
  27.     font-weight : bold;
  28.     color: #0033cc;
  29. }
  30.  
  31. A.teaser  {
  32.     font-size : 8pt;
  33.     font-weight : bold;
  34.     color: #5B5B5B;
  35. }
  36.  
  37. P  {
  38.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  39.     font-size: 9pt;
  40.     color: #000000;
  41.     font-weight : normal;
  42.     line-height : 14pt;
  43. }
  44.  
  45. P.picture  {
  46.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  47.     font-size: 8pt;
  48.     color: #000000;
  49.     margin-top : 3pt;
  50.     margin-bottom : 3pt;
  51.     line-height : 12pt;
  52. }
  53.  
  54. P.teaser  {
  55.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  56.     font-size: 9pt;
  57.     color: #000000;
  58.     margin-bottom : 8pt;
  59.     line-height : 14pt;
  60. }
  61.  
  62. H1  {
  63.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  64.     font-size: 30pt;
  65.     color: #5B5B5B;
  66.     font-weight : normal;
  67. }
  68.  
  69. H2  {
  70.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  71.     font-size: 15pt;
  72.     color: #000000;
  73.     font-weight : normal;
  74. }
  75.  
  76. H3  {
  77.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  78.     font-size: 10pt;
  79.     color: #000000;
  80.     font-weight : bold;
  81. }
  82.  
  83. TD.standardcell  {
  84.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  85.     font-size: 8pt;
  86.     color: #000000;
  87. }
  88. TD.headercell  {
  89.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  90.     font-size: 9pt;
  91.     color: #5B5B5B;
  92.     font-weight: bold;
  93. }
  94.  
  95. .normal  {
  96.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  97.     font-size: 9pt;
  98.     color: #000000;
  99. }
  100.  
  101. .small  {
  102.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  103.     font-size: 8pt;
  104.     color: #000000;
  105. }
  106.  
  107. .highlight {
  108.     font-weight : bold;
  109.     color: #5B5B5B;
  110. }
  111.  
  112. .formheader  {
  113.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  114.     font-size: 10pt;
  115.     color: #5B5B5B;
  116.     font-weight : bold;
  117. }
  118.  
  119. INPUT.search {
  120.     font-size:8pt;
  121.     font-family : Tahoma, Arial, Helvetica, sans-serif;
  122.     BORDER: #C5C2BE 1 solid;
  123.     width: 135px;
  124. }