home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / sharewar / htmltool / _SETUP.1 / style.css < prev    next >
Cascading Style Sheet File  |  1998-05-01  |  3KB  |  226 lines

  1. body {
  2.   background: white;
  3.   color: black
  4. }
  5.  
  6. h1 {
  7.   color: #c33;
  8.   background: transparent;
  9.   font-weight: bold;
  10.   text-align: center
  11. }
  12.  
  13. h2 {
  14.   color: #00008b;
  15.   background: transparent;
  16.   font-weight: bold
  17. }
  18.  
  19. h3 {
  20.   color: #006400;
  21.   background: transparent;
  22.   margin-left: 4%;
  23.   margin-right: 4%;
  24.   font-weight: bold
  25. }
  26.  
  27. h4 {
  28.   margin-left: 6%;
  29.   margin-right: 6%;
  30.   font-weight: bold
  31. }
  32.  
  33. h5 {
  34.   margin-left: 6%;
  35.   margin-right: 6%;
  36.   font-weight: bold
  37. }
  38.  
  39. ul, ol, dl, p {
  40.   margin-left: 6%;
  41.   margin-right: 6%
  42. }
  43.  
  44. ul ul, table ol, table ul {
  45.   margin-right: 1%
  46. }
  47.  
  48. pre {
  49.   margin-left: 10%;
  50.   white-space: pre
  51. }
  52.  
  53. table caption {
  54.   font-size: larger;
  55.   font-weight: bolder
  56. }
  57.  
  58. table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
  59.   margin-left: 0;
  60.   margin-right: 0
  61. }
  62.  
  63. p.top {
  64.   margin-left: 1%;
  65.   margin-right: 1%
  66. }
  67.  
  68. blockquote {
  69.   margin-left: 8%;
  70.   margin-right: 8%;
  71.   border: thin ridge #dc143c
  72. }
  73.  
  74. blockquote pre {
  75.   margin-left: 1%;
  76.   margin-right: 1%
  77. }
  78.  
  79. dt a {
  80.   font-weight: bold;
  81.   margin-top: .8em
  82. }
  83.  
  84. a:link {
  85.   color: #00f;
  86.   background: transparent;
  87. }
  88.  
  89. a:visited {
  90.   color: #800080;
  91.   background: transparent;
  92. }
  93.  
  94. a:active {
  95.   color: green;
  96.   background: #FFD700
  97. }
  98.  
  99. .html {
  100.   color: #000080;
  101.   background: transparent
  102. }
  103.  
  104. .css {
  105.   color: #800000;
  106.   background: transparent
  107. }
  108.  
  109. .javascript {
  110.   color: #008000;
  111.   background: transparent
  112. }
  113.  
  114. .example { margin-left: 10% }
  115.  
  116. dfn {
  117.   font-style: normal;
  118.   font-weight: bolder
  119. }
  120.  
  121. var sub { font-style: normal }
  122.  
  123. .note {
  124.   font-size: 85%;
  125.   margin-left: 10%
  126. }
  127.  
  128. .SMA {
  129.   color: fuchsia;
  130.   background: transparent;
  131.   font-family: Kids, "Comic Sans MS", Jester
  132. }
  133.  
  134. .oops {
  135.   font-family: Jester, "Comic Sans MS"
  136. }
  137.  
  138. .author {
  139.   font-style: italic
  140. }
  141.  
  142. .copyright {
  143.   font-size: smaller;
  144.   text-align: right;
  145.   clear: right
  146. }
  147.  
  148. .toolbar {
  149.   text-align: center
  150. }
  151.  
  152. .toolbar IMG {
  153.   float: right
  154. }
  155.  
  156. .error {
  157.   color: #DC143C;
  158.   background: transparent;
  159.   text-decoration: none
  160. }
  161.  
  162. .warning {
  163.   color: #FF4500;
  164.   background: transparent;
  165.   text-decoration: none
  166. }
  167.  
  168. .error strong {
  169.   color: #DC143C;
  170.   background: #FFD700;
  171.   text-decoration: none
  172. }
  173.  
  174. .warning strong {
  175.   color: #FF4500;
  176.   background: #FFD700;
  177.   text-decoration: none
  178. }
  179.  
  180. .warning a:link, .warning a:visited, .warning a:active {
  181.   color: #FF4500;
  182.   background: transparent;
  183.   text-decoration: underline
  184. }
  185.  
  186. .error a:link, .error a:visited, .error a:active {
  187.   color: #DC143C;
  188.   background: transparent;
  189.   text-decoration: underline
  190. }
  191.  
  192. .error strong a:link, .error strong a:visited, .error strong a:active {
  193.   color: #DC143C;
  194.   background: #FFD700
  195. }
  196.  
  197. .warning strong a:link, .warning strong a:visited, .warning strong a:active {
  198.   color: #FF4500;
  199.   background: #FFD700
  200. }
  201.  
  202. colgroup.entity { text-align: center }
  203.  
  204. .default { text-decoration: underline; font-style: normal }
  205. .required { font-weight: bold }
  206. td li.transitional, .elements li.transitional {
  207.   font-weight: lighter;
  208.   color: #696969;
  209.   background: transparent
  210. }
  211. td li.frameset, .elements li.frameset {
  212.   font-weight: lighter;
  213.   color: #808080;
  214.   background: transparent
  215. }
  216.  
  217. .footer {
  218.   margin-top: 2em;
  219.   padding-top: 1em;
  220.   border-top: solid thin black
  221. }
  222.  
  223. @media print {
  224.   input#toggler, .toolbar { display: none }
  225. }
  226.