tools/doxygen/config/phonon.css
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 h3.fn,span.fn
       
     2 {
       
     3   margin-left: 1cm;
       
     4   text-indent: -1cm;
       
     5 }
       
     6 
       
     7 a:link
       
     8 {
       
     9   color: #004faf;
       
    10   text-decoration: none
       
    11 }
       
    12 
       
    13 a:visited
       
    14 {
       
    15   color: #672967;
       
    16   text-decoration: none
       
    17 }
       
    18 
       
    19 td.postheader
       
    20 {
       
    21   font-family: sans-serif
       
    22 }
       
    23 
       
    24 tr.address
       
    25 {
       
    26   font-family: sans-serif
       
    27 }
       
    28 
       
    29 body
       
    30 {
       
    31   background: #ffffff;
       
    32   color: black
       
    33 }
       
    34 
       
    35 table tr.odd {
       
    36   background: #f0f0f0;
       
    37   color: black;
       
    38 }
       
    39 
       
    40 table tr.even {
       
    41   background: #e4e4e4;
       
    42   color: black;
       
    43 }
       
    44 
       
    45 table.annotated th {
       
    46   padding: 3px;
       
    47   text-align: left
       
    48 }
       
    49 
       
    50 table.annotated td {
       
    51   padding: 3px;
       
    52 }
       
    53 
       
    54 table tr pre
       
    55 {
       
    56   padding-top: none;
       
    57   padding-bottom: none;
       
    58   padding-left: none;
       
    59   padding-right: none;
       
    60   border: none;
       
    61   background: none
       
    62 }
       
    63 
       
    64 tr.qt-style
       
    65 {
       
    66   background: #a2c511;
       
    67   color: black
       
    68 }
       
    69 
       
    70 body pre
       
    71 {
       
    72   padding: 0.2em;
       
    73   border: #e7e7e7 1px solid;
       
    74   background: #f1f1f1;
       
    75   color: black
       
    76 }
       
    77 
       
    78 p code
       
    79 {
       
    80   padding: 0.2em;
       
    81   border: #e7e7e7 1px solid;
       
    82   background: #f1f1f1;
       
    83   color: black
       
    84 }
       
    85 
       
    86 h1 {
       
    87     text-align: center
       
    88 }
       
    89 
       
    90 span.preprocessor, span.preprocessor a
       
    91 {
       
    92   color: darkblue;
       
    93 }
       
    94 
       
    95 span.comment
       
    96 {
       
    97   color: darkred;
       
    98   font-style: italic
       
    99 }
       
   100 
       
   101 span.string,span.char
       
   102 {
       
   103   color: darkgreen;
       
   104 }
       
   105 
       
   106 .subtitle
       
   107 {
       
   108     font-size: 0.8em
       
   109 }
       
   110 
       
   111 .small-subtitle
       
   112 {
       
   113     font-size: 0.65em
       
   114 }