home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / multimedia / winsnap / WinSnap_2.1.2.exe / WinSnap.chm / styles / main.css
Cascading Style Sheet File  |  2008-04-21  |  2KB  |  157 lines

  1. body {
  2.     background-color: #ffffff;
  3.     font: 12px verdana,arial,helvetica,sans-serif;
  4.     color: black;
  5.     margin-left: 15px;
  6.     margin-right: 15px;
  7.     margin-top: 10px;
  8.     text-align: justify;
  9. }
  10.  
  11. h1 {
  12.     margin: 0px 10px 8px 10px;
  13.     padding: 5px 0px 5px 0px;
  14.     color: #303570;
  15.     font-size: 22px;
  16.     font-weight: normal;
  17.     line-height: 56px;
  18.     cursor: default;
  19.     text-align: left;    
  20.     border-bottom: 2px solid #cccccc;
  21. }
  22.  
  23. h2 {
  24.     margin: 0px 0px 0px 0px;
  25.     padding: 14px 10px 3px 10px;
  26.     font-size: 18px;
  27.     font-weight: normal;
  28.     color: #303570;
  29.     text-decoration: none;
  30. }
  31.  
  32. h3 {
  33.     margin: 0px 0px 0px 0px;
  34.     padding: 12px 10px 3px 10px;
  35.     font-size: 14px;
  36.     color: #04070d;
  37.     font-weight: bold;
  38.     text-decoration: none;
  39. }
  40.  
  41. h1 span {
  42.     color: #a5c4ff;
  43. }
  44.  
  45. h4 {
  46.     font-size: 12px;
  47.     margin: 10px 3px 10px 10px;
  48.     color: #424242;
  49.     text-align: center;
  50. }
  51.  
  52. h6 {
  53.     margin: 0px 8px 6px 8px;
  54.     padding: 5px 0px 5px 0px;
  55.     color: #303570;
  56.     font-weight: normal;
  57.     font-size: 22px;
  58.     line-height: 40px;
  59.     cursor: default;
  60.     text-align: left;    
  61.     border-bottom: 2px solid #cccccc;    
  62. }
  63.  
  64. p {
  65.     margin: 0px;
  66.     padding: 4px 10px 4px 15px;
  67.     line-height: 1.5em;
  68. }
  69.  
  70. strong 
  71. {
  72.     color: #233961;
  73.     font-weight: bold;
  74.     background: transparent;
  75. }
  76.  
  77. ul, ol {
  78.     padding: 0px 10px 4px 50px;
  79.     line-height: 1.5em;
  80.     margin: 0px;
  81. }
  82.  
  83. ol ul {
  84.     padding: 10px 10px 4px 20px;
  85.     line-height: 1.5em;
  86.     margin: 0px;
  87. }
  88.  
  89. .features {
  90.     padding: 10px 10px 4px 40px;
  91.     line-height: 1.5em;
  92.     margin: 0px;
  93. }
  94.  
  95. .features li
  96. {
  97.     margin-bottom: 8px;
  98. }
  99.  
  100. dl {
  101.     padding: 0px 10px 4px 10px;
  102.     line-height: 1.5em;
  103. }
  104.  
  105. dt {
  106.     font-weight: bold;        
  107.     margin-bottom: 4px;
  108. }
  109.  
  110. dd 
  111. {
  112.     font-weight: normal;
  113.     margin-left: 0;
  114.     margin-bottom: 12px;
  115. }
  116.  
  117. a {
  118.     color: #3259a9;
  119.     font-weight: normal;
  120.     text-decoration: none;
  121. }
  122.  
  123. a:hover {
  124.     color: #4e56bd;
  125.     text-decoration: underline;
  126. }
  127.  
  128. img
  129. {
  130.     border: none;
  131. }
  132.  
  133. table
  134. {
  135.     font: 12px verdana,arial,helvetica,sans-serif;
  136. }
  137.  
  138. .copyright {
  139.     font-size: 10px;
  140.     text-decoration: none;
  141.     color: #8c8c8c;
  142.     text-align: left;
  143.     padding: 8px 8px 0px 8px ;
  144.     margin: 20px 10px 0px 10px;
  145.     border-top: 2px solid #dcdcdc;
  146. }
  147.  
  148. .productlogo {
  149.     padding: 1px;
  150.     border: 0px;
  151.     margin: 4px 10px 2px 0px;
  152. }
  153.  
  154. .lefttable {
  155.     margin: 4px 10px 4px 15px;
  156. }
  157.