123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- #page {
- background: #e0e0ff url('images/orion4.jpg') no-repeat top right;
- border: solid black 1px;
- padding: 10px;
- }
- #page p {
- text-align: justify;
- }
- #menu {
- font-size: 70%;
- position:absolute;
- width: 100px;
- }
- #menu ul {
- margin: 0px;
- padding: 0px;
- }
- #menu li {
- border: solid black 1px;
- background: white;
- text-align: center;
- list-style-type: none;
- margin: 5px;
- padding-top: 2px;
- padding-bottom: 2px;
- }
- #menu a {
- border: none;
- text-align: center;
- }
- #content {
- margin-left: 120px;
- margin-top: 0px;
- }
- h1 {
- margin: 0px;
- padding: 0px;
- margin-bottom: 50px;
- }
- body {
- background: white;
- font-family: Geneva,Arial,Helvetica,sans-serif;
- color: black;
- }
- table { width: 100% }
- div.base { text-align: justify }
- H1 { font-style: normal;
- font-weight: bold;
- font-size: 300%;
- text-decoration: underline;
- text-align: center;
- color: #8000a0 }
- H2, H3, H4, H5, H6 { color: #a00000 }
- H2 { font-size: 150%;
- font-style: italic }
- CODE { color: #008040;
- font-weight: bold; }
- pre.codesnippet { font-family: monospace;
- font-size: 80%;
- padding: 1em;
- font-weight: bold;
- color: #008040;
- border: double #00a080 }
- pre.codesnippet .emphasis { color: #800000; font-style: italic }
- .important { font-style: italic;
- margin: 1em;
- padding: 1em;
- border: double red }
- .note { font-weight: bold;
- background: yellow }
- #copyright {
- font-size: 70%;
- }
- #copyright p {
- text-align: center;
- }
- .Orion { color: #008040;
- font-weight: bold;
- font-style: italic }
- .instdir { color:blue;
- font-family: monospace }
- .fileref { font-family: monospace;
- font-size: 90%;
- font-weight: bold;
- color: #008040 }
- .configparam { font-family: monospace;
- font-size: 90%;
- font-weight: bold;
- color: blue }
- .configvalue { font-family: monospace;
- font-size: 90%;
- font-style: italic;
- color: blue }
- a:link, a:visited, a:active, a:hover { color:#a00000 }
- /* Orion Table */
- table.ot { border: double black }
- table.ot th { background: #e0c0ff; font-style: italic }
- table.ot td { vertical-align: top; padding-left: 2px }
- table.ot tr.odd td, table.ot tr.even td, table.ot tr th { border: solid black 1px }
- table.striped tr.even { background: #e0e0ff }
- table.striped tr.odd { background: #e0f0ff }
- /* Structural table */
- table,table td,table th { border: none; vertical-align: top; }
- /* Menu table */
- table.menu td { border: solid black 1px; background: white; text-align: center }
- table.menu a { border: none;
- font-size: 70%;
- text-align: center }
- /* I want this is, but it causes Mozilla 1.4 beta to crash!!!!!! */
- /* p:first-letter { font-size: 150% }*/
- .sunblue{background:#594fbf;color:#fff}
- .sunyellow{background:#fbe249}
- .sunred{background:#d12124;color:#fff;font-weight:bold}
- .sunred a:link { color: white }
- .sunred a:visited { color: white }
- .sunred a:active { color: white }
- .sunred a:hover { color: white }
|