org.symbian.tools.wrttools.doc.WebDeveloper/html/css/dtddoc.css
changeset 229 716254ccbcc0
equal deleted inserted replaced
228:913c9751c067 229:716254ccbcc0
       
     1 body {
       
     2     font-family: "Arial Unicode MS", sans-serif;
       
     3     font-size: 12px;
       
     4 }
       
     5 h3 {
       
     6     border-bottom: solid 1px black;
       
     7 }
       
     8 .fixed {
       
     9     font-style: italic;
       
    10 }
       
    11 .required {
       
    12     font-weight: bold;
       
    13 }
       
    14 table.attributes {
       
    15   border-collapse: collapse;
       
    16 }
       
    17 table.attributes,
       
    18 table.attributes tr,
       
    19 table.attributes td,
       
    20 table.attributes th {
       
    21   border: solid 1px black;
       
    22 }
       
    23 table.attributes th {
       
    24   background-color: #03C;
       
    25   color: white;
       
    26 }
       
    27 table.attributes tr {
       
    28     vertical-align: top;
       
    29 }
       
    30 table.attributes th {
       
    31     text-align: left;
       
    32 }
       
    33 table.attributes td,
       
    34 table.attributes th {
       
    35     padding: 1px 3px;
       
    36 }
       
    37 table.attributes td li {
       
    38   line-height: 100%;
       
    39 }
       
    40 .element > p,
       
    41 .element > table {
       
    42     margin-left: 16px;
       
    43 }
       
    44 .parameterEntityContent {
       
    45     font-family: monospace;
       
    46     font-size: 0.8em;
       
    47 }
       
    48 .enumeration {
       
    49     margin: 0;
       
    50     padding-left: 1em;
       
    51 }
       
    52 .contentModel {
       
    53     font-family: monospace;
       
    54 }