home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / src / selfhtml.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-10-27  |  1.7 KB  |  62 lines

  1. /* DATEI: selfhtml.css */
  2.  
  3. /* Wenn die Schriftgroessen von SELFHTML fuer Sie schwer lesbar sind */
  4. /* und Sie SELFHTML lokal lesen, benennen Sie diese Datei */
  5. /* um in selfnormal.css */
  6. /* und benennen Sie die Datei selfnosize.css im src-Verzeichnis */
  7. /* um in selfhtml.css */
  8.  
  9. h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  10.  font-family:Arial,sans-serif; }
  11.  
  12. h1 { font-size:26px; margin-bottom:18px; }
  13.  
  14. h2 { font-size:21px; margin-bottom:18px; }
  15.  
  16. h2.sh2 { font-size:21px; }
  17.  
  18. h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }
  19.  
  20. h4 { font-size:13px; }
  21.  
  22. p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }
  23.  
  24. li { margin-top:3px; }
  25.  
  26. pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }
  27.  
  28. code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }
  29.  
  30. var { font-style:normal; color:#0000C0; }
  31.  
  32. blockquote,cite { font-style:italic; }
  33.  
  34. .xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }
  35.  
  36. .code { background-color:#FFFFE0; }
  37.  
  38. .tabxpl { background-color:#E4EEFF; }
  39.  
  40. .doc { background-color:#EEEEEE; }
  41.  
  42. .nav { background-color:#FFEEDD; }
  43.  
  44. .qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }
  45.  
  46. .blue { color:#0000C0; }
  47.  
  48. pre.normal { color:#000000; }
  49.  
  50. a:link { color:#AA5522; text-decoration:underline; }
  51.  
  52. a:visited { color:#772200; text-decoration:underline; }
  53.  
  54. a:active { color:#000000; text-decoration:none; }
  55.  
  56. a.an { text-decoration:none; }
  57.  
  58. .unicode { font-size:15px; font-family:Arial Unicode MS,Arial,sans-serif }
  59.  
  60. ins { color:#009900; font-weight:bold; text-decoration:none; }
  61.  
  62. del { color:#990000; font-weight:bold; text-decoration:line-through; }