Warning, /graphics/digikam/project/reports/krazy/style.css is written in an unsupported language. File is not indexed.
0001 html, body { 0002 margin: 0; 0003 padding: 0; 0004 } 0005 0006 #title { 0007 background: #FFF0D2; 0008 width: 100%; 0009 margin-bottom: 0px; 0010 padding: 10px 0px; 0011 border-bottom: 2px solid #FFE1AD; 0012 } 0013 0014 #title .logo { 0015 float: left; 0016 background: url(img/logo.png); 0017 background-repeat: no-repeat; 0018 background-position: 16px 0px; 0019 width: 64px; 0020 height: 64px; 0021 } 0022 0023 #title .header { 0024 margin: 0; 0025 padding: 0; 0026 padding-left: 130px; 0027 } 0028 0029 #title .header a { 0030 font-weight: normal; 0031 text-decoration: none; 0032 } 0033 #title .header a:hover { 0034 text-decoration: none; 0035 } 0036 0037 #title .header h1 { 0038 margin: 0; 0039 padding: 0; 0040 text-align: left; 0041 font-family: Georgia, 'Times New Roman', serif; 0042 font-size: xx-large; 0043 font-weight: normal; 0044 } 0045 0046 #title .header p { 0047 margin: 0; 0048 padding: 0; 0049 text-align: left; 0050 font-family: Georgia, 'Times New Roman', serif; 0051 font-size: medium; 0052 font-weight: bold; 0053 } 0054 0055 #content { 0056 width: 70%; 0057 margin: 0; 0058 margin-left: 100px; 0059 padding: 0; 0060 padding-left: 20px; 0061 border: none; 0062 border-left: 6px solid #FFE1AD; 0063 border-top: 1px solid white; 0064 border-bottom: 1px solid white; 0065 } 0066 0067 #content p { 0068 margin-top: 1ex; 0069 } 0070 0071 .right { 0072 float: right; 0073 clear: both; 0074 margin: 1ex 1em; 0075 } 0076 0077 #content ul { 0078 margin: 0; 0079 padding: 0; 0080 list-style-type: none; 0081 } 0082 0083 #content ul li { 0084 background-image: url(img/slick.png); 0085 background-repeat: no-repeat; 0086 margin-top: 1ex; 0087 padding-left: 16px; 0088 } 0089 0090 #content ul li li { 0091 background-image: none; 0092 padding-left: 0px; 0093 } 0094 0095 #content ul.compact li { 0096 margin-top: 0px; 0097 } 0098 0099 #content h1, #content h2 { 0100 width: 100%; 0101 margin-top: 2ex; 0102 padding-top: 0.3ex; 0103 border-top: 2px solid #FFE1AD; 0104 text-align: left; 0105 font-family: Georgia, 'Times New Roman', serif; 0106 font-size: x-large; 0107 font-weight: normal; 0108 } 0109 0110 #content h2 { 0111 width: auto; 0112 margin-left: 35px; 0113 padding-left: 0.5em; 0114 border-left: 2px solid #FFE1AD; 0115 font-size: large; 0116 } 0117 0118 #footer { 0119 background: #FFF0D2; 0120 width: 100%; 0121 margin-bottom: 0px; 0122 padding: 10px 0px; 0123 border-top: 2px solid #FFE1AD; 0124 text-align: right; 0125 color: #777; 0126 font-size: small; 0127 } 0128 0129 #footer p { 0130 margin: 0; 0131 padding-right: 10px; 0132 } 0133 0134 0135 #pointers { 0136 float: right; 0137 clear: both; 0138 margin: 1ex 1em; 0139 text-align: center; 0140 } 0141 0142 #pointers .items { 0143 width: 100%; 0144 border: 3px solid #FFE1AD; 0145 } 0146 0147 #pointers a { 0148 color: inherit; 0149 } 0150 0151 #pointers .items div { 0152 width: 100%; 0153 padding: 3px 0px; 0154 font-size: x-small; 0155 font-weight: bold; 0156 color: white; 0157 } 0158 0159 div.abstract { 0160 background-image: url(img/frame.png); 0161 background-position: bottom left; 0162 background-repeat: no-repeat; 0163 min-height: 40px; 0164 margin-left: 2em; 0165 margin-right: 2em; 0166 margin-bottom: 20px; 0167 } 0168 0169 .abstract p, p.abstract { 0170 padding-left: 20px; 0171 padding-right: 20px; 0172 padding-bottom: 0px; 0173 font-size: x-small; 0174 font-shape: italic; 0175 } 0176 0177 .abstract p em { 0178 font-weight: bold; 0179 } 0180 0181 .error { 0182 color: red; 0183 } 0184 0185 .success { 0186 color: green; 0187 } 0188 0189 .trow { 0190 padding-left: 0.2cm; 0191 border-bottom:1px dashed #C9AF83; 0192 } 0193 0194 0195 div.figure, div.note, div.dox , div.warn, div.build { 0196 background-color: #FFF0D2; 0197 background-position: 8px 8px; 0198 background-repeat: no-repeat; 0199 min-height: 40px; 0200 margin: 1ex 35px 2ex 35px; 0201 padding: 6px 0.5em 6px 55px; 0202 border: 2px solid #FFE1AD; 0203 font-size: x-small; 0204 } 0205 0206 div.note { 0207 background-image: url(img/info.png); 0208 } 0209 div.dox { 0210 background-image: url(img/example.png); 0211 } 0212 div.warn { 0213 background-image: url(img/warning.png); 0214 } 0215 div.build { 0216 background-image: url(img/build.png); margin-top: 2ex; 0217 } 0218 0219 li div.figure, li div.note, li div.dox ,li div.warn, li div.build { 0220 margin-left: 0px; 0221 } 0222 0223 div.dox div.credit { 0224 float: right; 0225 font-size: xx-small; 0226 font-style: italic; 0227 } 0228 0229 div.figure { 0230 margin-right: 0px; 0231 padding-left: 0.5em; 0232 } 0233 0234 div.clear { 0235 clear: both; 0236 height: 1px; 0237 } 0238 0239 .note img { 0240 float: left; 0241 margin: 0px 0px 0px -60px; 0242 } 0243 0244 a { 0245 text-decoration: underline; 0246 color: inherit; 0247 font-weight: bold; 0248 } 0249 a:visited { 0250 text-decoration: none; 0251 } 0252 a:hover { 0253 text-decoration: underline; 0254 } 0255 0256 th { 0257 background: #FFF0D2; 0258 } 0259 0260 0261 0262 .underline { 0263 border-bottom: 2px solid #FFE1AD; 0264 } 0265 .leftline { 0266 border-left: 2px solid #FFE1AD; 0267 padding-left: 1em; 0268 } 0269 .rightline { 0270 border-right: 2px solid #FFE1AD; 0271 padding-right: 1em; 0272 } 0273 .overline { 0274 border-top: 2px solid #FFE1AD; 0275 } 0276 0277 /* Stuff which is special to the DocBook Sanitizer */ 0278 .lineno { 0279 color: blue; 0280 font-family: sans-serif; 0281 } 0282 0283 .markup { 0284 font-family: monospace; 0285 background: #F8F4F8; 0286 color: black; 0287 } 0288 0289 .dbexcerpt { 0290 font-family: monospace; 0291 background: #F8F4F8; 0292 color: black; 0293 border-style: dashed; 0294 border-width: 0px 1px; 0295 padding-left: 8px; 0296 } 0297 0298 p.explanation:before { 0299 color: black; 0300 content: "Why should I care? "; 0301 font-weight: bolder; 0302 } 0303 0304 p.explanation { 0305 margin-top: 36px; 0306 margin-left: 32px; 0307 padding: 18px; 0308 font-size: small; 0309 border-width: 1px; 0310 border-color: #000030; 0311 border-style: dashed; 0312 background-color: #FAFAD2; 0313 text-align: justify; 0314 } 0315 0316 .toolmsg { 0317 border-style: dotted; 0318 border-width: 1px 0px; 0319 font-family: sans-serif; 0320 color: #565330; 0321 background: #FFF68F; 0322 display: block; 0323 padding-left: 8px; 0324 padding-top: 4px; 0325 padding-bottom: 4px; 0326 } 0327 0328 .toolresult { 0329 margin-left: 1cm; 0330 } 0331 0332 p.breadcrumbs, p.crosslinks { 0333 font-size: x-small; 0334 font-style: sans-serif; 0335 } 0336 0337 /* kdetestscripts styles */ 0338 0339 div.title { 0340 background: #FFF0D2; 0341 border: 1px solid black; 0342 margin: 1.5em 0 0 0em; 0343 padding: .25em; 0344 z-index:-10; 0345 font-weight: bold; 0346 } 0347 div.todo { 0348 padding: 1em; 0349 background: #d5e6fd; 0350 border: 1px solid black; 0351 margin-top: 2px; 0352 } 0353 0354 div.test { 0355 margin: 1ex 35px 2ex 35px; 0356 padding: 6px 0.5em 6px 55px; 0357 border: 2px solid #FFE1AD; 0358 } 0359 0360 div.list { 0361 clear: both; 0362 border: 1px solid black; 0363 margin: -1px 0 .5em 0; 0364 padding: 0.5ex 1em; 0365 } 0366 div.resolution { 0367 margin: -.75em -.75em .3em -.75em; 0368 padding: .25em; 0369 background: red; 0370 border: 1px solid black; 0371 } 0372 div.list ul li{ 0373 border: 1px solid green; 0374 border-width: 0 0 1px 0; 0375 padding-top: .5em; 0376 } 0377 div.list ul { 0378 padding: .25em; 0379 list-style-type: none; 0380 margin: .5em; 0381 } 0382 0383 .boxed { 0384 border: 1px solid #FFE1AD; 0385 } 0386 0387 th.numresult, td.numresult { 0388 width: 8em; 0389 min-width: 8em; 0390 text-align: right; 0391 } 0392