home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd1.bin / bonus / calamus / calamus.css next >
Cascading Style Sheet File  |  2001-02-09  |  2KB  |  118 lines

  1. body  {
  2.     background : #EEEEEE;
  3.      margin-top : 10px;
  4.     margin-bottom : 0px;
  5. }
  6.  
  7. body,p,h1,h2,h3,h4,ul,ol,li,hr,div,input,td,th,address,a,span,blockquote,nobr,b,br,i  {
  8.     font-family : Helvetica,Arial,sans-serif;
  9.     font-size : 12px;
  10. }
  11.  
  12. tt  {
  13.     font-family : Courier;
  14.     font-size : 12px;
  15. }
  16.  
  17. h1  {
  18.     font-family : Helvetica,Arial,sans-serif;
  19.     font-size : 24px;
  20.     font-weight : bold;
  21. }
  22.  
  23. .h1 {
  24.     font-family : Helvetica,Arial,sans-serif;
  25.     font-size : 24px;
  26.     font-weight : bold;
  27. }
  28.  
  29. h2  {
  30.     font-family : Helvetica,Arial,sans-serif;
  31.     font-size : 20px;
  32.     font-weight : bold;
  33. }
  34.  
  35. .h2 {
  36.     font-family : Helvetica,Arial,sans-serif;
  37.     font-size : 20px;
  38.     font-weight : bold;
  39. }
  40.  
  41. h3  {
  42.     font-family : Helvetica,Arial,sans-serif;
  43.     font-size : 18px;
  44.     font-weight : bold;
  45. }
  46.  
  47. .h3 {
  48.     font-family : Helvetica,Arial,sans-serif;
  49.     font-size : 18px;
  50.     font-weight : bold;
  51. }
  52.  
  53. h4  {
  54.     font-family : Helvetica,Arial,sans-serif;
  55.     font-size : 16px;
  56.     font-weight : bold;
  57. }
  58.  
  59. .h4 {
  60.     font-family : Helvetica,Arial,sans-serif;
  61.    font-size : 16px;
  62.     font-weight : bold;
  63. }
  64.  
  65. .b {
  66.     font-weight : bold;
  67. }
  68.  
  69. .black {
  70.     color : Black;
  71. }
  72.  
  73. .red  {
  74.     color : #C00000;
  75. }
  76.  
  77. .blue  {
  78.     color : Blue;
  79. }
  80.  
  81. .green  {
  82.     color : Green;
  83. }
  84.  
  85. .gray {
  86.     color : Gray;
  87. }
  88.  
  89. .grey {
  90.     color : Gray;
  91. }
  92.  
  93. .mini  {
  94.     font-size : 10px;
  95.     font-family : Helvetica,Arial,sans-serif;
  96. }
  97.  
  98. .minigray {
  99.     color : Gray;
  100.     font-size : 10px;
  101.     font-family : Helvetica,Arial,sans-serif;
  102. }
  103.  
  104. .minired {
  105.     color : Red;
  106.     font-size : 10px;
  107.     font-family : Helvetica,Arial,sans-serif;
  108. }
  109.  
  110. pre  {
  111.     font-family : Courier New,Courier;
  112.     font-size : 12px;
  113.     color : #0000C0;
  114. }
  115.  
  116. /* TEXT="#000000" LINK="#C00000" VLINK="#888888" ALINK="#AA6666" */
  117.  
  118.