home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_1 / sounfengine / se.chm / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-05-17  |  2.1 KB  |  112 lines

  1. p { font-size: 95%; line-height: 123%; font-family: "MS UI Gothic"; margin-right: 1.5em; margin-left: 1.5em }
  2.  
  3. p.big
  4. {
  5.       font-size: 160%;
  6. }
  7. p.small
  8. {
  9.       font-size: 85%;
  10. }
  11.  
  12. h1
  13. {
  14.       border-bottom-color: blue;
  15.       border-bottom-style: double;
  16.       border-left-color: blue;
  17.       border-left-style: double;
  18.       border-right-color: blue;
  19.       border-right-style: double;
  20.       border-top-color: blue;
  21.       border-top-style: double;
  22.       color: blue;
  23.       line-height: 115%;
  24.       padding-left: 0.4em;
  25. }
  26.  
  27. h2
  28. {
  29.       border-bottom-color: blue;
  30.       border-bottom-style: double;
  31.       border-left-color: blue;
  32.       border-left-style: double;
  33.       border-right-color: blue;
  34.       border-right-style: double;
  35.       border-top-color: blue;
  36.       border-top-style: double;
  37.       color: blue;
  38.       line-height: 115%;
  39.       padding-left: 0.4em;
  40. }
  41.  
  42. li
  43. {
  44.       font-family: 'ms ui gothic';
  45.       line-height: 125%;
  46. }
  47. dt
  48. {
  49.       color: #7777ff;
  50.       font-family: 'ms ui gothic';
  51.       font-weight: bold;
  52.       line-height: 125%;
  53.       font-size: 105%;
  54.       text-indent : 0px;
  55. }
  56. dd
  57. {
  58.       font-family: 'ms ui gothic';
  59.       line-height: 115%;
  60.       font-size: 85%;
  61. }
  62. .blue{
  63.       color: #9999ff;
  64.       font-family: 'ms ui gothic';
  65.       font-size: 105%;
  66.       font-weight: bold;
  67.       line-height: 125%;
  68.       padding-top : 0.1cm;
  69.       padding-left : 0.2cm;
  70.       padding-right : 0.2cm;
  71.       padding-bottom : 0.05cm;
  72.       border-bottom-style : dotted;
  73.       border-bottom-color : #bbbbff;
  74.       border-bottom-width : 0.75mm;
  75. }
  76. .exp{
  77.       font-family: 'ms ui gothic';
  78.       font-size: 85%;
  79.       margin-left : 1cm;
  80. }
  81. hr{
  82.       color: #9999ff;
  83.       height: 0.5mm;
  84. }
  85.  
  86. td
  87. {
  88.     font-family: 'ms ui gothic';
  89.     line-height: 115%;
  90.     font-size: 85%;
  91.     padding: 0.2em 0.4em 0.2em 0.4em;
  92.     border: 1 solid #9999ff;
  93. }
  94.  
  95. td.title{
  96.     font-family: 'éìéô éÉâSâVâbâN';
  97.       color: black;
  98.       text-align : left;
  99.     font-weight: bold;
  100.       font-size: 100%;
  101. }
  102.  
  103. blockquote{
  104.       font-family: 'ms ui gothic';
  105.       line-height: 123%;
  106.       font-size: 95%;
  107. }
  108.  
  109. table
  110. {
  111.     border: 1 solid #9999ff;
  112. }