home *** CD-ROM | disk | FTP | other *** search
- @charset "iso-8859-1";
-
- body {
- margin: 2ex;
- color: #000;
- font-family: tahoma, verdana, sans, arial, helvetica, sans-serif;
- background: #ffffff;
- font-size: 90%;
-
- }
-
- .copy{
- text-align: center;
- font-size: 60%;
- margin-left: 33ex;
- }
-
-
- img {
- border-width: 0;
- vertical-align: bottom;
- }
-
- img.screenshot {
- margin: 0.5em 0em 0.5em 0em;
- }
-
-
- a:link,
- a:visited,
- a:active {
- color: #833; text-decoration: none;
- background: transparent;
-
- }
- a:hover {
- color: #c00;
- background: transparent;
- text-decoration: underline;
- }
-
- a.blue {
- color: #00f;
- background: transparent;
- text-decoration: underline;
- }
-
- hr {
- border: 0px;
- border-top: 2px solid #606060;
- height: 0;
- clear: both;
- margin-bottom: -2em;
- margin-top: 0em;
- }
-
- p {
- line-height: 1.3em;
- margin-bottom: 1em;
- margin-top: 0em;
- }
-
- /* links in normal paragraphs are hard to discover */
- p a, ul.disc a {
- font-weight: bold;
- }
-
- p.extrainfo {
- font-size: 90%;
- color: #555;
- background: transparent;
- border-left: 2px solid #eecc99;
- padding-left: 1ex;
- }
-
-
- h1 {
- font-weight: bold;
- font-size: 160%;
- color: #000000;
- background: transparent;
- margin-bottom: 1em;
- margin-left: -2px;
- }
-
-
- h2 {
- font-weight: normal;
- font-size: 120%;
- font-weight: bold;
- color: #009;
- background: transparent;
- margin-bottom: 1em;
- margin-top: 2em;
- }
- h3 {
- font-weight: normal;
- font-size: 110%;
- margin-bottom: 0.5em;
- color: #009;
- background: transparent;
- text-align: left;
-
- }
-
- .clear {
- clear: both;
- }
-
- h4 {
- font-size: 100%;
- margin-bottom: 1ex;
- color: #337;
- background: transparent;
- text-align: left;
- }
-
- h5 {
- margin-bottom: 0.25em;
- }
-
-
- ol {
- margin-left: 0px;
- padding-left: 25px;
- }
-
-
-
- ul {
- padding-left: 50px;
- margin-left: 0px;
- list-style-type: square;
- font-size: inherit;
- }
-
- table {
- background-color: #666699;
- border: gray 0px solid;
- border-spacing: 1px;
- color: inherit;
- }
- td {
- padding-right: 12px;
- padding-left: 6px;
- font-size: 90%;
- background-color: #fff;
- vertical-align: top;
- color: #000;
- }
- th {
- font-weight: bold;
- background-color: #666;
- text-align: left;
- color: #fff;
- }
-
-
- /* keyboard shortcuts */
- kbd {
- padding: 0px 1px 0px 1px;
- border-left: 1px solid #edd;
- border-right: 1px solid #baa;
- border-top: 1px solid #edd;
- border-bottom: 1px solid #baa;
- background: #faf6f6;
- color: #000;
- }
-
- span.button {
- padding: 0px 1px 0px 1px;
- border-left: 1px solid #ccc;
- border-right: 1px solid #999;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #999;
- background: #f4f4f4;
- color: #000;
- }
-
- code, kbd, pre, tt, var {
- font-family: "courier new", "courier", monospace;
- }
-
- td.shortcut, td.shortcut_fb {
- line-height: 1.5em;
- color: #666;
- background: white;
-
- }
-
- td.shortcut_fb {
- color: #666;
- background: #fffaf4;
- }
-
-
- /* mouse shortcuts */
- kbd.mouse {
- border: 0px;
- background: transparent;
- color: #009;
- }
-
- q {
- color: #555;
- background: transparent;
- }
-
- pre, code {
- background: #f5f8fb;
- color: black;
- border: 1px solid #e5e8eb;
- padding: 0.5ex;
- display: block;
- margin: 1em 0em 1em 0em;
- }
-
- .alert {
- color: #800000;
- background: transparent;
- font-weight: normal;
- }
-
-
-
- fieldset {
- font-size: 90%;
- border: 1px solid gray;
- }
-
- fieldset.left {
- width: 47%;
- }
-
- fieldset.right {
- float: right;
- width: 47%;
- }
-
-
-
-
- abbr, span.credits {
- border-bottom: 1px dashed #6666cc; /*copy gecko's behaviour to IE*/
- cursor: help;
- }
-
-
-
- li.newsection {
- margin-top: 1ex;
-
- }
-
-
-
- /* for the front page */
- div.news {
- /* border-top: 2px #e2e1e6 solid;*/
- /* -moz-border-radius: 0.8ex; /* mozilla only */
- border-left: 0.8ex #e2e1e6 solid;
- border-bottom: 1px #d6d5da solid;
- border-top: 1px #e2e1e6 solid;
- border-right: 1px #d2d1d6 solid;
-
- /* border-bottom: 2px solid #c7c6cb;*/
- padding-left: 1ex;
- padding-right: 1ex;
- margin-bottom: 1ex;
- margin-top: 2ex;
- padding-top: 0px;
- padding-bottom: 2ex;
- background: #ffffff;
- color: inherit;
- }
-
-