~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/propgrid/contrib/docs/html/propgrid/doxygen.css

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
H1 {
2
 
        text-align: center;
3
 
        font-family: Arial, Helvetica, sans-serif;
4
 
}
5
 
H2 {
6
 
        font-family: Geneva, Arial, Helvetica, sans-serif;
7
 
}
8
 
CAPTION { font-weight: bold }
9
 
DIV.qindex {
10
 
        width: 100%;
11
 
        background-color: #eeeeff;
12
 
        border: 1px solid #B0B0B0;
13
 
        text-align: center;
14
 
        margin: 2px;
15
 
        padding: 2px;
16
 
}
17
 
A.qindex {
18
 
       text-decoration: none;
19
 
       font-weight: bold;
20
 
       color: #1A419D;
21
 
       padding: 2px;
22
 
}
23
 
A.qindex:visited {
24
 
       text-decoration: none;
25
 
       font-weight: bold;
26
 
       color: #1A419D
27
 
       padding: 2px;
28
 
}
29
 
A.qindex:hover {
30
 
        text-decoration: none;
31
 
        background-color: #ddddff;
32
 
        padding: 2px;
33
 
}
34
 
A.qindexHL {
35
 
        text-decoration: none;
36
 
        font-weight: bold;
37
 
        background-color: #6666cc;
38
 
        color: #ffffff;
39
 
        padding: 2 6px;
40
 
        border: 1px double #9295C2;
41
 
           }
42
 
A.qindexHL:hover {
43
 
        text-decoration: none;
44
 
        background-color: #6666cc;
45
 
        color: #ffffff;
46
 
        padding: 2px 6px;
47
 
}
48
 
A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
49
 
A.el { text-decoration: none; font-weight: bold }
50
 
A.elRef { font-weight: bold }
51
 
