| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- th
- {
- font-weight: bold;
- text-align: center;
- }
- .title
- {
- font-weight: bold;
- font-size: 2pc;
- font-family: Times New Roman;
- margin-bottom: 1pc;
- text-align: center;
- }
- .toc
- {
- margin-left: 15%;
- margin-right: 15%;
- margin-top: 1pc;
- margin-bottom: 0pc;
- }
- div pre.programlisting, .refsynopsisdiv, pre.screen
- {
- margin-left: 3pc;
- margin-right: 3pc;
- }
- .computeroutput, .command
- {
- font-family: Lucida Console;
- font-size: 80%;
- }
- .table
- {
- text-align: center;
- }
- @media screen
- {
- a{ color: blue; }
- th, .title
- {
- background-color: lightskyblue;
- }
- .section .title
- {
- background-color: #DDD;
- text-align: left;
- }
- .table .title
- {
- background-color: white;
- text-align: left;
- }
- .toc
- {
- border: 0.2em ridge lightcoral;
- padding: 0.5pc;
- background-color: #DDD;
- }
- .programlisting, .table-programlisting, .screen
- {
- background-color: #EED;
- border: 0.2em ridge #EED;
- padding: 1pc;
- }
- .refsynopsisdiv
- {
- background-color: lightskyblue;
- border: 0.2em ridge cyan;
- padding: 1pc;
- font-family: Courier, Lucida Console;
- font-size: 80%;
- }
- .boost-head
- {
- background-color: #007F7F;
- border: 0.1em outset #007F7F;
- }
- .boost-headelem
- {
- color: white;
- font-family: Arial;
- font-weight: bold;
- }
- .table table, div.informaltable table, .section-title
- {
- background-color: #EEE;
- }
- table.boost-head tr td
- {
- border: 0.1em inset #007F7F;
- }
- table, td, th{ border: 0pc; }
- .table table tr td, div.informaltable table tr td
- {
- background-color: #CCC;
- }
- }
- @media print
- {
- body
- {
- text-align: justify;
- }
- a{ color: black; }
- .boost-head, table.boost-head tr td
- {
- border: 0em;
- }
- }
|