home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 December / enter-cd-12-2005.iso / Grafika / ForceVision 3.10.4 / ForceVision_Setup.exe / ForceVision_en.chm / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-10-16  |  2.8 KB  |  208 lines

  1. BODY {
  2.     BACKGROUND-REPEAT: no-repeat;
  3.     BACKGROUND-COLOR: #FFFFFF;
  4.     font-size: 70%;
  5.     fontsize: 11px; 
  6.     margin-top: 10px;
  7.     margin-bottom: 10px;
  8.     margin-left: 30px;
  9.     margin-right: 30px;    
  10. }
  11.  
  12. BODY, TD, TH, .tbot {
  13.     font-family: Arial, Helvetica, sans-serif;
  14.     color: black;
  15. }
  16.  
  17. TD {
  18.     font-size: 70%;
  19. }
  20.  
  21. P {
  22.     text-align: justify;
  23.     text-indent: 30px;
  24.     margin-top: 5px;
  25.     margin-bottom: 0px;
  26.     color: black;
  27. }
  28.  
  29. ul, ol {
  30.     margin-top: 5px;
  31.     margin-left: 60px;
  32. }
  33.  
  34. ul,li {
  35.     color: #000000;
  36. }
  37.  
  38. h1 {
  39.     font-size: 150%;
  40.     fontsize: 14px;
  41.     color: #990000;
  42.     font-weight: bold;
  43.     margin-top: 20px;
  44.     margin-bottom: 0px;
  45. }
  46.  
  47. h2 {
  48.     font-size: 120%;
  49.     fontsize: 12px;
  50.     color: #990000;
  51.     font-weight: bold;
  52.     margin-top: 15px;
  53.     margin-bottom: 0px;
  54. }
  55.  
  56. h3 {
  57.     font-size: 100%;
  58.     fontsize: 11px;
  59.     color: #000000;
  60.     margin-top: 10px;
  61.     margin-bottom: 0px;
  62. }
  63.  
  64. .tbot
  65. {
  66.     font-size: 70%;
  67.     fontsize: 11px; 
  68.     font-weight: bold;
  69. }
  70.  
  71. .see_also {
  72.     margin-top: 10px;
  73.     text-indent: 0;
  74.     font-weight: bold;
  75.     text-align: left;
  76. }
  77.  
  78. .header {
  79.     font-size: 100%;
  80.     fontsize: 15px;
  81.     color: #333333;
  82.     font-weight: bold;
  83. }
  84.  
  85. .mainnews {
  86.     padding-left: 15px;
  87.     font-family: Verdana;
  88.     font-size: 10px;
  89. }
  90.  
  91. A {
  92.     font-size: 100%;
  93.     color:#663333;
  94. }
  95.  
  96. A:hover {
  97.     color:#990000;
  98. }
  99.  
  100. A.download {
  101.     color:#990000;
  102.     font-weight: bold;
  103.     text-decoration: none;
  104.     font-size: 120%;
  105. }
  106.  
  107. A.download:hover {
  108.     font-size: 120%;
  109.     text-decoration: underline;
  110. }
  111.  
  112. .copyright {
  113.     color: #666666;
  114.     font-size: 9px;
  115.     fontsize: 10px;
  116. }
  117.  
  118. INPUT,SELECT,TEXTAREA {
  119.     background-color: white;
  120.     color: #555555;
  121.     font-size: 100%;
  122.     fontsize: 11px;
  123. }
  124.  
  125. #MainContent {
  126.     padding: 20px;
  127. }
  128. #TopLeftContent {
  129.     text-align: center;
  130.     border-bottom-width: thin;
  131.     border-bottom-style: solid;
  132.     border-bottom-color: #CCCCCC;
  133.     padding-right: 5px;
  134.     padding-bottom: 5px;
  135.     padding-left: 5px;
  136. }
  137. .ProgName {
  138.     color: #555555;
  139.     font-family: Verdana, Arial, Helvetica, sans-serif;
  140.     font-size: 80%;
  141.     font-weight: bold;
  142. }
  143. #ProgContent {
  144.     padding: 10px;
  145.     vertical-align: top;
  146.     text-align: left;
  147.  
  148. }
  149. #SubProgContent {
  150.     padding-left: 5px;
  151.     border-right-width: thin;
  152.     border-right-style: dotted;
  153. }
  154. #MainContent {
  155.     padding: 20px;
  156.  
  157. }
  158. #Location {
  159.     padding-left: 10px;
  160.     font-family: Verdana, Arial, Helvetica, sans-serif;
  161.     font-size: 100%;
  162. }
  163.  
  164. #TopMenu {
  165.     padding-left: 20px;
  166. }
  167.  
  168. #LeftBar_l1 {
  169.     padding-right: 5px;
  170.     color: #555555;
  171. }
  172.  
  173. #LeftBar_l2 {
  174.     padding-left: 5px;
  175.     padding-right: 5px;
  176.     color: #555555;
  177. }  
  178.  
  179. #Overview {
  180.     padding-right: 10px;
  181.     padding-bottom: 10px;
  182.     padding-left: 20px;
  183. }
  184.  
  185. .menu {
  186.     font-size: 120%;
  187.     color: #444444;
  188.     text-decoration: none;
  189.     font-weight: bold;
  190. }
  191.  
  192. .nav {
  193.     font-weight: normal;
  194.     color: #666666;
  195.     text-decoration: none;
  196. }
  197.  
  198. .news {
  199.     color: #555555;
  200. }
  201.  
  202. .white {
  203.     color: #FFFFFF;
  204. }
  205.  
  206.  
  207.  
  208.