home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 November / VPR0211A.ISO / OLS / VIX221 / vix221.lzh / ViX.chm / html / vixhelp.css < prev   
Cascading Style Sheet File  |  2002-07-09  |  1KB  |  81 lines

  1. @charset "Shift_JIS";
  2. h1 {
  3.     border-bottom:thin solid;
  4.     text-align:center;
  5. }
  6. h2 {
  7.     color:mintcream;
  8.     background:royalblue;
  9.     line-height:150%;
  10.     padding-left:12pt;
  11.     font-size:100%;
  12. }
  13. h3 {
  14.     border-bottom:thin solid;
  15.     font-size:100%;
  16. }
  17. div.heading {
  18.     border-bottom:thin solid;
  19.     font-weight:bold;
  20. }
  21. p {
  22.     line-height:120%;
  23. }
  24. em {
  25.     color:red;
  26. }
  27. strong {
  28.     font-weight:bold;
  29.     color:red;
  30. }
  31. div.cmdnavibar {
  32.     font-weight:bold;
  33.     background:skyblue;
  34.     font-size:80%;
  35. }
  36. a.inheading {
  37.     color:white;
  38. }
  39. a:hover {
  40.     color:red;
  41.     background-color:lemonchiffon;
  42. }
  43. ul.relation {
  44.     list-style-type:none;
  45.     list-style-position:inside;
  46.     margin-top:0.5em;
  47.     margin-bottom:0.5em;
  48.     padding-left:0em;
  49.     margin-left:0em;
  50. }
  51. li {
  52.     line-height:120%;
  53.     padding-left:0em;
  54.     margin-left:0em;
  55. }
  56. img { border-style:none; }
  57. dt { font-weight:bold; }
  58. table{
  59.     border-collapse: separate;
  60.     border: 1px solid #bbe;
  61.     width: 100%;
  62. }
  63. td, th {
  64.     border-style: solid;
  65.     border-color: #bbe #99c #99c #bbe;
  66.     border-width: 1px 2px 2px 1px;
  67. }
  68. th {
  69.     background: #ccf;
  70.     color: #000;
  71. }
  72. address {
  73.     margin: 2em 2em 0;
  74.     padding: 0em;
  75.     text-align: right;
  76. }
  77. span.infoId {
  78.     font-weight:normal;
  79.     font-size:80%;
  80. }
  81.