Home | History | Annotate | Download | only in Styles
      1 body {
      2     font-family:Arial, sans-serif;
      3     background-color:White;
      4     color:Black;
      5 }
      6 hr {
      7     color:Black;
      8     background-color:Black;
      9     height:1px;
     10     border:0;
     11 }
     12 h1 {
     13     margin-bottom:0px;
     14     padding-bottom:0px;
     15     font-size:1.625em;
     16 }
     17 h2 {
     18     margin-bottom:0px;
     19     padding-bottom:0px;
     20     font-size:1.25em;
     21     white-space:nowrap;
     22 }
     23 span.section {
     24     font-weight:bold;
     25     cursor:pointer;
     26     color:#003E69;
     27     white-space:nowrap;
     28     margin-left:5px;
     29 }
     30 span.new_sign {
     31     font-weight:bold;
     32     margin-left:26px;
     33     color:#003E69;
     34 }
     35 span.new_sign_lbl {
     36     margin-left:28px;
     37     font-size:0.875em;
     38     color:Black;
     39 }
     40 span:hover.section {
     41     color:#336699;
     42 }
     43 span.sect_aff {
     44     cursor:pointer;
     45     margin-left:7px;
     46     padding-left:15px;
     47     font-size:0.875em;
     48     color:#cc3300;
     49 }
     50 span.sect_info {
     51     cursor:pointer;
     52     margin-left:7px;
     53     padding-left:15px;
     54     font-size:0.875em;
     55     color:Black;
     56 }
     57 span.ext {
     58     font-weight:100;
     59 }
     60 span.h_name {
     61     color:#cc3300;
     62     font-size:0.875em;
     63     font-weight:bold;
     64 }
     65 div.h_list, div.lib_list {
     66     font-size:0.94em;
     67     padding-left:5px;
     68 }
     69 span.ns {
     70     color:#408080;
     71     font-size:0.94em;
     72 }
     73 span.lib_name {
     74     color:Green;
     75     font-size:0.875em;
     76     font-weight:bold;
     77 }
     78 span.iname {
     79     font-weight:bold;
     80     color:#003E69;
     81     margin-left:5px;
     82 }
     83 span.iname_b {
     84     font-weight:bold;
     85     font-size:1.1em;
     86 }
     87 span.iname_a {
     88     color:#333333;
     89     font-weight:bold;
     90     font-size:0.94em;
     91 }
     92 span.sym_p {
     93     font-weight:normal;
     94     white-space:normal;
     95 }
     96 div.affect {
     97     padding-left:15px;
     98     padding-bottom:10px;
     99     font-size:0.87em;
    100     font-style:italic;
    101     line-height:0.75em;
    102 }
    103 div.affected {
    104     padding-left:30px;
    105     padding-top:10px;
    106 }
    107 table.ptable {
    108     border-collapse:collapse;
    109     border:1px outset black;
    110     line-height:1em;
    111     margin-left:15px;
    112     margin-top:3px;
    113     margin-bottom:3px;
    114     width:900px;
    115     
    116 }
    117 table.ptable td {
    118     border:1px solid gray;
    119     padding: 3px;
    120     font-size:0.875em;
    121     text-align:left;
    122     vertical-align:top;
    123 }
    124 table.vtable {
    125     border-collapse:collapse;
    126     border:1px outset black;
    127     line-height:16px;
    128     margin-left:30px;
    129     margin-top:10px;
    130 }
    131 table.vtable td {
    132     border:1px solid gray;
    133     word-wrap:break-word;
    134     padding: 3px;
    135     font-size:0.875em;
    136     max-width:450px;
    137     vertical-align:top;
    138 }
    139 table.ptable th, table.vtable th {
    140     background-color:#eeeeee;
    141     font-weight:bold;
    142     color:#333333;
    143     font-family:Verdana, Arial;
    144     font-size:0.875em;
    145     border:1px solid gray;
    146     text-align:center;
    147     vertical-align:top;
    148     white-space:nowrap;
    149     padding: 3px;
    150 }
    151 table.summary {
    152     border-collapse:collapse;
    153     border:1px outset black;
    154 }
    155 table.summary th {
    156     background-color:#eeeeee;
    157     font-weight:100;
    158     text-align:left;
    159     font-size:0.94em;
    160     white-space:nowrap;
    161     border:1px inset gray;
    162     padding: 3px;
    163 }
    164 table.summary td {
    165     text-align:right;
    166     white-space:nowrap;
    167     border:1px inset gray;
    168     padding: 3px 5px 3px 10px;
    169 }
    170 span.mangled {
    171     padding-left:15px;
    172     font-size:0.875em;
    173     cursor:text;
    174     color:#444444;
    175 }
    176 span.sym_ver {
    177     color:#333333;
    178     white-space:nowrap;
    179     font-family:"DejaVu Sans Mono", Monospace;
    180 }
    181 span.attr {
    182     color:#333333;
    183     font-weight:100;
    184 }
    185 span.color_p {
    186     font-style:italic;
    187     color:Brown;
    188 }
    189 span.p {
    190     font-style:italic;
    191 }
    192 span.fp {
    193     font-style:italic;
    194     background-color:#DCDCDC;
    195 }
    196 span.ttype {
    197     font-weight:100;
    198 }
    199 span.nowrap {
    200     white-space:nowrap;
    201 }
    202 span.value {
    203     white-space:nowrap;
    204     font-weight:bold;
    205 }
    206 .passed {
    207     background-color:#CCFFCC;
    208     font-weight:100;
    209 }
    210 .warning {
    211     background-color:#F4F4AF;
    212     font-weight:100;
    213 }
    214 .failed {
    215     background-color:#FFCCCC;
    216     font-weight:100;
    217 }
    218 .new {
    219     background-color:#C6DEFF;
    220     font-weight:100;
    221 }
    222 .compatible {
    223     background-color:#CCFFCC;
    224     font-weight:100;
    225 }
    226 .almost_compatible {
    227     background-color:#FFDAA3;
    228     font-weight:100;
    229 }
    230 .incompatible {
    231     background-color:#FFCCCC;
    232     font-weight:100;
    233 }
    234 .gray {
    235     background-color:#DCDCDC;
    236     font-weight:100;
    237 }
    238 .top_ref {
    239     font-size:0.69em;
    240 }
    241 .footer {
    242     font-size:0.75em;
    243 }
    244