A.code { text-decoration: none; font-weight: normal; color: #1A419D}
52
 
A.codeRef { font-weight: normal; color: #1A419D}
53
 
A:hover { text-decoration: none; background-color: #f2f2ff }
54
 
DL.el { margin-left: -1cm }
55
 
PRE.fragment {
56
 
        border: 1px solid #CCCCCC;
57
 
        background-color: #f5f5f5;
58
 
        margin-top: 4px;
59
 
        margin-bottom: 4px;
60
 
        margin-left: 2px;
61
 
        margin-right: 8px;
62
 
        padding-left: 6px;
63
 
        padding-right: 6px;
64
 
        padding-top: 4px;
65
 
        padding-bottom: 4px;
66
 
}
67
 
DIV.fragment {
68
 
        border: 1px solid #CCCCCC;
69
 
        background-color: #f5f5f5;
70
 
        padding: 6px;
71
 
}
72
 
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
73
 
TD.md { background-color: #F4F4FB; font-weight: bold; }
74
 
TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
75
 
TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
76
 
DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
77
 
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
78
 
BODY {
79
 
        background: white;
80
 
        color: black;
81
 
        margin-right: 20px;
82
 
        margin-left: 20px;
83
 
}
84
 
TD.indexkey {
85
 
        background-color: #eeeeff;
86
 
        font-weight: bold;
87
 
        padding-right  : 10px;
88
 
        padding-top    : 2px;
89
 
        padding-left   : 10px;
90
 
        padding-bottom : 2px;
91
 
        margin-left    : 0px;
92
 
        margin-right   : 0px;
93
 
        margin-top     : 2px;
94
 
        margin-bottom  : 2px;
95
 
        border: 1px solid #CCCCCC;
96
 
}
97
 
TD.indexvalue {
98
 
        background-color: #eeeeff;
99
 
        font-style: italic;
100
 
        padding-right  : 10px;
101
 
        padding-top    : 2px;
102
 
        padding-left   : 10px;
103
 
        padding-bottom : 2px;
104
 
        margin-left    : 0px;
105
 
        margin-right   : 0px;
106
 
        margin-top     : 2px;
107
 
        margin-bottom  : 2px;
108
 
        border: 1px solid #CCCCCC;
109
 
}
110
 
TR.memlist {
111
 
   background-color: #f0f0f0; 
112
 
}
113
 
P.formulaDsp { text-align: center; }
114
 
IMG.formulaDsp { }
115
 
IMG.formulaInl { vertical-align: middle; }
116
 
SPAN.keyword       { color: #008000 }
117
 
SPAN.keywordtype   { color: #604020 }
118
 
SPAN.keywordflow   { color: #e08000 }
119
 
SPAN.comment       { color: #800000 }
120
 
SPAN.preprocessor  { color: #806020 }
121
 
SPAN.stringliteral { color: #002080 }
122
 
SPAN.charliteral   { color: #008080 }
123
 
.mdTable {
124
 
        border: 1px solid #868686;
125
 
        background-color: #F4F4FB;
126
 
}
127
 
.mdRow {
128
 
        padding: 8px 10px;
129
 
}
130
 
.mdescLeft {
131
 
        font-size: smaller;
132
 
        font-family: Arial, Helvetica, sans-serif;
133
 
        background-color: #FAFAFA;
134
 
        padding-left: 8px;
135
 
        border-top: 1px none #E0E0E0;
136
 
        border-right: 1px none #E0E0E0;
137
 
        border-bottom: 1px none #E0E0E0;
138
 
        border-left: 1px none #E0E0E0;
139
 
        margin: 0px;
140
 
}
141
 
.mdescRight {
142
 
        font-size: smaller;
143
 
        font-family: Arial, Helvetica, sans-serif;
144
 
        font-style: italic;
145
 
        background-color: #FAFAFA;
146
 
        padding-left: 4px;
147
 
        border-top: 1px none #E0E0E0;
148
 
        border-right: 1px none #E0E0E0;
149
 
        border-bottom: 1px none #E0E0E0;
150
 
        border-left: 1px none #E0E0E0;
151
 
        margin: 0px;
152
 
        padding-bottom: 0px;
153
 
        padding-right: 8px;
154
 
}
155
 
.memItemLeft {
156
 
        padding: 1px 0px 0px 8px;
157
 
        margin: 4px;
158
 
        border-top-width: 1px;
159
 
        border-right-width: 1px;
160
 
        border-bottom-width: 1px;
161
 
        border-left-width: 1px;
162
 
        border-top-style: solid;
163
 
        border-top-color: #E0E0E0;
164
 
        border-right-color: #E0E0E0;
165
 
        border-bottom-color: #E0E0E0;
166
 
        border-left-color: #E0E0E0;
167
 
        border-right-style: none;
168
 
        border-bottom-style: none;
169
 
        border-left-style: none;
170
 
        background-color: #FAFAFA;
171
 
        font-family: Geneva, Arial, Helvetica, sans-serif;
172
 
        font-size: 12px;
173
 
}
174
 
.memItemRight {
175
 
        padding: 1px 0px 0px 8px;
176
 
        margin: 4px;
177
 
        border-top-width: 1px;
178
 
        border-right-width: 1px;
179
 
        border-bottom-width: 1px;
180
 
        border-left-width: 1px;
181
 
        border-top-style: solid;
182
 
        border-top-color: #E0E0E0;
183
 
        border-right-color: #E0E0E0;
184
 
        border-bottom-color: #E0E0E0;
185
 
        border-left-color: #E0E0E0;
186
 
        border-right-style: none;
187
 
        border-bottom-style: none;
188
 
        border-left-style: none;
189
 
        background-color: #FAFAFA;
190
 
        font-family: Geneva, Arial, Helvetica, sans-serif;
191
 
        font-size: 13px;
192
 
}
193
 
.search     { color: #003399;
194
 
              font-weight: bold;
195
 
}
196
 
FORM.search {
197
 
              margin-bottom: 0px;
198
 
              margin-top: 0px;
199
 
}
200
 
INPUT.search { font-size: 75%;
201
 
               color: #000080;
202
 
               font-weight: normal;
203
 
               background-color: #eeeeff;
204
 
}
205
 
TD.tiny      { font-size: 75%;
206
 
}
207
 
a {
208
 
        color: #252E78;
209
 
}
210
 
a:visited {
211
 
        color: #3D2185;
212
 
}