Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/qdoc3/test/classic.css

    r2 r561  
     1
     2
     3
     4
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
    115h3.fn,span.fn
    216{
    3   margin-left: 1cm;
    4   text-indent: -1cm;
     17  background-color: #eee;
     18  border-width: 1px;
     19  border-style: solid;
     20  border-color: #ddd;
     21  font-weight: bold;
     22  padding: 6px 0px 6px 10px;
     23  margin: 42px 0px 0px 0px;
     24}
     25
     26hr {
     27  border: 0;
     28  color: #a0a0a0;
     29  background-color: #ccc;
     30  height: 1px;
     31  width: 100%;
     32  text-align: left;
     33  margin: 34px 0px 34px 0px;
     34}
     35
     36table.valuelist {
     37        border-width: 1px 1px 1px 1px;
     38        border-style: solid;
     39        border-color: #dddddd;
     40        border-collapse: collapse;
     41        background-color: #f0f0f0;
     42}
     43
     44table.indextable {
     45        border-width: 1px 1px 1px 1px;
     46        border-style: solid;
     47        border-collapse: collapse;
     48        background-color: #f0f0f0;
     49    border-color:#555;
     50    font-size: 100%;
     51}
     52
     53table td.largeindex {
     54        border-width: 1px 1px 1px 1px;
     55        border-collapse: collapse;
     56        background-color: #f0f0f0;
     57    border-color:#555;
     58    font-size: 120%;
     59}
     60
     61table.valuelist th {
     62        border-width: 1px 1px 1px 2px;
     63        padding: 4px;
     64        border-style: solid;
     65        border-color: #666;
     66    color:white;
     67    background-color:#666;
     68}
     69
     70th.titleheader  {
     71        border-width: 1px 0px 1px 0px;
     72        padding: 2px;
     73        border-style: solid;
     74        border-color: #666;
     75    color:white;
     76    background-color:#555;
     77    background-image:url('images/gradient.png')};
     78    background-repeat: repeat-x;
     79    font-size: 100%;
     80}
     81
     82
     83th.largeheader {
     84        border-width: 1px 0px 1px 0px;
     85        padding: 4px;
     86        border-style: solid;
     87        border-color: #444;
     88    color:white;
     89    background-color:#555555;
     90    font-size: 120%;
     91}
     92
     93p {
     94
     95  margin-left: 4px;
     96  margin-top: 8px;
     97  margin-bottom: 8px;
    598}
    699
    7100a:link
    8101{
    9   color: #004faf;
     102  color: #004;
    10103  text-decoration: none
    11104}
     
    41134}
    42135
    43 td.postheader
    44 {
    45   font-family: sans-serif
    46 }
    47 
    48 tr.address
    49 {
    50   font-family: sans-serif
    51 }
    52 
    53136body
    54137{
    55138  background: #ffffff;
    56139  color: black
     140
     141
     142
     143
     144
     145
     146
     147
     148
     149
     150
     151
     152
     153
     154
     155
     156
     157
     158
     159
     160
     161
     162
     163
     164
     165
     166
     167
    57168}
    58169
     
    78189table tr pre
    79190{
    80   padding-top: none;
    81   padding-bottom: none;
    82   padding-left: none;
    83   padding-right: none;
     191  padding-top: ;
     192  padding-bottom: ;
     193  padding-left: ;
     194  padding-right: ;
    84195  border: none;
    85196  background: none
     
    138249    font-size: 0.65em
    139250}
     251
     252
     253
     254
     255
     256
     257
     258
     259
     260
     261
     262
     263
     264
     265
     266
     267
     268
     269
     270
     271
     272
     273
     274
     275
     276
     277
     278
     279
     280
     281
     282
     283
     284
Note: See TracChangeset for help on using the changeset viewer.