DITA-OT_CXX_Plugin/cxxapiref/css/nokiacxxref.css
changeset 1 82f11024044a
equal deleted inserted replaced
0:42188c7ea2d9 1:82f11024044a
       
     1 /*
       
     2 h4.sectiontitle {
       
     3   font-size: smaller;
       
     4 }
       
     5 span.platformSyntax {
       
     6   color: black;
       
     7 }
       
     8 pre.apiSyntaxText {
       
     9   padding-left: 1.2em;
       
    10 }
       
    11 span.itemname {
       
    12   font-style: italic;
       
    13 }
       
    14 table.itemdefs {
       
    15   border-collapse: collapse;
       
    16   padding: 0.1em;
       
    17   border: 0;
       
    18 }
       
    19 tr.itemdefs {
       
    20 }
       
    21 td.itemdefname {
       
    22   padding-left: 1.2em;
       
    23   padding-right: 1em;
       
    24   padding-top: 0.33em;
       
    25   text-align: right;
       
    26   font-style: italic;
       
    27 }
       
    28 td.itemdefnote {
       
    29 }
       
    30 tr.platformItem td {
       
    31   color: black;
       
    32 }
       
    33 span.platformItem {
       
    34   color: black;
       
    35 }
       
    36 p.platformExample {
       
    37   padding-left: 1.2em;
       
    38   padding-bottom: 0em;
       
    39   margin-bottom: 0em;
       
    40   font-weight: bold;
       
    41   font-size: smaller;
       
    42   color: black;
       
    43 }
       
    44 div.example pre {
       
    45   padding-left: 1.2em;
       
    46 }
       
    47 */
       
    48 
       
    49 .code {
       
    50   font-family: monospace;
       
    51 }
       
    52 
       
    53 .signature,
       
    54 table.parameters,
       
    55 table.enumerators {
       
    56   margin-left: 1em;
       
    57 }
       
    58 
       
    59 .signature {
       
    60   font-family: monospace;
       
    61   background-color: #EEE !important;
       
    62   padding: 5px;
       
    63 } 
       
    64 table.signature {
       
    65   border-collapse: separate;
       
    66 }
       
    67 table.signature td {
       
    68   padding: 0 2px;
       
    69 }
       
    70 
       
    71 table.member-index {
       
    72   border-collapse: collapse;
       
    73   min-width: 800px;
       
    74   font-family: monospace;
       
    75 }
       
    76 table.member-index tr {
       
    77   border-top: solid 1px silver;
       
    78   border-bottom: solid 1px silver;
       
    79 }
       
    80 table.member-index td {
       
    81   vertical-align: top;
       
    82   padding-left: 1em;
       
    83 }
       
    84 
       
    85 .parameters .parameter {
       
    86   font-family: monospace;
       
    87 }
       
    88 
       
    89 table.enumerators td {
       
    90   padding-right: 1em;
       
    91 }