No file comparison filters were active.
| 1 | /* @group General Styles */ |
| 3 | body |
| 4 | { |
| 5 | /*background-image: url(images/bg.gif);*/ |
| 6 | font-size: 11px; |
| 7 | margin: 0px; |
| 8 | padding: 0px; |
| 9 | border-width: 0 12px; |
| 10 | border-style: solid; |
|
| 1 | /* @group General Styles */ |
| 3 | body |
| 4 | { |
| 5 | /*background-image: url(images/bg.gif);*/ |
| 6 | font-size: 11px; |
| 7 | margin: 0px; |
| 8 | padding: 0px; |
| 9 | border-width: 0 12px; |
| 10 | border-style: solid; |
|
|
|
|
| 11 | } |
| 13 | a |
| 14 | { |
| 15 | } |
| 17 | p { |
| 18 | } |
| 20 | b, strong { |
| 22 | } |
| 24 | a:link, a:visited { |
| 25 | text-decoration: underline; |
| 26 | } |
| 28 | a:hover, a:active { |
| 29 | text-decoration: none; |
| 30 | } |
| 32 | img { |
| 33 | border: none; |
| 34 | } |
| 39 | .image-left { |
| 40 | float: left; |
| 41 | margin: 3px 1em 1em 0; |
| 42 | padding: 3px; |
|
| 12 | } |
| 14 | a |
| 15 | { |
| 16 | } |
| 18 | p { |
| 19 | } |
| 21 | b, strong { |
| 23 | } |
| 25 | a:link, a:visited { |
| 26 | text-decoration: underline; |
| 27 | } |
| 29 | a:hover, a:active { |
| 30 | text-decoration: none; |
| 31 | } |
| 33 | img { |
| 34 | border: none; |
| 35 | } |
| 40 | .image-left { |
| 41 | float: left; |
| 42 | margin: 3px 1em 1em 0; |
| 43 | padding: 3px; |
|
|
|
|
| 43 | } |
| 45 | .image-right { |
| 46 | float: right; |
| 47 | margin: 3px 0 1em 1em; |
| 48 | padding: 3px; |
|
| 45 | } |
| 47 | .image-right { |
| 48 | float: right; |
| 49 | margin: 3px 0 1em 1em; |
| 50 | padding: 3px; |
|
|
|
|
| 49 | } |
| 51 | .clearer { |
| 52 | clear: both; |
| 53 | } |
| 55 | /* @end */ |
| 57 | /* @group Layout */ |
|
| 52 | } |
| 54 | .clearer { |
| 55 | clear: both; |
| 56 | } |
| 58 | /* @end */ |
| 60 | /* @group Layout */ |
|
|
|
|
| 59 | #container |
| 60 | { |
| 61 | width: 680px; |
| 62 | margin-left: auto; |
| 63 | margin-right: auto; |
| 64 | border-width: 0 1px; |
| 65 | border-style: solid; |
|
| 63 | #container |
| 64 | { |
| 65 | width: 680px; |
| 66 | margin-left: auto; |
| 67 | margin-right: auto; |
| 68 | border-width: 0 1px; |
| 69 | border-style: solid; |
|
|
|
|
| 66 | } |
| 68 | #pageHeader |
| 69 | { |
| 70 | position: relative; |
| 71 | margin: 0px; |
| 72 | /*border-bottom: 1px solid white;*/ |
| 73 | width: 100%; |
|
| 71 | } |
| 73 | #pageHeader |
| 74 | { |
| 75 | position: relative; |
| 76 | margin: 0px; |
| 77 | /*border-bottom: 1px solid white;*/ |
| 78 | width: 100%; |
|
| 74 | background-color: #666; |
|
| 79 | background-color: transparent; |
|
| 75 | overflow: hidden; |
| 76 | } |
| 78 | #pageHeader img { |
| 79 | position: relative; |
| 80 | display: block; |
| 81 | width: 100%; |
| 82 | } |
|
| 80 | overflow: hidden; |
| 81 | } |
| 83 | #pageHeader img { |
| 84 | position: relative; |
| 85 | display: block; |
| 86 | width: 100%; |
| 87 | } |
|
| 84 | #pageHeader #image1 img, #pageHeader #image2 img, #pageHeader #image3 img, #pageHeader #image4 img, #pageHeader #image5 img { |
| 85 | display: none; |
| 86 | } |
|
|
| 88 | #pageHeader h1 |
| 89 | { |
| 90 | position: absolute; |
| 91 | left: 20px; |
| 92 | top: 70px; |
| 93 | color: white; |
| 94 | font-size: 48px; |
| 95 | font-weight: bold; |
| 96 | margin: 0px; |
| 97 | z-index: 60; |
| 98 | } |
| 100 | #pageHeader h2 |
| 101 | { |
| 102 | position: absolute; |
| 103 | right: 20px; |
| 104 | bottom: 20px; |
| 105 | color: white; |
| 106 | font-size: 16px; |
| 107 | font-weight: bold; |
| 108 | margin: 0px; |
| 109 | float: right; |
| 110 | z-index: 60; |
| 111 | } |
| 113 | #pageHeader h1.header_effect, #pageHeader h2.header_effect { |
| 114 | display: none; |
| 115 | position: absolute; |
| 116 | z-index: 50; |
| 117 | white-space: nowrap; |
| 118 | } |
| 120 | #pageHeader h1.header_effect { |
| 121 | top: -100px; |
| 122 | left: -120px; |
| 123 | font-size: 240px; |
| 124 | } |
| 126 | #pageHeader h2.header_effect { |
| 127 | bottom: -20px; |
| 128 | left: 250px; |
| 129 | font-size: 160px; |
| 130 | } |
|
| 90 | #pageHeader h1 |
| 91 | { |
| 92 | position: absolute; |
| 93 | left: 20px; |
| 94 | top: 70px; |
| 95 | color: white; |
| 96 | font-size: 48px; |
| 97 | font-weight: bold; |
| 98 | margin: 0px; |
| 99 | z-index: 60; |
| 100 | } |
| 102 | #pageHeader h2 |
| 103 | { |
| 104 | position: absolute; |
| 105 | right: 20px; |
| 106 | bottom: 20px; |
| 107 | color: white; |
| 108 | font-size: 16px; |
| 109 | font-weight: bold; |
| 110 | margin: 0px; |
| 111 | float: right; |
| 112 | z-index: 60; |
| 113 | } |
| 115 | #pageHeader h1.header_effect, #pageHeader h2.header_effect { |
| 116 | display: none; |
| 117 | position: absolute; |
| 118 | z-index: 50; |
| 119 | white-space: nowrap; |
| 120 | } |
| 122 | #pageHeader h1.header_effect { |
| 123 | top: -100px; |
| 124 | left: -120px; |
| 125 | font-size: 240px; |
| 126 | } |
| 128 | #pageHeader h2.header_effect { |
| 129 | bottom: -20px; |
| 130 | left: 250px; |
| 131 | font-size: 160px; |
| 132 | } |
|
|
|
| 134 | #sidebar { |
| 135 | padding-bottom: 20px; |
| 136 | } |
|
| 132 | #sidebar h3 |
| 133 | { |
| 134 | font-size: 13px; |
| 135 | border-bottom: 1px solid black; |
| 136 | margin-bottom: 4px; |
| 137 | margin-top: 16px; |
| 138 | clear: both; |
| 139 | } |
| 141 | #contentContainer { |
|
| 138 | #sidebar h3 |
| 139 | { |
| 140 | font-size: 13px; |
| 141 | border-bottom: 1px solid black; |
| 142 | margin-bottom: 4px; |
| 143 | margin-top: 16px; |
| 144 | clear: both; |
| 145 | } |
| 147 | #contentContainer { |
|
|
|
| 148 | padding-bottom: 20px; |
| 149 | } |
| 151 | #sidebarContainer { |
| 152 | line-height: 1.5em; |
| 153 | width: 180px; |
| 154 | top: 0px; |
| 155 | padding: 10px; |
| 156 | font-size: 0.9em; |
|
| 142 | } |
| 144 | #sidebar p |
| 145 | { |
| 146 | margin-bottom: 8px; |
| 147 | } |
| 149 | #sidebar ul |
| 150 | { |
| 151 | margin-left: 1em; |
| 152 | padding-left: 0px; |
| 153 | } |
| 155 | #sidebarContainer .sideHeader { |
| 156 | font-size: 1.4em; |
|
| 157 | } |
| 159 | #sidebar p |
| 160 | { |
| 161 | margin-bottom: 8px; |
| 162 | } |
| 164 | #sidebar ul |
| 165 | { |
| 166 | margin-left: 1em; |
| 167 | padding-left: 0px; |
| 168 | } |
| 170 | #sidebarContainer .sideHeader { |
| 171 | font-size: 1.4em; |
|
|
|
| 172 | margin-bottom: 0.8em; |
|
| 157 | } |
| 159 | #content |
| 160 | { |
| 161 | padding: 20px; |
| 162 | line-height: 1.3em; |
|
| 173 | } |
| 175 | #content |
| 176 | { |
| 177 | padding: 20px; |
| 178 | line-height: 1.3em; |
|
|
|
| 179 | padding-bottom: 20px; |
|
| 163 | } |
| 165 | #content h2 |
| 166 | { |
| 167 | font-size: 18px; |
| 168 | /* 18px is the default minimum font size for which anti-aliasing will occur. */ |
| 169 | margin: 0px; |
|
| 180 | } |
| 182 | #content h2 |
| 183 | { |
| 184 | font-size: 18px; |
| 185 | /* 18px is the default minimum font size for which anti-aliasing will occur. */ |
| 186 | margin: 0px; |
|
|
|
| 187 | margin-bottom: 0.5em; |
| 188 | line-height: 1.2em; |
|
| 170 | } |
| 172 | #content p |
| 173 | { |
| 174 | text-align: left; |
| 175 | line-height: 1.3em; |
| 176 | } |
| 178 | #footer |
| 179 | { |
| 180 | width: 678px; |
| 181 | padding-top: 5px; |
| 182 | padding-bottom: 5px; |
| 183 | text-align: center; |
| 184 | margin-left: auto; |
| 185 | margin-right: auto; |
|
| 189 | } |
| 191 | #content p |
| 192 | { |
| 193 | text-align: left; |
| 194 | line-height: 1.3em; |
| 195 | } |
| 197 | #footer |
| 198 | { |
| 199 | width: 678px; |
| 200 | padding-top: 5px; |
| 201 | padding-bottom: 5px; |
| 202 | text-align: center; |
| 203 | margin-left: auto; |
| 204 | margin-right: auto; |
|
| 186 | /*border: 1px solid #b0b0b0;*/ |
|
| 205 | border-width: 0 0 1px; |
| 206 | border-style: solid; |
|
| 187 | background-color: #eeeeee; |
| 188 | color: #b0b0b0; |
| 189 | clear: both; |
|
| 207 | background-color: #eeeeee; |
| 208 | color: #b0b0b0; |
| 209 | clear: both; |
|
|
|
|
|
|
|
|
|
| 213 | #footer p { |
| 214 | line-height: 1em; |
| 215 | margin: 0.5em auto; |
| 216 | padding: 0; |
|
| 191 | } |
| 193 | #logo img { |
| 194 | width: auto; |
| 195 | } |
| 197 | div#logo { |
| 198 | position: absolute; |
| 199 | text-align: center; |
| 200 | width: auto; |
| 201 | top: 30%; |
| 202 | right: 20px; |
| 203 | } |
| 205 | /* @end */ |
| 207 | /* @group Toolbar */ |
| 209 | #navcontainer |
| 210 | { |
| 211 | position: fixed; |
| 212 | top: 0px; |
| 213 | margin-top: 0px; |
| 214 | padding: 0px; |
| 215 | z-index: 99; |
| 216 | } |
|
| 217 | } |
| 219 | #logo img { |
| 220 | width: auto; |
| 221 | } |
| 223 | div#logo { |
| 224 | position: absolute; |
| 225 | text-align: center; |
| 226 | width: auto; |
| 227 | top: 30%; |
| 228 | right: 20px; |
| 229 | } |
| 231 | /* @end */ |
| 233 | /* @group Toolbar */ |
| 235 | #navcontainer |
| 236 | { |
| 237 | position: fixed; |
| 238 | top: 0px; |
| 239 | margin-top: 0px; |
| 240 | padding: 0px; |
| 241 | z-index: 99; |
| 242 | } |
|
|
|
| 244 | * html #navcontainer { |
| 245 | position: relative; |
| 246 | margin: 0 auto; |
| 247 | left: auto; |
| 248 | } |
|
| 219 | #navcontainer ul { |
| 220 | margin: 0; |
| 221 | padding: 0; |
| 222 | width: 100%; |
| 223 | } |
| 225 | #navcontainer li |
| 226 | { |
| 227 | display: block; |
| 228 | float: left; |
| 229 | width: 20%; |
| 230 | text-align: center; |
| 231 | line-height: 25px; |
|
| 251 | #navcontainer ul { |
| 252 | margin: 0; |
| 253 | padding: 0; |
| 254 | width: 100%; |
| 255 | } |
| 257 | #navcontainer li |
| 258 | { |
| 259 | display: block; |
| 260 | float: left; |
| 261 | width: 20%; |
| 262 | text-align: center; |
| 263 | line-height: 25px; |
|
|
|
|
| 233 | list-style: none; |
| 234 | } |
| 236 | #navcontainer li a |
| 237 | { |
| 238 | display: block; |
| 239 | padding-left: 15px; |
| 240 | padding-right: 15px; |
| 241 | height: 25px; |
| 242 | line-height: 25px; |
| 243 | color: white; |
| 244 | text-decoration: none; |
| 245 | } |
| 247 | #navcontainer li a:hover |
| 248 | { |
| 249 | /*background-color: #666666;*/ |
| 250 | } |
| 252 | #navcontainer ul ul { |
| 253 | position: absolute; |
| 254 | left: 0; |
| 255 | width: 100%; |
| 256 | height: 20px; |
| 257 | margin: 0; |
| 258 | } |
| 260 | #navcontainer ul ul li { |
|
| 265 | list-style: none; |
| 266 | } |
| 268 | #navcontainer li a |
| 269 | { |
| 270 | display: block; |
| 271 | padding-left: 15px; |
| 272 | padding-right: 15px; |
| 273 | height: 25px; |
| 274 | line-height: 25px; |
| 275 | color: white; |
| 276 | text-decoration: none; |
| 277 | } |
| 279 | #navcontainer li a:hover |
| 280 | { |
| 281 | /*background-color: #666666;*/ |
| 282 | } |
| 284 | #navcontainer ul ul { |
| 285 | position: absolute; |
| 286 | left: 0; |
| 287 | width: 100%; |
| 288 | height: 20px; |
| 289 | margin: 0; |
| 290 | } |
| 292 | #navcontainer ul ul li { |
|
|
|
| 293 | font-size: 0.9em; |
| 294 | } |
| 296 | #navcontainer ul ul ul li { |
| 297 | font-size: 0.9em; |
|
| 262 | } |
| 264 | #navcontainer ul ul li a { |
| 265 | height: 20px; |
| 266 | line-height: 20px; |
| 267 | } |
| 269 | /* @end */ |
| 271 | /* @group Global Classes */ |
| 273 | blockquote, .standout { |
| 275 | } |
| 277 | h1 { |
| 278 | font-size: 2em; |
| 279 | } |
| 281 | h2 { |
| 282 | font-size: 1.5em; |
| 283 | } |
| 285 | h3 { |
| 286 | } |
| 288 | h4 { |
| 289 | } |
| 291 | .imageStyle { |
| 293 | } |
| 295 | .clear-left { |
| 296 | clear: left; |
| 297 | } |
| 298 | |
| 299 | /* @end */ |
| 301 | /* @group Blog */ |
| 303 | /* @group Archive Page */ |
| 305 | .blog-archive-background { |
|
| 298 | } |
| 300 | #navcontainer ul ul li a { |
| 301 | height: 20px; |
| 302 | line-height: 20px; |
| 303 | } |
| 305 | /* @end */ |
| 307 | /* @group Global Classes */ |
| 309 | blockquote, .standout { |
| 311 | } |
| 313 | h1 { |
| 314 | font-size: 2em; |
| 315 | } |
| 317 | h2 { |
| 318 | font-size: 1.5em; |
| 319 | } |
| 321 | h3 { |
| 322 | } |
| 324 | h4 { |
| 325 | } |
| 327 | .imageStyle { |
| 329 | } |
| 331 | .clear-left { |
| 332 | clear: left; |
| 333 | } |
| 334 | |
| 335 | /* @end */ |
| 337 | /* @group Blog */ |
| 339 | /* @group Archive Page */ |
| 341 | .blog-archive-background { |
|
|
|
| 342 | font-size: 0.9em; |
| 343 | position: relative; |
| 344 | text-align: center; /* To Make Content Centered */ |
|
| 307 | } |
| 309 | .blog-archive-headings-wrapper { |
|
| 345 | } |
| 347 | .blog-archive-headings-wrapper { |
|
| 310 | text-align: left; /* Hack To Keep IE5 Windows Happy */ |
|
| 348 | text-align: center; |
| 349 | padding: 0.5em 1em; |
| 350 | position: relative; |
|
| 311 | } |
| 313 | .blog-archive-entries-wrapper { |
|
| 352 | } |
| 354 | .blog-archive-entries-wrapper { |
|
| 314 | text-align: left; /* Hack To Keep IE5 Windows Happy */ |
| 315 | padding-top: 20px; |
| 316 | } |
| 318 | .blog-archive-entries-wrapper .blog-entry { |
|
| 355 | text-align: left; |
| 356 | padding: 1em; |
|
| 319 | } |
| 321 | .blog-archive-month { |
|
| 357 | } |
| 359 | .blog-archive-month { |
|
|
|
| 360 | position: relative; |
| 361 | font-weight: normal; |
|
|
|
|
| 324 | letter-spacing: 1px; |
| 325 | margin: 0 0 5px; |
| 326 | } |
|
|
|
|
|
| 328 | .blog-archive-link { |
| 329 | padding: 0 20px 20px; |
|
|
|
|
|
| 332 | .blog-archive-link a:link, .blog-archive-link a:visited { |
|
| 367 | .blog-archive-link { |
| 368 | position: relative; |
| 369 | margin-top: 10px; |
| 370 | text-decoration: underline; |
|
|
|
|
|
|
|
|
|
|
| 339 | margin-bottom: 30px; |
| 340 | padding-bottom: 15px; |
|
| 374 | border-bottom-width: 1px; |
| 375 | border-bottom-style: solid; |
| 376 | margin-bottom: 25px; |
|
| 341 | } |
| 343 | .blog-entry-title { |
|
| 377 | } |
| 379 | .blog-entry-title { |
|
| 344 | font-size: 1.9em; |
| 345 | font-weight: bold; |
|
| 380 | font-size: 1.3em; |
| 381 | font-weight: normal; |
|
|
|
|
|
|
| 383 | line-height: 1.5em !important; |
|
| 347 | } |
| 349 | .blog-entry-date { |
| 350 | margin-bottom: 10px; |
|
| 384 | } |
| 386 | .blog-entry-date { |
| 387 | margin-bottom: 10px; |
|
|
|
|
| 351 | } |
| 353 | .blog-entry-body { |
|
| 389 | } |
| 391 | .blog-entry-body { |
|
| 354 | } |
| 356 | .blog-entry-comments { |
| 357 | padding-top: 10px; |
| 358 | } |
| 360 | .blog-entry-category { |
| 361 | } |
| 363 | .blog-category-link-enabled { |
| 364 | } |
| 366 | .blog-category-link-disabled { |
|
|
| 367 | } |
| 369 | /* styles the archives in the blog sidebar */ |
| 370 | #blog-archives { |
| 371 | margin-bottom: 10px; |
| 372 | } |
| 374 | .blog-archive-link-enabled { |
| 375 | margin: 0 5px; |
| 376 | } |
| 378 | .blog-archive-link-disabled { |
| 379 | margin: 0 5px; |
| 380 | } |
| 382 | /* Styles the blog categories in the blog sidebar */ |
| 383 | #blog-categories { |
| 384 | margin-bottom: 10px; |
| 385 | font-size: 1.1em; |
| 386 | } |
| 388 | .blog-category-link-enabled { |
| 389 | margin: 0 5px; |
| 390 | } |
| 392 | .blog-category-link-disabled { |
| 393 | margin: 0 5px; |
| 394 | } |
| 396 | /* Styles the blog RSS feeds in the blog sidebar */ |
| 397 | #blog-rss-feeds { |
| 398 | margin-bottom: 10px; |
| 399 | } |
| 401 | .blog-rss-link { |
| 402 | } |
| 404 | .blog-comments-rss-link { |
| 405 | } |
| 406 | |
| 407 | /* @end */ |
|
| 393 | } |
| 395 | /* styles the archives in the blog sidebar */ |
| 396 | #blog-archives { |
| 397 | margin-bottom: 10px; |
| 398 | } |
| 400 | .blog-archive-link-enabled { |
| 401 | margin: 0 5px; |
| 402 | } |
| 404 | .blog-archive-link-disabled { |
| 405 | margin: 0 5px; |
| 406 | } |
| 408 | /* Styles the blog categories in the blog sidebar */ |
| 409 | #blog-categories { |
| 410 | margin-bottom: 10px; |
| 411 | font-size: 1.1em; |
| 412 | } |
| 414 | .blog-category-link-enabled { |
| 415 | margin: 0 5px; |
| 416 | } |
| 418 | .blog-category-link-disabled { |
| 419 | margin: 0 5px; |
| 420 | } |
| 422 | /* Styles the blog RSS feeds in the blog sidebar */ |
| 423 | #blog-rss-feeds { |
| 424 | margin-bottom: 10px; |
| 425 | } |
| 427 | .blog-rss-link { |
| 428 | } |
| 430 | .blog-comments-rss-link { |
| 431 | } |
| 432 | |
| 433 | /* @end */ |
|
|
|
|
| 409 | |
| 410 | /* @end */ |
| 412 | /* @group File Sharing */ |
| 414 | .filesharing-description { |
| 415 | } |
| 417 | .filesharing-item { |
| 418 | margin-bottom: 10px; |
| 419 | padding: 10px; |
| 420 | } |
| 422 | .filesharing-item-title a:link { |
| 423 | } |
| 425 | .filesharing-item-title a:hover { |
| 426 | } |
| 428 | .filesharing-item-title a:visited { |
| 430 | } |
| 432 | .filesharing-item-description { |
| 433 | } |
| 435 | /* @end */ |
| 437 | /* @group Photo Album */ |
| 439 | /* @group Index Page (Thumbnail view) */ |
| 441 | .album-title { |
| 442 | letter-spacing: 2px; |
| 443 | margin-bottom: 5px; |
| 444 | font-size: 2em; |
| 445 | } |
| 447 | .album-description { |
| 448 | font-size: 1.2em; |
| 449 | margin-bottom: 75px; |
| 450 | padding-bottom: 10px; |
| 451 | } |
| 454 | .album-wrapper { |
| 455 | display: block; |
| 456 | width: 99%; |
| 457 | position: relative; |
| 458 | } |
| 460 | .thumbnail-wrap { |
| 461 | text-align: center; |
| 462 | position: relative; |
| 463 | float: left; |
| 464 | margin-bottom: 60px; |
| 465 | margin-right: 18px; |
| 466 | } |
| 468 | .thumbnail-frame { |
| 469 | position: absolute; |
| 470 | bottom: 0; |
| 471 | left: 0; |
| 472 | padding: 5px; |
| 473 | } |
| 475 | .thumbnail-frame:hover { |
| 476 | } |
| 478 | .thumbnail-frame a { |
| 479 | } |
| 481 | .thumbnail-frame a:hover { |
| 482 | background: transparent; |
| 483 | } |
| 485 | .thumbnail-frame img { |
| 486 | margin: auto; |
| 487 | |
| 488 | } |
| 490 | .thumbnail-caption { |
|
| 434 | |
| 435 | /* @end */ |
| 437 | /* @group File Sharing */ |
| 439 | .filesharing-description { |
| 440 | } |
| 442 | .filesharing-item { |
| 443 | margin-bottom: 10px; |
| 444 | padding: 10px; |
| 445 | } |
| 447 | .filesharing-item-title a:link { |
| 448 | } |
| 450 | .filesharing-item-title a:hover { |
| 451 | } |
| 453 | .filesharing-item-title a:visited { |
| 455 | } |
| 457 | .filesharing-item-description { |
| 458 | } |
| 460 | /* @end */ |
| 462 | /* @group Photo Album */ |
| 464 | /* @group Index Page (Thumbnail view) */ |
| 466 | .album-title { |
| 467 | letter-spacing: 2px; |
| 468 | margin-bottom: 5px; |
| 469 | font-size: 2em; |
| 470 | } |
| 472 | .album-description { |
| 473 | font-size: 1.2em; |
| 474 | margin-bottom: 75px; |
| 475 | padding-bottom: 10px; |
| 476 | } |
| 479 | .album-wrapper { |
| 480 | display: block; |
| 481 | width: 99%; |
| 482 | position: relative; |
| 483 | } |
| 485 | .thumbnail-wrap { |
| 486 | text-align: center; |
| 487 | position: relative; |
| 488 | float: left; |
| 489 | margin-bottom: 60px; |
| 490 | margin-right: 18px; |
| 491 | } |
| 493 | .thumbnail-frame { |
| 494 | position: absolute; |
| 495 | bottom: 0; |
| 496 | left: 0; |
| 497 | padding: 5px; |
| 498 | } |
| 500 | .thumbnail-frame:hover { |
| 501 | } |
| 503 | .thumbnail-frame a { |
| 504 | } |
| 506 | .thumbnail-frame a:hover { |
| 507 | background: transparent; |
| 508 | } |
| 510 | .thumbnail-frame img { |
| 511 | margin: auto; |
| 512 | |
| 513 | } |
| 515 | .thumbnail-caption { |
|
|
|
|
| 492 | margin: 0; |
| 493 | padding: 0; |
| 494 | width: 100%; |
| 495 | height: 38px; |
| 496 | display: block; |
| 497 | } |
| 498 | |
| 499 | /* @end */ |
| 501 | /* @group Single Page (Photo view) */ |
| 503 | .photo-background { |
| 504 | margin: 0; |
| 505 | text-align: center; |
| 506 | } |
| 508 | .photo-navigation { |
| 509 | padding: 20px 40px 10px; |
| 510 | margin-bottom: 20px; |
| 511 | text-align: center; |
| 512 | color: #E6E6E6; |
| 513 | } |
| 515 | .photo-links { |
| 516 | } |
| 518 | .photo-navigation a:link, .photo-navigation a:visited { |
| 519 | color: #C1C1C1; |
| 520 | } |
| 522 | .photo-navigation a:hover { |
| 523 | color: #FFFFFF; |
| 524 | } |
| 526 | .photo-frame{ |
| 527 | padding: 2px; |
| 528 | } |
| 530 | .photo-title { |
| 531 | font-size: 2.5em; |
| 532 | margin: 0 0 5px; |
| 533 | } |
| 535 | .photo-caption { |
| 536 | font-size: 1.1em; |
| 537 | margin: 0; |
| 538 | color: #DADADA; |
| 539 | } |
| 541 | /* @end */ |
| 542 | |
| 543 | /* @end */ |
| 545 | /* @group Quicktime Page */ |
| 547 | .movie-description { |
| 549 | } |
| 550 | |
| 551 | /* @end */ |
| 553 | /* @group Quicktime Album */ |
| 555 | /* @group Index Page (Movie Thumbnail view) */ |
| 557 | .movie-page-title { |
| 558 | font-size: 1.9em; |
| 559 | letter-spacing: 1px; |
| 560 | font-weight: bold; |
| 561 | margin-bottom: 3px; |
| 562 | } |
| 564 | .movie-page-description { |
| 565 | margin-bottom: 8px; |
| 566 | } |
| 568 | .movie-thumbnail-frame { |
| 569 | position: relative; |
| 570 | width: 132px; |
| 571 | float: left; |
| 572 | text-align: center; |
| 573 | margin-right: 10px; |
| 574 | margin-bottom: 10px; |
|
| 516 | margin: 0; |
| 517 | padding: 0; |
| 518 | width: 100%; |
| 519 | height: 38px; |
| 520 | display: block; |
| 521 | } |
| 522 | |
| 523 | /* @end */ |
| 525 | /* @group Single Page (Photo view) */ |
| 527 | .photo-background { |
| 528 | margin: 0; |
| 529 | text-align: center; |
| 530 | } |
| 532 | .photo-navigation { |
| 533 | padding: 20px 40px 10px; |
| 534 | margin-bottom: 20px; |
| 535 | text-align: center; |
| 536 | color: #E6E6E6; |
| 537 | } |
| 539 | .photo-links { |
| 540 | } |
| 542 | .photo-navigation a:link, .photo-navigation a:visited { |
| 543 | color: #C1C1C1; |
| 544 | } |
| 546 | .photo-navigation a:hover { |
| 547 | color: #FFFFFF; |
| 548 | } |
| 550 | .photo-frame{ |
| 551 | padding: 2px; |
| 552 | } |
| 554 | .photo-title { |
| 555 | font-size: 2.5em; |
| 556 | margin: 0 0 5px; |
| 557 | } |
| 559 | .photo-caption { |
| 560 | font-size: 1.1em; |
| 561 | margin: 0; |
| 562 | color: #DADADA; |
| 563 | } |
| 565 | /* @end */ |
| 566 | |
| 567 | /* @end */ |
| 569 | /* @group Quicktime Page */ |
| 571 | .movie-description { |
| 573 | } |
| 574 | |
| 575 | /* @end */ |
| 577 | /* @group Quicktime Album */ |
| 579 | /* @group Index Page (Movie Thumbnail view) */ |
| 581 | .movie-page-title { |
| 582 | font-size: 1.9em; |
| 583 | letter-spacing: 1px; |
| 584 | font-weight: bold; |
| 585 | margin-bottom: 3px; |
| 586 | } |
| 588 | .movie-page-description { |
| 589 | margin-bottom: 8px; |
| 590 | } |
| 592 | .movie-thumbnail-frame { |
| 593 | position: relative; |
| 594 | width: 132px; |
| 595 | float: left; |
| 596 | text-align: center; |
| 597 | margin-right: 10px; |
| 598 | margin-bottom: 10px; |
|
|
|
|
| 575 | } |
| 577 | .movie-thumbnail-frame:hover { |
| 578 | } |
| 581 | .movie-thumbnail-caption { |
| 582 | } |
| 583 | |
| 584 | /* @end */ |
| 586 | /* @group Single Page (Movie View) */ |
| 588 | .movie-background { |
| 589 | text-align: center; |
| 590 | } |
| 592 | .movie-title { |
| 593 | font-size: 0.9em; |
| 594 | font-weight: bold; |
| 595 | color: #E6E6E6; |
| 596 | } |
| 598 | .movie-frame { |
| 599 | margin-top: 10px; |
| 600 | } |
| 601 | |
| 602 | /* @end */ |
| 605 | /* @end */ |
| 607 | /* @group Contact Form */ |
| 608 | .message-text { |
| 609 | } |
| 611 | .required-text { |
| 612 | } |
| 614 | .form-input-field { |
| 615 | } |
| 617 | .form-input-button { |
| 618 | } |
| 619 | /* @end */ |
| 621 | .pullout |
| 622 | { |
| 623 | background-color: #eeeeee; |
| 624 | padding: 5px; |
| 625 | float: right; |
| 626 | margin: 8px; |
| 627 | } |
| 629 | #breadcrumbcontainer { |
| 630 | font-size: 0.9em; |
| 631 | font-weight: normal; |
| 632 | display: block; |
| 633 | margin-top: -12px; |
| 634 | margin-bottom: 10px; |
| 635 | } |
| 637 | #breadcrumbcontainer ul { |
| 638 | list-style: none; |
| 639 | margin: 0; |
| 640 | padding: 0; |
| 641 | } |
| 643 | #breadcrumbcontainer li { |
| 644 | display: inline; |
| 645 | } |
| 647 | #breadcrumbcontainer a:link, #breadcrumbcontainer a:active { |
| 648 | text-decoration: none; |
| 649 | } |
| 653 | #breadcrumbcontainer a:hover { |
| 654 | text-decoration: underline; |
| 655 | } |
| 657 | .left |
| 658 | { |
| 659 | float: left; |
| 660 | } |
| 662 | .right |
| 663 | { |
| 664 | float: right; |
| 665 | } |
| 667 | /* @group New Blog Styles */ |
| 669 | p.blog-entry-tags { |
| 670 | } |
| 671 | /* Styles blog tag links normal and visited state */ |
| 672 | p.blog-entry-tags a:link, |
| 673 | p.blog-entry-tags a:visited { |
| 674 | } |
| 676 | /* Styles blog tag links hover state */ |
| 677 | p.blog-entry-tags a:hover { |
| 678 | } |
| 680 | /* Styles blog tag links active state */ |
| 681 | p.blog-entry-tags a:active { |
| 682 | } |
| 684 | /* @group Tag Cloud */ |
| 685 | ul.blog-tag-cloud { |
|
| 600 | } |
| 602 | .movie-thumbnail-frame:hover { |
| 603 | } |
| 606 | .movie-thumbnail-caption { |
| 607 | } |
| 608 | |
| 609 | /* @end */ |
| 611 | /* @group Single Page (Movie View) */ |
| 613 | .movie-background { |
| 614 | text-align: center; |
| 615 | } |
| 617 | .movie-title { |
| 618 | font-size: 0.9em; |
| 619 | font-weight: bold; |
| 620 | color: #E6E6E6; |
| 621 | } |
| 623 | .movie-frame { |
| 624 | margin-top: 10px; |
| 625 | } |
| 626 | |
| 627 | /* @end */ |
| 630 | /* @end */ |
| 632 | /* @group Contact Form */ |
| 633 | .message-text { |
| 634 | } |
| 636 | .required-text { |
| 637 | } |
| 639 | .form-input-field { |
| 640 | } |
| 642 | .form-input-button { |
| 643 | } |
| 644 | /* @end */ |
| 646 | .pullout |
| 647 | { |
| 648 | background-color: #eeeeee; |
| 649 | padding: 5px; |
| 650 | float: right; |
| 651 | margin: 8px; |
| 652 | } |
| 654 | #breadcrumbcontainer { |
| 655 | font-size: 0.9em; |
| 656 | font-weight: normal; |
| 657 | display: block; |
| 658 | margin-top: -12px; |
| 659 | margin-bottom: 10px; |
| 660 | } |
| 662 | #breadcrumbcontainer ul { |
| 663 | list-style: none; |
| 664 | margin: 0; |
| 665 | padding: 0; |
| 666 | } |
| 668 | #breadcrumbcontainer li { |
| 669 | display: inline; |
| 670 | } |
| 672 | #breadcrumbcontainer a:link, #breadcrumbcontainer a:active { |
| 673 | text-decoration: none; |
| 674 | } |
| 678 | #breadcrumbcontainer a:hover { |
| 679 | text-decoration: underline; |
| 680 | } |
| 682 | .left |
| 683 | { |
| 684 | float: left; |
| 685 | } |
| 687 | .right |
| 688 | { |
| 689 | float: right; |
| 690 | } |
| 692 | /* @group New Blog Styles */ |
| 694 | p.blog-entry-tags { |
| 695 | } |
| 696 | /* Styles blog tag links normal and visited state */ |
| 697 | p.blog-entry-tags a:link, |
| 698 | p.blog-entry-tags a:visited { |
| 699 | } |
| 701 | /* Styles blog tag links hover state */ |
| 702 | p.blog-entry-tags a:hover { |
| 703 | } |
| 705 | /* Styles blog tag links active state */ |
| 706 | p.blog-entry-tags a:active { |
| 707 | } |
| 709 | /* @group Tag Cloud */ |
| 710 | ul.blog-tag-cloud { |
|
|
|
| 711 | margin: 20px 10px 10px; |
|
| 687 | padding: 0; |
| 688 | display: block; |
| 689 | list-style: none; |
| 690 | text-align: justify; |
| 691 | } |
| 693 | ul.blog-tag-cloud li { |
| 694 | display: inline; |
|
| 712 | padding: 0; |
| 713 | display: block; |
| 714 | list-style: none; |
| 715 | text-align: justify; |
| 716 | } |
| 718 | ul.blog-tag-cloud li { |
| 719 | display: inline; |
|
|
|
|
| 696 | |
| 697 | } |
| 699 | ul.blog-tag-cloud li a { |
| 700 | display: inline; |
| 701 | margin: 0; |
| 702 | padding: 0; |
| 703 | } |
| 705 | .blog-tag-size-1 { |
| 706 | font-size: 0.8em; |
| 707 | } |
| 709 | .blog-tag-size-2 { |
| 710 | font-size: 0.85em; |
| 711 | } |
| 713 | .blog-tag-size-3 { |
| 714 | font-size: 0.9em; |
| 715 | } |
| 717 | .blog-tag-size-4 { |
| 718 | font-size: 0.95em; |
| 719 | } |
| 721 | .blog-tag-size-5 { |
| 722 | font-size: 1.0em; |
| 723 | } |
| 725 | .blog-tag-size-6 { |
| 726 | font-size: 1.05em; |
| 727 | } |
| 729 | .blog-tag-size-7 { |
| 730 | font-size: 1.1em; |
| 731 | } |
| 733 | .blog-tag-size-8 { |
| 734 | font-size: 1.15em; |
| 735 | } |
| 737 | .blog-tag-size-9 { |
| 738 | font-size: 1.2em; |
| 739 | } |
| 741 | .blog-tag-size-10 { |
| 742 | font-size: 1.25em; |
| 743 | } |
| 745 | .blog-tag-size-11 { |
| 746 | font-size: 1.3em; |
| 747 | } |
| 749 | .blog-tag-size-12 { |
| 750 | font-size: 1.35em; |
| 751 | } |
| 753 | .blog-tag-size-13 { |
| 754 | font-size: 1.4em; |
| 755 | } |
| 756 | .blog-tag-size-14 { |
| 757 | font-size: 1.45em; |
| 758 | } |
| 760 | .blot-tag-size-15 { |
| 761 | font-size: 1.5em; |
| 762 | } |
| 764 | .blog-tag-size-16 { |
| 765 | font-size: 1.55em; |
| 766 | } |
| 768 | .blog-tag-size-17 { |
| 769 | font-size: 1.6em; |
| 770 | } |
| 772 | .blog-tag-size-18 { |
| 773 | font-size: 1.65em; |
| 774 | } |
| 776 | .blog-tag-size-19 { |
| 777 | font-size: 1.7em; |
| 778 | } |
| 781 | .blog-tag-size-20 { |
| 782 | font-size: 1.75em; |
| 783 | } |
|
| 721 | |
| 722 | } |
| 724 | ul.blog-tag-cloud li a { |
| 725 | display: inline; |
| 726 | margin: 0; |
| 727 | padding: 0; |
| 728 | } |
| 730 | .blog-tag-size-1 { |
| 731 | font-size: 0.8em; |
| 732 | } |
| 734 | .blog-tag-size-2 { |
| 735 | font-size: 0.85em; |
| 736 | } |
| 738 | .blog-tag-size-3 { |
| 739 | font-size: 0.9em; |
| 740 | } |
| 742 | .blog-tag-size-4 { |
| 743 | font-size: 0.95em; |
| 744 | } |
| 746 | .blog-tag-size-5 { |
| 747 | font-size: 1.0em; |
| 748 | } |
| 750 | .blog-tag-size-6 { |
| 751 | font-size: 1.05em; |
| 752 | } |
| 754 | .blog-tag-size-7 { |
| 755 | font-size: 1.1em; |
| 756 | } |
| 758 | .blog-tag-size-8 { |
| 759 | font-size: 1.15em; |
| 760 | } |
| 762 | .blog-tag-size-9 { |
| 763 | font-size: 1.2em; |
| 764 | } |
| 766 | .blog-tag-size-10 { |
| 767 | font-size: 1.25em; |
| 768 | } |
| 770 | .blog-tag-size-11 { |
| 771 | font-size: 1.3em; |
| 772 | } |
| 774 | .blog-tag-size-12 { |
| 775 | font-size: 1.35em; |
| 776 | } |
| 778 | .blog-tag-size-13 { |
| 779 | font-size: 1.4em; |
| 780 | } |
| 781 | .blog-tag-size-14 { |
| 782 | font-size: 1.45em; |
| 783 | } |
| 785 | .blot-tag-size-15 { |
| 786 | font-size: 1.5em; |
| 787 | } |
| 789 | .blog-tag-size-16 { |
| 790 | font-size: 1.55em; |
| 791 | } |
| 793 | .blog-tag-size-17 { |
| 794 | font-size: 1.6em; |
| 795 | } |
| 797 | .blog-tag-size-18 { |
| 798 | font-size: 1.65em; |
| 799 | } |
| 801 | .blog-tag-size-19 { |
| 802 | font-size: 1.7em; |
| 803 | } |
| 806 | .blog-tag-size-20 { |
| 807 | font-size: 1.75em; |
| 808 | } |
|
|
|
| 810 | .blog-tag-size-1, .blog-tag-size-2, .blog-tag-size-3 { |
| 811 | opacity: 0.4; |
| 812 | } |
| 814 | .blog-tag-size-4, .blog-tag-size-5, .blog-tag-size-6 { |
| 815 | opacity: 0.5; |
| 816 | } |
| 818 | .blog-tag-size-7, .blog-tag-size-8, .blog-tag-size-9 { |
| 819 | opacity: 0.6; |
| 820 | } |
| 822 | .blog-tag-size-10, .blog-tag-size-11, .blog-tag-size-12 { |
| 823 | opacity: 0.7; |
| 824 | } |
| 826 | .blog-tag-size-13, .blog-tag-size-14, .blog-tag-size-15 { |
| 827 | opacity: 0.8; |
| 828 | } |
| 830 | .blog-tag-size-16, .blog-tag-size-17, .blog-tag-size-18 { |
| 831 | opacity: 0.9; |
| 832 | } |
| 834 | .blog-tag-size-19, .blog-tag-size-20 { |
| 835 | opacity: 1; |
| 836 | } |
| 838 | .blog-tag-cloud li a:link { |
| 839 | text-decoration: none; |
| 840 | } |
| 842 | .blog-tag-cloud li a:hover { |
| 843 | text-decoration: underline; |
| 844 | } |
| 846 | ul.blog-tag-cloud { |
| 847 | margin: 20px 0; |
| 848 | text-align: left; |
| 849 | } |
|
| 785 | /* @end */ |
| 788 | /* Order & Un-ordered List Support |
| 789 | These CSS classes style the list style type of an un-ordered list. */ |
| 791 | ul.disc { list-style-type: disc; |
| 792 | } |
| 794 | ul.circle { list-style-type: circle; |
| 795 | } |
| 797 | ul.square { list-style-type: square; |
| 798 | } |
| 800 | ol.arabic-numbers { list-style-type: decimal; |
| 801 | } |
| 803 | ol.upper-alpha { list-style-type: upper-alpha; |
| 804 | } |
| 806 | ol.lower-alpha { list-style-type: lower-alpha; |
| 807 | } |
| 809 | ol.upper-roman { list-style-type: upper-roman; |
| 810 | } |
| 812 | ol.lower-roman { list-style-type: lower-roman; |
| 813 | } |
| 815 | /* @end *//* @group EXIF data */ |
| 816 | /* Data wrapper */ |
| 817 | .exif-data { |
| 818 | } |
| 820 | /* p tag classes for all exif data */ |
| 821 | p.exif-version { |
| 822 | } |
| 824 | p.exif-colour-space { |
| 825 | } |
| 827 | p.exif-focal-length { |
| 828 | } |
| 830 | p.exif-dimensions { |
| 831 | } |
| 833 | p.exif-pixel-y-dimension { |
| 834 | } |
| 836 | p.exif-oecf-value { |
| 837 | } |
| 839 | p.exif-subsec-time-original { |
| 840 | } |
| 842 | p.exif-exposure-mode { |
| 843 | } |
| 845 | p.exif-pixel-x-dimension { |
| 846 | } |
| 848 | p.exif-spatial-frequency-response { |
| 849 | } |
| 851 | p.exif-scene-capture-type { |
| 852 | } |
| 854 | p.exif-subject-location { |
| 855 | } |
| 857 | p.exif-shutter-speed { |
| 858 | } |
| 860 | p.exif-datetime-original { |
| 861 | } |
| 863 | p.exif-subsec-time { |
| 864 | } |
| 866 | p.exif-compressed-bits-per-pixel { |
| 867 | } |
| 869 | p.exif-flash-energy { |
| 870 | } |
| 872 | p.exif-saturation { |
| 873 | } |
| 875 | p.exif-brightness { |
| 876 | } |
| 878 | p.exif-exposure-time { |
| 879 | } |
| 881 | p.exif-f-number { |
| 882 | } |
| 884 | p.exif-file-source { |
| 885 | } |
| 887 | p.exif-gain-control { |
| 888 | } |
| 890 | p.exif-subject-area { |
| 891 | } |
| 893 | p.exif-cfa-pattern { |
| 894 | } |
| 896 | p.exif-scene-type { |
| 897 | } |
| 899 | p.exif-white-balance { |
| 900 | } |
| 902 | p.exif-flash { |
| 903 | } |
| 905 | p.exif-exposure-index { |
| 906 | } |
| 908 | p.exif-flashpix-version { |
| 909 | } |
| 911 | p.exif-device-setting-description { |
| 912 | } |
| 914 | p.exif-focalplane-x-resolution { |
| 915 | } |
| 917 | p.exif-image-uniqueid { |
| 918 | } |
| 920 | p.exif-components-configuration { |
| 921 | } |
| 923 | p.exif-light-source { |
| 924 | } |
| 926 | p.exif-sensing-method { |
| 927 | } |
| 929 | p.exif-aperture { |
| 930 | } |
| 932 | p.exif-sharpness { |
| 933 | } |
| 935 | p.exif-exposure-program { |
| 936 | } |
| 938 | p.exif-subject-distance { |
| 939 | } |
| 941 | p.exif-subsec-time-digitized { |
| 942 | } |
| 944 | p.exif-contrast { |
| 945 | } |
| 947 | p.exif-focalplane-resolution-unit { |
| 948 | } |
| 950 | p.exif-gamma { |
| 951 | } |
| 953 | p.exif-35mm-focal-length { |
| 954 | } |
| 956 | p.exif-datetime-digitized { |
| 957 | } |
| 959 | p.exif-subject-distance-range { |
| 960 | } |
| 962 | p.exif-custom-rendered { |
| 963 | } |
| 965 | p.exif-max-aperture { |
| 966 | } |
| 968 | p.exif-sound-file { |
| 969 | } |
| 971 | p.exif-metering-mode { |
| 972 | } |
| 974 | p.exif-spectral-sensitivity { |
| 975 | } |
| 977 | p.exif-exposure-bias { |
| 978 | } |
| 980 | p.exif-focalplane-y-resolution { |
| 981 | } |
| 983 | p.exif-iso-rating { |
| 984 | } |
| 986 | p.exif-maker-note { |
| 987 | } |
| 989 | p.exif-digital-zoom-ratio { |
| 990 | } |
| 992 | p.exif-user-comment { |
| 993 | } |
| 995 | /* @end */ |
|
| 851 | /* @end */ |
| 854 | /* Order & Un-ordered List Support |
| 855 | These CSS classes style the list style type of an un-ordered list. */ |
| 857 | ul.disc { list-style-type: disc; |
| 858 | } |
| 860 | ul.circle { list-style-type: circle; |
| 861 | } |
| 863 | ul.square { list-style-type: square; |
| 864 | } |
| 866 | ol.arabic-numbers { list-style-type: decimal; |
| 867 | } |
| 869 | ol.upper-alpha { list-style-type: upper-alpha; |
| 870 | } |
| 872 | ol.lower-alpha { list-style-type: lower-alpha; |
| 873 | } |
| 875 | ol.upper-roman { list-style-type: upper-roman; |
| 876 | } |
| 878 | ol.lower-roman { list-style-type: lower-roman; |
| 879 | } |
| 881 | /* @end *//* @group EXIF data */ |
| 882 | /* Data wrapper */ |
| 883 | .exif-data { |
| 884 | } |
| 886 | /* p tag classes for all exif data */ |
| 887 | p.exif-version { |
| 888 | } |
| 890 | p.exif-colour-space { |
| 891 | } |
| 893 | p.exif-focal-length { |
| 894 | } |
| 896 | p.exif-dimensions { |
| 897 | } |
| 899 | p.exif-pixel-y-dimension { |
| 900 | } |
| 902 | p.exif-oecf-value { |
| 903 | } |
| 905 | p.exif-subsec-time-original { |
| 906 | } |
| 908 | p.exif-exposure-mode { |
| 909 | } |
| 911 | p.exif-pixel-x-dimension { |
| 912 | } |
| 914 | p.exif-spatial-frequency-response { |
| 915 | } |
| 917 | p.exif-scene-capture-type { |
| 918 | } |
| 920 | p.exif-subject-location { |
| 921 | } |
| 923 | p.exif-shutter-speed { |
| 924 | } |
| 926 | p.exif-datetime-original { |
| 927 | } |
| 929 | p.exif-subsec-time { |
| 930 | } |
| 932 | p.exif-compressed-bits-per-pixel { |
| 933 | } |
| 935 | p.exif-flash-energy { |
| 936 | } |
| 938 | p.exif-saturation { |
| 939 | } |
| 941 | p.exif-brightness { |
| 942 | } |
| 944 | p.exif-exposure-time { |
| 945 | } |
| 947 | p.exif-f-number { |
| 948 | } |
| 950 | p.exif-file-source { |
| 951 | } |
| 953 | p.exif-gain-control { |
| 954 | } |
| 956 | p.exif-subject-area { |
| 957 | } |
| 959 | p.exif-cfa-pattern { |
| 960 | } |
| 962 | p.exif-scene-type { |
| 963 | } |
| 965 | p.exif-white-balance { |
| 966 | } |
| 968 | p.exif-flash { |
| 969 | } |
| 971 | p.exif-exposure-index { |
| 972 | } |
| 974 | p.exif-flashpix-version { |
| 975 | } |
| 977 | p.exif-device-setting-description { |
| 978 | } |
| 980 | p.exif-focalplane-x-resolution { |
| 981 | } |
| 983 | p.exif-image-uniqueid { |
| 984 | } |
| 986 | p.exif-components-configuration { |
| 987 | } |
| 989 | p.exif-light-source { |
| 990 | } |
| 992 | p.exif-sensing-method { |
| 993 | } |
| 995 | p.exif-aperture { |
| 996 | } |
| 998 | p.exif-sharpness { |
| 999 | } |
| 1001 | p.exif-exposure-program { |
| 1002 | } |
| 1004 | p.exif-subject-distance { |
| 1005 | } |
| 1007 | p.exif-subsec-time-digitized { |
| 1008 | } |
| 1010 | p.exif-contrast { |
| 1011 | } |
| 1013 | p.exif-focalplane-resolution-unit { |
| 1014 | } |
| 1016 | p.exif-gamma { |
| 1017 | } |
| 1019 | p.exif-35mm-focal-length { |
| 1020 | } |
| 1022 | p.exif-datetime-digitized { |
| 1023 | } |
| 1025 | p.exif-subject-distance-range { |
| 1026 | } |
| 1028 | p.exif-custom-rendered { |
| 1029 | } |
| 1031 | p.exif-max-aperture { |
| 1032 | } |
| 1034 | p.exif-sound-file { |
| 1035 | } |
| 1037 | p.exif-metering-mode { |
| 1038 | } |
| 1040 | p.exif-spectral-sensitivity { |
| 1041 | } |
| 1043 | p.exif-exposure-bias { |
| 1044 | } |
| 1046 | p.exif-focalplane-y-resolution { |
| 1047 | } |
| 1049 | p.exif-iso-rating { |
| 1050 | } |
| 1052 | p.exif-maker-note { |
| 1053 | } |
| 1055 | p.exif-digital-zoom-ratio { |
| 1056 | } |
| 1058 | p.exif-user-comment { |
| 1059 | } |
| 1061 | /* @end */ |
|
|
|
| 1063 | #flashcontent { |
| 1064 | text-align: center; |
| 1065 | margin: auto; |
| 1066 | } |
| 1068 | #contentContainer, #sidebarContainer, #content { |
| 1069 | padding-bottom: 0; |
| 1070 | margin-bottom: 0; |
|