home *** CD-ROM | disk | FTP | other *** search
/ Hentai Extra Gold 11 / HENTAI_EG_11.ISO / Extra / 7z442.exe / 7-zip.chm / style.css < prev   
Cascading Style Sheet File  |  2006-05-14  |  3KB  |  233 lines

  1. body
  2.   {
  3.   padding: 0px 0px 0px 26px;
  4.   background: #ffffff; 
  5.   color: #000000;
  6.   font-family: Verdana, Arial, Helvetica, sans-serif;
  7.   font-size: 80%;
  8.   }
  9.  
  10. div
  11.   {
  12.   width: 90%;
  13.   border: 2px solid #999999;
  14.   padding: 4px 8px;
  15.   background: #cccccc;
  16.   }
  17.   
  18. h1, h2, h3, h4
  19.   {
  20.   font-family: Verdana, Arial, Helvetica, sans-serif;
  21.   margin-left: -26px;
  22.   }
  23.   
  24. h1
  25.   {
  26.   font-size: 145%;
  27.   margin-top: .5em;
  28.   margin-bottom: 1em; 
  29.   }
  30.   
  31. h2
  32.   {
  33.   font-size: 130%;
  34.   margin-top: 1.5em;
  35.   margin-bottom: .6em; 
  36.   }
  37.   
  38. h3
  39.   {
  40.   font-size: 115%;
  41.   margin-top: 1.5em;
  42.   margin-bottom: .6em;
  43.   }
  44.   
  45. h4
  46.   {
  47.   font-size: 100%;
  48.   margin-top: 1.5em;
  49.   margin-bottom: .6em; 
  50.   }
  51.  
  52. ul p, ol p, dl p
  53.   {
  54.   margin-left: 0em;
  55.   }
  56.  
  57. p
  58.   {
  59.   margin-top: .6em;
  60.   margin-bottom: .6em;
  61.   }
  62.  
  63. dl
  64.   {
  65.   /*margin-top: 0em; */
  66.   }
  67.  
  68. dt
  69.   {
  70.   margin-top: .76em;
  71.   margin-bottom: .5em;
  72.   font-weight: bold;
  73.   }
  74.  
  75. dd
  76.   {
  77.   margin-top: .5em;
  78.   margin-bottom: .5em;  
  79.   margin-left: 1.9em; 
  80.   }
  81.  
  82.  
  83. ul, ol
  84.   {
  85.   margin-top: .6em;   
  86.   margin-bottom: 0em;
  87.   }
  88.   
  89. ol
  90.   {
  91.   margin-left: 3.6em; 
  92.   } 
  93.   
  94. ul
  95.   {
  96.   list-style-type: disc; 
  97.   margin-left: 1.9em; 
  98.   }
  99.  
  100. li
  101.   {
  102.   margin-bottom: .6em;
  103.   }
  104.  
  105. ul ol, ol ol
  106.   {
  107.   list-style-type: lower-alpha;
  108.   {
  109.  
  110.   /*
  111. pre
  112.   {
  113.   margin-top: .6em;
  114.   margin-bottom: .6em; 
  115.   }
  116.   */
  117.  
  118. pre,code
  119.   {
  120.   font: 100% Courier New, Courier, mono; 
  121.   color: #000000;
  122.   cursor: text;
  123.   }
  124.  
  125. pre.syntax
  126.   {
  127.   background: #dddddd;
  128.   padding: 2pt,4pt
  129.   }
  130.  
  131. pre.syntax
  132.   {
  133.   color: #000000;
  134.   }
  135.  
  136. pre.example
  137.   {
  138.   margin-left: 2.0em;
  139.   /*margin-top: 12.0em;*/
  140.   /*margin-bottom: 1.0em;*/
  141.   color: #C00000;
  142.   /*padding: 10pt,20pt*/
  143.   }
  144.  
  145. table
  146.   {
  147.   /* width: 90%; */
  148.   background: #999999;
  149.   margin-top: .6em;
  150.   margin-bottom: .3em;
  151.   }
  152.     
  153. th
  154.   { 
  155.   padding: 4px 8px;
  156.   background: #cccccc;
  157.   text-align: left;
  158.   font-size: 80%;
  159.   vertical-align: bottom;
  160.   }
  161.  
  162. th.cc
  163.   { 
  164.   text-align: center;
  165.   vertical-align: middle;
  166.   }
  167.  
  168. td
  169.   { 
  170.   padding: 4px 8px;
  171.   background: #ffffff;
  172.   vertical-align: top;
  173.   font-size: 80%;
  174.   }
  175.  
  176. td.cc
  177.   { 
  178.   text-align: center;
  179.   vertical-align: middle;
  180.   }
  181.  
  182.  
  183. blockquote
  184.   {
  185.   margin-left: 3.8em;
  186.   margin-right: 3.8em;
  187.   margin-top: .6em;
  188.   margin-bottom: .6em;
  189.   }
  190.  
  191. a:link
  192.   {
  193.   color: #0066ff;
  194.   }
  195.   
  196. a:visited
  197.   {
  198.   color: #996600; 
  199.   }
  200.   
  201. a:hover
  202.   {
  203.   color: #cc9900;
  204.   }
  205.   
  206. a.parameter:link
  207.   {
  208.   color: #0066ff;
  209.   text-decoration:none;
  210.   }
  211.  
  212. a.parameter:visited
  213.   {
  214.   text-decoration:none;
  215.   }
  216.  
  217. div.footer
  218.   {
  219.   width: 100%;
  220.   border: none;
  221.   background: #ffffff;
  222.   margin-top: 18pt;
  223.   padding-bottom: 12pt;
  224.   color: #228B22;
  225.   text-align: center;
  226.   font-size: 70%;
  227.   }
  228.  
  229. span.filename
  230. {
  231.   color: #F00000;
  232. }
  233.