home *** CD-ROM | disk | FTP | other *** search
/ IL-2 Sturmovik (2001) Dig…Preview and Review disks / Demo disk.iso / data1.cab / Files / lib / rt.jar / javax / swing / text / html / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1979-12-31  |  4.0 KB  |  245 lines

  1. /*
  2.  * @(#)default.css    1.44 99/11/08
  3.  *
  4.  * Copyright 1997, 1998 by Sun Microsystems, Inc.,
  5.  * 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
  6.  * All rights reserved.
  7.  *
  8.  * This software is the confidential and proprietary information
  9.  * of Sun Microsystems, Inc. ("Confidential Information").  You
  10.  * shall not disclose such Confidential Information and shall use
  11.  * it only in accordance with the terms of the license agreement
  12.  * you entered into with Sun.
  13.  */
  14.  
  15. body  {font-size: 14pt;
  16.        font-family: Serif;
  17.        margin-left: 0;
  18.        margin-right: 0;
  19.        color: black}
  20.  
  21. p   {font-size: medium;
  22.      font-weight: normal;
  23.      margin-top: 15}
  24.  
  25. h1  {font-size: x-large;
  26.      font-weight: bold;
  27.      margin-top: 10;
  28.      margin-bottom: 10}
  29.  
  30. h2 {font-size: large;
  31.     font-weight: bold;
  32.     margin-top: 10;
  33.     margin-bottom: 10}
  34.  
  35. h3 {font-size: medium;
  36.     font-weight: bold;
  37.     margin-top: 10;
  38.     margin-bottom: 10}
  39.  
  40. h4 {font-size: small;
  41.     font-weight: bold;
  42.     margin-top: 10;
  43.     margin-bottom: 10}
  44.  
  45. h5 {font-size: x-small;
  46.     font-weight: bold;
  47.     margin-top: 10;
  48.     margin-bottom: 10}
  49.  
  50. h6 {font-size: xx-small;
  51.     font-weight: bold;
  52.     margin-top: 10;
  53.     margin-bottom: 10}
  54.  
  55. li p {margin-top: 0;
  56.     margin-bottom: 0}
  57.  
  58. menu li p {margin-top: 0;
  59.     margin-bottom: 0}
  60.  
  61. menu li {margin-left: 0;
  62.     margin-right: 0;
  63.     margin-top: 0;
  64.     margin-bottom: 0}
  65.  
  66. menu {margin-left: 40;
  67.     margin-top: 10;
  68.     margin-bottom: 10}
  69.  
  70. dir li p {margin-top: 0;
  71.     margin-bottom: 0}
  72.  
  73. dir li {margin-left: 0;
  74.     margin-right: 0;
  75.     margin-top: 0;
  76.     margin-bottom: 0}
  77.  
  78. dir {margin-left: 40;
  79.     margin-top: 10;
  80.     margin-bottom: 10}
  81.  
  82. dd {margin-left: 40;
  83.     margin-top: 0;
  84.     margin-bottom: 0}
  85.  
  86. dd p {margin-left: 0;
  87.     margin-rigth: 0;
  88.     margin-top: 0;
  89.     margin-bottom: 0}
  90.  
  91. dt {margin-top: 0;
  92.     margin-bottom: 0}
  93.  
  94. dl {margin-left: 0;
  95.     margin-top: 10;
  96.     margin-bottom: 10}
  97.  
  98. ol li {margin-left: 0;
  99.     margin-right: 0;
  100.     margin-top: 0;
  101.     margin-bottom: 0}
  102.  
  103. ol {
  104.     margin-top: 10;
  105.     margin-bottom: 10;
  106.     margin-left: 50;
  107.     list-style-type: decimal
  108. }
  109.  
  110. ol li p {margin-top: 0;
  111.     margin-bottom:0}
  112.  
  113. ul li {margin-left: 0;
  114.     margin-right: 0;
  115.     margin-top: 0;
  116.     margin-bottom: 0}
  117.  
  118. ul {margin-top: 10;
  119.     margin-bottom: 10;
  120.     margin-left: 50;
  121.     list-style-type: disc;
  122.     -bullet-gap: 10}
  123.  
  124. ul li ul li {margin-left: 0;
  125.     margin-right: 0;
  126.     margin-top: 0;
  127.     margin-bottom: 0}
  128.  
  129. ul li ul {list-style-type: circle;
  130.     margin-left: 25}
  131.  
  132. ul li ul li ul li {margin-left: 0;
  133.     margin-right: 0;
  134.     margin-top: 0;
  135.     margin-bottom: 0}
  136.  
  137. ul li ul li ul {list-style-type: square;
  138.     margin-left: 25}
  139.  
  140. ul li menu {list-style-type: circle;
  141.     margin-left: 25}
  142.  
  143. ul li p {margin-top: 0;
  144.     margin-bottom:0}
  145.  
  146. a {color: blue;
  147.    text-decoration: underline}
  148.  
  149. big {font-size: x-large}
  150.  
  151. small {font-size: x-small}
  152.  
  153. samp {font-size: small;
  154.       font-family: Monospaced}
  155.  
  156. cite {font-style: italic}
  157.  
  158. code {font-size: small;
  159.       font-family: Monospaced}
  160.  
  161. dfn {font-style: italic}
  162.  
  163. em {font-style: italic}
  164.  
  165. i  {font-style: italic}
  166.  
  167. b  {font-weight: bold}
  168.  
  169. kbd {font-size: small;
  170.      font-family: Monospaced}
  171.  
  172. s {text-decoration: line-through}
  173.  
  174. strike {text-decoration: line-through}
  175.  
  176. strong {font-weight: bold}
  177.  
  178. sub {vertical-align: sub}
  179.  
  180. sup {vertical-align: sup}
  181.  
  182. tt {font-family: Monospaced}
  183.  
  184. u {text-decoration: underline}
  185.  
  186. var {font-weight: bold;
  187.      font-style: italic}
  188.  
  189. table {
  190.     border-color: Gray;
  191.     border-style: outset
  192. }
  193.  
  194. tr {
  195.     text-align: left
  196. }
  197.  
  198. td {
  199.     border-color: Gray;
  200.     border-style: inset;
  201.     padding-left: 3;
  202.     padding-right: 3;
  203.     padding-top: 3;
  204.     padding-bottom: 3
  205. }
  206.  
  207. th {
  208.     text-align: center;
  209.     font-weight: bold;
  210.     border-color: Gray;
  211.     border-style: inset;
  212.     padding-left: 3;
  213.     padding-right: 3;
  214.     padding-top: 3;
  215.     padding-bottom: 3
  216. }
  217.  
  218. address {
  219.     color: blue;
  220.     font-style: italic
  221. }
  222.  
  223. blockquote {
  224.     margin-top: 5;
  225.     margin-bottom: 5;
  226.     margin-left: 35;
  227.     margin-right: 35
  228. }
  229.  
  230. center {text-align: center}
  231.  
  232. pre {margin-top: 5;
  233.      margin-bottom: 5;
  234.      font-family: Monospaced}
  235.  
  236. pre p {margin-top: 0}
  237.  
  238. caption {
  239.     caption-side: top;
  240.     text-align: center
  241. }
  242.  
  243. nobr { white-space: nowrap }
  244.  
  245.