home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Graphisme / ViewNResize / ViewNRezie / VNRInstall.exe / doc / style.css < prev   
Cascading Style Sheet File  |  2005-01-28  |  2KB  |  114 lines

  1. .title {
  2.     font-size: 18px; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-style: normal; font-variant: normal
  3. }
  4.  
  5. .subtitle {
  6.     font-size: 12px; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-style: normal; font-variant: normal
  7. }
  8.  
  9. A.amenu {
  10.     font-size: 10px;
  11.     font-weight: bold;
  12.     font-family: Verdana, Arial, sans-serif;
  13.     font-style: normal;
  14.     font-variant: normal;
  15.     color: #000000;
  16.     text-decoration: none;
  17.     background-color: none;
  18. }
  19.  
  20. A.amenu:HOVER {
  21.     font-size: 10px;
  22.     font-weight: bold;
  23.     font-family: Verdana, Arial, sans-serif;
  24.     font-style: normal;
  25.     font-variant: normal;
  26.     color: #000000;
  27.     text-decoration: none;
  28.     background-color: #FFEDA4;
  29. }
  30.  
  31. A {
  32.     font-size: 12px;
  33.     color: black;
  34.     font-family: Verdana, Arial, sans-serif;
  35.     font-weight: bold;
  36.     text-decoration: underline;
  37. }
  38.  
  39. A:HOVER {
  40.     font-size: 12px;
  41.     color: black;
  42.     font-family: Verdana, Arial, sans-serif;
  43.     font-weight: bold;
  44.     text-decoration: none;
  45. }
  46.  
  47. A.titlea {
  48.     font-size: 10px;
  49.     color: #F1BCBD;
  50.     font-family: Verdana, Arial, sans-serif;
  51.     font-weight: bold;
  52.     text-decoration: none;
  53. }
  54.  
  55. A.titlea:HOVER {
  56.     font-size: 10px;
  57.     color: #F1BCBD;
  58.     font-family: Verdana, Arial, sans-serif;
  59.     font-weight: bold;
  60.     text-decoration: underline;
  61. }
  62.  
  63. .menu {
  64.     font-size: 10px;
  65.     color: #000000;
  66.     background-color: #E1DBC4;
  67. }
  68.  
  69. BODY {
  70.     background: white; font-size: 12px; margin: 0px; color: black; font-family: Verdana, Arial, sans-serif
  71. }
  72.  
  73. TABLE {
  74.     background: white; font-size: 12px; margin: 0px; color: black; font-family: Verdana, Arial, sans-serif
  75. }
  76.  
  77. TABLE.aTitleTable {
  78.     background: black; font-size: 12px; margin: 0px; color: black; font-family: Verdana, Arial, sans-serif
  79. }
  80.  
  81. .rowtitle {
  82.     font-size: 12px;
  83.     font-variant: small-caps;
  84.     color: #400f10;
  85.     font-weight: bold;
  86. }
  87.  
  88. .rowtitlebig {
  89.     font-size: 14px;
  90.     font-variant: small-caps;
  91.     color: #400f10;
  92.     font-weight: bold;
  93. }
  94.  
  95. .dateitalic {
  96.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic
  97. }
  98.  
  99. .boititle {
  100.     font-family: Verdana, Arial, Helvetica, sans-serif;
  101.     font-size: 12px;
  102.     font-weight: bold;
  103.     color: #73926d;
  104. }
  105.  
  106. .descnorm {
  107.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal
  108. }
  109.  
  110. .mycopy {
  111.     font-size: 10px;
  112.     color: White;
  113.     font-weight: bold;
  114. }