home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / SOUNDENGINE / SoundEngine.lzh / se.chm / style.css < prev    next >
Cascading Style Sheet File  |  2000-10-28  |  2KB  |  116 lines

  1. P
  2. {
  3.     FONT-FAMILY: 'MS UI Gothic';
  4.     LINE-HEIGHT: 123%;
  5.     font-size: 95%;
  6. }
  7. TR
  8. {
  9.     LINE-HEIGHT: 115%;
  10. }
  11. P.big
  12. {
  13.     FONT-SIZE: 160%;
  14. }
  15. P.small
  16. {
  17.     FONT-SIZE: 85%;
  18. }
  19. H1
  20. {
  21.     BORDER-BOTTOM-COLOR: blue;
  22.     BORDER-BOTTOM-STYLE: double;
  23.     BORDER-LEFT-COLOR: blue;
  24.     BORDER-LEFT-STYLE: double;
  25.     BORDER-RIGHT-COLOR: blue;
  26.     BORDER-RIGHT-STYLE: double;
  27.     BORDER-TOP-COLOR: blue;
  28.     BORDER-TOP-STYLE: double;
  29.     COLOR: blue;
  30.     FONT-STYLE: italic;
  31.     LINE-HEIGHT: 115%;
  32.     PADDING-LEFT: 0.4em
  33. ;}
  34. H2
  35. {
  36.     BORDER-BOTTOM-COLOR: blue;
  37.     BORDER-BOTTOM-STYLE: double;
  38.     BORDER-LEFT-COLOR: blue;
  39.     BORDER-LEFT-STYLE: double;
  40.     BORDER-RIGHT-COLOR: blue;
  41.     BORDER-RIGHT-STYLE: double;
  42.     BORDER-TOP-COLOR: blue;
  43.     BORDER-TOP-STYLE: double;
  44.     COLOR: blue;
  45.     FONT-STYLE: italic;
  46.     LINE-HEIGHT: 115%;
  47.     PADDING-LEFT: 0.4em;
  48. }
  49. LI
  50. {
  51.     FONT-FAMILY: 'MS UI Gothic';
  52.     LINE-HEIGHT: 125%;
  53. }
  54. DT
  55. {
  56.     COLOR: #7777ff;
  57.     FONT-FAMILY: 'MS UI Gothic';
  58.     FONT-WEIGHT: bold;
  59.     LINE-HEIGHT: 125%;
  60.     font-size: 105%;
  61.     text-indent : 0px;
  62. }
  63. DD
  64. {
  65.     FONT-FAMILY: 'MS UI Gothic';
  66.     LINE-HEIGHT: 115%;
  67.     font-size: 85%;
  68. }
  69. .blue{
  70.     COLOR: #9999ff;
  71.     FONT-FAMILY: 'MS UI Gothic';
  72.     font-size: 105%;
  73.     FONT-WEIGHT: bold;
  74.     LINE-HEIGHT: 125%;
  75.   padding-top : 0.1cm;
  76.   padding-left : 0.2cm;
  77.   padding-right : 0.2cm;
  78.   padding-bottom : 0.05cm;
  79.   border-bottom-style : dotted;
  80.   border-bottom-color : #bbbbff;
  81.   border-bottom-width : 0.75mm;
  82. }
  83.  
  84. .exp{
  85.     FONT-FAMILY: 'MS UI Gothic';
  86.     
  87.     font-size: 85%;
  88.   margin-left : 1cm;
  89. }
  90.  
  91. HR{
  92.     color: #9999ff;
  93.     height: 0.5mm;
  94. }
  95.  
  96. TD{
  97.     FONT-FAMILY: 'MS UI Gothic';
  98.     LINE-HEIGHT: 115%;
  99.     font-size: 85%;
  100.     text-indent: 10;
  101. }
  102.  
  103. TD.title{
  104.     background-color: #9999ff;
  105.     color: white;
  106.     text-align: center;
  107.     width: 90;
  108.     text-indent: 0;
  109. }
  110.  
  111. TD.noindex{
  112.     FONT-FAMILY: 'MS UI Gothic';
  113.     LINE-HEIGHT: 115%;
  114.     font-size: 85%;
  115.     text-indent: 0;
  116. }