home *** CD-ROM | disk | FTP | other *** search
/ Van Dale Pocketwoordenboek: Frans-Nederlands / VanDalePocketFN.iso / program / data / dict.css < prev    next >
Cascading Style Sheet File  |  2003-02-06  |  1KB  |  56 lines

  1. body { font-family: Arial;
  2.        font-size:11pt; }
  3. .TREFW { color: blue;
  4.          font-size:14pt;
  5.          display:block }
  6. P.LEMMA {
  7.     display: block;
  8.     text-align: left;
  9.     text-indent: -10px;
  10.     margin-top: 0px;
  11.     margin-bottom: 16px;
  12.     margin-right: 0px;
  13.     margin-left: 16px;
  14.     font-size: 11pt;
  15.     font-weight: medium;
  16.     font-style: normal;
  17.     color: #000000;
  18.     text-decoration: none;
  19.     vertical-align: baseline;
  20.     text-transform: none;
  21.     font-family: "Arial","Times","serif";
  22. }
  23. SPAN.T {
  24.     font-weight: bold;
  25.     font-family: "Arial","sans-serif";
  26.     color: blue;
  27.     font-size: 14pt;
  28. }
  29. SPAN.B {
  30.     font-weight: bold;
  31.     font-family: "Arial","sans-serif";
  32.     color: blue;
  33.     font-size: 11pt;
  34. }
  35. SPAN.I {
  36.     font-style: italic;
  37. }
  38. SPAN.R {
  39.     font-weight: medium;
  40.     font-style: normal;
  41. }
  42. SPAN.UL {
  43.     text-decoration: underline;
  44. }
  45. SPAN.SUP {
  46.     font-size: 10px;
  47.     vertical-align: text-top;
  48. }
  49. SPAN.SUB {
  50.     font-size: 10px;
  51.     vertical-align: text-bottom;
  52. }
  53. SPAN.FONET {
  54.     font-size: 1pt;
  55.     color: red;
  56. }