Deltopia DeltaWalker Comparison Report

Produced by Deltopia DeltaWalker on Do Mrz 27 10:15:28 2008. See www.deltopia.com for information about DeltaWalker.

Compared

RolePath
First/Users/cric/Documents/Geschäft/RapidIdeas/Themes/PROThemes/corners/Versions/2.0.1/CACorners.rwtheme/Contents/styles.css
Second/Users/cric/Documents/Geschäft/RapidIdeas/Themes/PROThemes/corners/Versions/2.0.2/CACorners.rwtheme/Contents/styles.css

Preferences

Character caseDifferences in character case are significant
Line delimitersDifferences in line delimiters are ignored
WhitespaceDifferences in whitespace within lines are ignored
Difference countsShown in the comparison details

Active File Comparison Filters

No file comparison filters were active.

Comparison

Summaries

  BlocksLines
Same291118
Different410
Added2262
Deleted33

Details

1/* @group General Styles */
2body, html {
3 margin: 0;
4 padding: 0;
5}
6body {
7 font: 0.75em/1.8em Optima, Skia, Futura, "Lucida Grande", LucidaGrande, Lucida, "Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;
8 margin: 0 60px 20px;
9 text-align: center;
10}
12p {
13}
15p.description {
16 font-weight: bold;
17 letter-spacing: 1px;
18}
20b, strong {
22}
24a:link, a:visited {
25 text-decoration: underline;
26}
28a:hover, a:active {
29 text-decoration: none;
30}
32img {
33 border: none;
34}
39.image-left {
40 float: left;
41 margin: 3px 1em 1em 0;
42 padding: 3px;
43}
46.image-right {
47 float: right;
48 margin: 3px 0 1em 1em;
49 padding: 3px;
50}
53#top_left {
54 position: fixed;
55 top: 0;
56 left: 0;
57 z-index: 300;
58}
62#top_right {
63 position: fixed;
64 top: 0;
65 right: 0;
66 z-index: 200;
67
68}
70#bottom_left {
71 position: fixed;
72 bottom: 0;
73 left: 0;
74 z-index: 300;
75}
77#bottom_left img {
78 display: block;
79 margin: 0;
80 padding: 0;
81}
83#bottom_right {
84 position: fixed;
85 bottom: 0;
86 right: 0;
87 z-index: 300;
88}
90#top_left img, #top_right img, #bottom_left img, #bottom_right img {
91 display: block;
92 margin: 0;
93 padding: 0;
94}
96#content #sidebarLeftShadow, #content #sidebarRightShadow {
97 position: absolute;
98 z-index: 0;
99}
101#content #sidebarLeftShadow {
102 top: 0;
103 left: 200px;
104}
106#content #sidebarRightShadow {
107 top: 0;
108 right: 200px;
109}
111#content #sidebarLeftShadow img, #content #sidebarRightShadow img {
112 display: block;
113 margin: 0;
114 padding: 0;
115}
116/* @end */
118/* @group Layout */
120#container {
121 margin: 0px auto; /* Right And Left Margin Widths To Auto */
122 text-align: left; /* Hack To Keep IE5 Windows Happy */
123 border-width: 1px;
124 border-style: solid;
125 position: relative;
126 margin-top: 40px;
127 width:720px;
128 overflow: hidden;
129}
131.clearer {
132 clear: both;
133}
135#pageHeader {
136 position: relative;
137 z-index: 100;
138 height: auto;
139 margin-right: auto;
140 margin-left: auto;
141 width: 100%;
142}
144#pageHeader img {
145 display: none;
146}
148#pageHeader #logo {
149 position: absolute;
150 z-index: 100;
151}
153#pageHeader #logo img {
154 display: block;
155 position: relative;
156}
158#pageHeader h1 {
159 margin: 0;
160 padding: 0;
161 position: absolute;
162 top: 35px;
163 letter-spacing: 2px;
1/* @group General Styles */
2body, html {
3 margin: 0;
4 padding: 0;
5}
6body {
7 font: 0.75em/1.8em Optima, Skia, Futura, "Lucida Grande", LucidaGrande, Lucida, "Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;
8 margin: 0 60px 20px;
9 text-align: center;
10}
12p {
13}
15p.description {
16 font-weight: bold;
17 letter-spacing: 1px;
18}
20b, strong {
22}
24a:link, a:visited {
25 text-decoration: underline;
26}
28a:hover, a:active {
29 text-decoration: none;
30}
32img {
33 border: none;
34}
39.image-left {
40 float: left;
41 margin: 3px 1em 1em 0;
42 padding: 3px;
43}
46.image-right {
47 float: right;
48 margin: 3px 0 1em 1em;
49 padding: 3px;
50}
53#top_left {
54 position: fixed;
55 top: 0;
56 left: 0;
57 z-index: 300;
58}
62#top_right {
63 position: fixed;
64 top: 0;
65 right: 0;
66 z-index: 200;
67
68}
70#bottom_left {
71 position: fixed;
72 bottom: 0;
73 left: 0;
74 z-index: 300;
75}
77#bottom_left img {
78 display: block;
79 margin: 0;
80 padding: 0;
81}
83#bottom_right {
84 position: fixed;
85 bottom: 0;
86 right: 0;
87 z-index: 300;
88}
90#top_left img, #top_right img, #bottom_left img, #bottom_right img {
91 display: block;
92 margin: 0;
93 padding: 0;
94}
96#content #sidebarLeftShadow, #content #sidebarRightShadow {
97 position: absolute;
98 z-index: 0;
99}
101#content #sidebarLeftShadow {
102 top: 0;
103 left: 200px;
104}
106#content #sidebarRightShadow {
107 top: 0;
108 right: 200px;
109}
111#content #sidebarLeftShadow img, #content #sidebarRightShadow img {
112 display: block;
113 margin: 0;
114 padding: 0;
115}
116/* @end */
118/* @group Layout */
120#container {
121 margin: 0px auto; /* Right And Left Margin Widths To Auto */
122 text-align: left; /* Hack To Keep IE5 Windows Happy */
123 border-width: 1px;
124 border-style: solid;
125 position: relative;
126 margin-top: 40px;
127 width:720px;
128 overflow: hidden;
129}
131.clearer {
132 clear: both;
133}
135#pageHeader {
136 position: relative;
137 z-index: 100;
138 height: auto;
139 margin-right: auto;
140 margin-left: auto;
141 width: 100%;
142}
144#pageHeader img {
145 display: none;
146}
148#pageHeader #logo {
149 position: absolute;
150 z-index: 100;
151}
153#pageHeader #logo img {
154 display: block;
155 position: relative;
156}
158#pageHeader h1 {
159 margin: 0;
160 padding: 0;
161 position: absolute;
162 top: 35px;
163 letter-spacing: 2px;
164 font-size: 4.6em;
164 font-size: 3em;
165 font-weight: normal;
166}
168#pageHeader h2 {
165 font-weight: normal;
166}
168#pageHeader h2 {
169 font-size: 1em;
169 font-size: 1.4em;
170 margin: 0;
171 padding: 0;
172 position: absolute;
170 margin: 0;
171 padding: 0;
172 position: absolute;
173 top: 70px;
173 top: 60px;
174 font-weight: normal;
174}
176#contentContainer {
177 border-style: solid;
178}
180#contentContainer #content {
181 padding-top: 50px;
182 padding-right: 40px;
183 padding-left: 40px;
184 font-size: 0.9em;
185}
187#contentContainer #content p+h3 {
188 border-top: 1px solid #ccc;
189 padding-top: 20px;
190}
193#contentContainer #content img {
194 border: none;
195}
197#contentContainer ul {
198 list-style-position: inside;
199}
201#sidebarContainer {
202 width: 200px;
203 font-size: 0.9em;
204 margin-top: 50px;
205 position: relative;
206 z-index: 100;
207}
209#sidebarContainer #sidebar {
210 padding: 10px;
211 width: 180px;
212}
214#sidebarContainer .sideHeader {
215 font-weight: bold;
216 padding: 0px 10px 0px;
217 width: 170px;
218 font-size: 1.3em;
219
220}
223#sidebarContainer h1 {
224 margin: 0;
225 padding: 0 10px;
226 font-size: 1em;
227 margin-top: 20px;
228}
232#sidebarContainer h1+p {
233 margin: 0;
234 padding: 6px 10px;
235 margin-bottom: 10px;
236}
238#sidebarContainer a {
239}
241#sidebarContainer p {
242}
244#footer {
245 border-top: 1px solid #eeeeee;
246 margin-top: 20px;
247}
249#footer p {
250 margin: 0;
251 padding-top: 10px;
252 padding-bottom: 10px;
253}
255#footer a:link, #footer a:visited {
257}
259#footer a:hover, #footer a:active {
260}
263#logo img {
264 display: block;
265}
267div#logo {
268 position: relative;
269 left: 15px;
270 top: 25px;
271 float: left;
272}
274
275/* @end */
277/* @group Bread-crumb */
279#breadcrumbcontainer {
280 font-size: 1em;
281 font-weight: bold;
282 height: 20px;
283 padding-left: 20px;
284 padding-right: 20px;
285 display: block;
286 z-index: 100;
287}
289#breadcrumbcontainer ul {
290 list-style: none;
291 margin: 0;
292 padding: 0;
293}
295#breadcrumbcontainer li {
296 display: inline;
297}
299#breadcrumbcontainer a:link, #breadcrumbcontainer a:active {
300}
304#breadcrumbcontainer a:hover {
305}
306
307/* @end */
309/* @group Toolbar */
311/* Toolbar Styles */
312#navcontainer {
313 position: relative;
314 height: 25px;
315 z-index: 100;
316}
319#navcontainer #current {
320}
321
322#navcontainer ul ul #current, #navcontainer ul ul ul #current {
323}
325#navcontainer ul li .currentAncestor {
326}
327#navcontainer ul ul li .currentAncestor {
328}
329
330#navcontainer ul ul ul li .currentAncestor {
331}
332/* Parent - Level 0 */
334#navcontainer ul {
335 position: relative;
336 height: 25px;
337 list-style: none;
338 left: 0px;
339 padding: 0;
340 width: 100%;
341 margin: 0;
342}
345#navcontainer li {
347 /*position: relative;*/
348 width: 140px;
349 display: block;
350 float: left;
351 height: 25px;
352 text-align: center;
353 font-size: 12px;
354}
356#navcontainer a {
357 display: block;
358 padding: 2px 10px 0;
359 height: 23px;
360 width: auto;
361}
365#navcontainer a:link, #navcontainer a:visited {
366 text-decoration: none;
367}
369#navcontainer ul a:link, #navcontainer ul a:visited {
370}
372#navcontainer ul a:hover, #navcontainer ul a:active {
373}
375#navcontainer ul ul a:hover, #navcontainer ul ul a:active {
376}
383/* Child - Level 1 */
385#navcontainer ul ul {
386 position: absolute;
387 left: 0px;
388 right: 0;
389 top: 25px;
390 z-index: 100;
391 height: 18px;
392 width: auto;
393}
395#navcontainer ul ul li {
396 display: inline;
397 width: auto;
398 font-size: 10px;
400}
403#navcontainer ul ul li a {
404 display: inline;
405 padding: 0 10px 5px;
406 height: 13px;
407 text-align: left;
408}
410#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
411
412}
414#navcontainer ul ul a:link {
415 }
417#navcontainer ul ul a:hover {
418 text-decoration: underline;
419}
421#navcontainer ul ul #current{
422}
424/* Child Level 3 */
426#navcontainer ul ul ul {
427 position: absolute;
428 left: 0px;
429 top: 18px;
430 z-index: 100;
431 height: 18px;
432 width: auto;
433}
437#navcontainer ul ul ul li {
438 display: inline;
439 font-size: 10px;
441}
446#navcontainer ul ul ul a:link, #navcontainer ul ul ul a:active {
447}
449#navcontainer ul ul ul ul li {
450}
454#navcontainer ul ul ul ul a:hover{
456}
459/* @end */
461/* @group Global Classes */
463blockquote, .standout {
464}
466h1 {
467 font-size: 2em;
468}
470h2 {
471 font-size: 1.5em;
472}
474h3 {
475}
477h4 {
478}
480.imageStyle {
482}
484.clear-left {
485 clear: left;
486}
487
488/* @end */
490/* @group Blog */
492/* @group Archive Page */
494.blog-archive-background {
496}
498.blog-archive-headings-wrapper {
499 margin: 0px auto; /* Right And Left Margin Widths To Auto */
500 text-align: left; /* Hack To Keep IE5 Windows Happy */
501}
503.blog-archive-entries-wrapper {
504 margin: 0px auto; /* Right And Left Margin Widths To Auto */
505 text-align: left; /* Hack To Keep IE5 Windows Happy */
506 padding-top: 20px;
507}
509.blog-archive-entries-wrapper .blog-entry {
510}
512.blog-archive-month {
513 padding: 20px 0 0;
514 font-size: 2.5em;
515 letter-spacing: 1px;
516 margin: 0 0 5px;
517}
519.blog-archive-link {
520 padding: 0 20px 20px;
521}
523.blog-archive-link a:link, .blog-archive-link a:visited {
524}
526
527/* @end */
529.blog-entry {
530 margin-bottom: 30px;
531 padding-bottom: 15px;
532}
534.blog-entry-title {
535 font-size: 1.9em;
536 letter-spacing: 1px;
537 font-weight: bold;
538 margin-bottom: 3px;
539 line-height: 2em;
540}
542.blog-entry-date {
543 margin-bottom: 10px;
544}
546.blog-entry-body {
547}
549.blog-entry-comments {
550 padding-top: 10px;
551}
553.blog-entry-category {
554}
556.blog-category-link-enabled {
557}
559.blog-category-link-disabled {
560}
562/* styles the archives in the blog sidebar */
563#blog-archives {
564 margin-bottom: 10px;
565}
567.blog-archive-link-enabled {
568 margin: 0 5px;
569}
571.blog-archive-link-disabled {
572 margin: 0 5px;
573}
575/* Styles the blog categories in the blog sidebar */
576#blog-categories {
577 margin-bottom: 10px;
578 font-size: 1.1em;
579}
581.blog-category-link-enabled {
582 margin: 0 5px;
583}
585.blog-category-link-disabled {
586 margin: 0 5px;
587}
589/* Styles the blog RSS feeds in the blog sidebar */
590#blog-rss-feeds {
591 margin-bottom: 10px;
592}
594.blog-rss-link {
595}
597.blog-comments-rss-link {
598}
599
600/* @end */
602/* @group File Sharing */
604.filesharing-description {
605}
607.filesharing-item {
608 margin-bottom: 10px;
609 padding: 5px;
610}
612.filesharing-item-title a:link {
613}
615.filesharing-item-title a:hover {
616}
618.filesharing-item-title a:visited {
620}
622.filesharing-item-description {
623}
625/* @end */
627/* @group Photo Album */
629/* @group Index Page (Thumbnail view) */
631.album-description {
632 margin-bottom: 20px;
633}
635.album-wrapper {
636 display: block;
637 width: 99%;
638 position: relative;
639 top: 60px;
640}
642.thumbnail-wrap {
643 text-align: center;
644 position: relative;
645 float: left;
646 margin-bottom: 60px;
647 margin-right: 20px;
648}
650.thumbnail-frame {
651 position: absolute;
652 bottom: 0;
653 left: 0;
654 margin-bottom: 10px;
655}
657.thumbnail-frame img {
658 margin: auto;
659 border: none;
660}
662.thumbnail-caption {
663 margin: 0;
664 padding: 0;
665 height: 35px;
666 display: block;
667}
669.album-title {
670 font-size: 1.9em;
671 letter-spacing: 1px;
672 font-weight: bold;
673 margin-bottom: 3px;
674}
676.album-description {
677 margin-bottom: 8px;
678}
680.thumbnail-frame {
681 padding: 5px;
682}
684.thumbnail-frame:hover {
685}
687.thumbnail-frame a {
688}
690.thumbnail-frame a:hover {
691}
693.thumbnail-frame img {
694}
696.thumbnail-caption {
697 font-size: 0.9em;
698}
700/* @end */
702/* @group Single Page (Photo view) */
704.photo-background {
705 margin: 0;
707}
709.photo-navigation {
710 padding: 20px 40px 10px;
711 margin-bottom: 20px;
712 text-align: center;
713}
715.photo-links {
716}
718.photo-navigation a:link, .photo-navigation a:visited {
720}
722.photo-navigation a:hover {
723}
725.photo-frame{
726 padding: 2px;
727}
729.photo-title {
730 font-size: 2.5em;
731 letter-spacing: 1px;
732 margin: 0 0 5px;
733}
735.photo-caption {
736 font-size: 1.1em;
737 margin: 0;
738}
740/* @end */
741
742/* @end */
744/* @group Quicktime Page */
746.movie-description {
748}
749
750/* @end */
752/* @group Quicktime Album */
754/* @group Index Page (Movie Thumbnail view) */
756.movie-page-title {
757 font-size: 1.9em;
758 letter-spacing: 1px;
759 font-weight: bold;
760 margin-bottom: 3px;
761}
763.movie-page-description {
764 margin-bottom: 8px;
765}
767.movie-thumbnail-frame {
768 width: 132px;
769 float: left;
770 text-align: center;
771 margin-right: 10px;
772 margin-bottom: 10px;
773}
775.movie-thumbnail-frame:hover {
776}
779.movie-thumbnail-caption {
780}
781
782/* @end */
784/* @group Single Page (Movie View) */
786.movie-background {
787}
789.movie-title {
790 font-size: 1.9em;
791 letter-spacing: 1px;
792 font-weight: bold;
793}
795.movie-frame {
797}
798
799/* @end */
802/* @end */
804/* @group Contact Form */
805.message-text {
806}
808.required-text {
809}
811.form-input-field {
812}
814.form-input-button {
815}
816/* @end */
818/* @group New Blog Styles */
820p.blog-entry-tags {
821}
822/* Styles blog tag links normal and visited state */
823p.blog-entry-tags a:link,
824p.blog-entry-tags a:visited {
825}
827/* Styles blog tag links hover state */
828p.blog-entry-tags a:hover {
829}
831/* Styles blog tag links active state */
832p.blog-entry-tags a:active {
833}
835/* Styles the tag clous un-ordered list */
836ul.blog-tag-cloud {
837}
839/* Styles tag cloud list item */
840ul.blog-tag-cloud li {
841}
843/* Styles all links in the tag cloud in normal and visited state */
844ul.blog-tag-cloud li a:link,
845ul.blog-tag-cloud li a:visited {
846}
848/* Styles all links in the tag cloud in hover state */
849ul.blog-tag-cloud li a:hover {
850}
852/* Styles all links in the tag cloud in active state */
853ul.blog-tag-cloud li a:active {
854}
856/* tag size 1-20 styles */
175}
177#contentContainer {
178 border-style: solid;
179}
181#contentContainer #content {
182 padding-top: 50px;
183 padding-right: 40px;
184 padding-left: 40px;
185 font-size: 0.9em;
186}
188#contentContainer #content p+h3 {
189 border-top: 1px solid #ccc;
190 padding-top: 20px;
191}
194#contentContainer #content img {
195 border: none;
196}
198#contentContainer ul {
199 list-style-position: inside;
200}
202#sidebarContainer {
203 width: 200px;
204 font-size: 0.9em;
205 margin-top: 50px;
206 position: relative;
207 z-index: 100;
208}
210#sidebarContainer #sidebar {
211 padding: 10px;
212 width: 180px;
213}
215#sidebarContainer .sideHeader {
216 font-weight: bold;
217 padding: 0px 10px 0px;
218 width: 170px;
219 font-size: 1.3em;
220
221}
224#sidebarContainer h1 {
225 margin: 0;
226 padding: 0 10px;
227 font-size: 1em;
228 margin-top: 20px;
229}
233#sidebarContainer h1+p {
234 margin: 0;
235 padding: 6px 10px;
236 margin-bottom: 10px;
237}
239#sidebarContainer a {
240}
242#sidebarContainer p {
243}
245#footer {
246 border-top: 1px solid #eeeeee;
247 margin-top: 20px;
248}
250#footer p {
251 margin: 0;
252 padding-top: 10px;
253 padding-bottom: 10px;
254}
256#footer a:link, #footer a:visited {
258}
260#footer a:hover, #footer a:active {
261}
264#logo img {
265 display: block;
266}
268div#logo {
269 position: relative;
270 left: 15px;
271 top: 25px;
272 float: left;
273}
275
276/* @end */
278/* @group Bread-crumb */
280#breadcrumbcontainer {
281 font-size: 1em;
282 font-weight: bold;
283 height: 20px;
284 padding-left: 20px;
285 padding-right: 20px;
286 display: block;
287 z-index: 100;
288}
290#breadcrumbcontainer ul {
291 list-style: none;
292 margin: 0;
293 padding: 0;
294}
296#breadcrumbcontainer li {
297 display: inline;
298}
300#breadcrumbcontainer a:link, #breadcrumbcontainer a:active {
301}
305#breadcrumbcontainer a:hover {
306}
307
308/* @end */
310/* @group Toolbar */
312/* Toolbar Styles */
313#navcontainer {
314 position: relative;
315 height: 25px;
316 z-index: 100;
317}
320#navcontainer #current {
321}
322
323#navcontainer ul ul #current, #navcontainer ul ul ul #current {
324}
326#navcontainer ul li .currentAncestor {
327}
328#navcontainer ul ul li .currentAncestor {
329}
330
331#navcontainer ul ul ul li .currentAncestor {
332}
333/* Parent - Level 0 */
335#navcontainer ul {
336 position: relative;
337 height: 25px;
338 list-style: none;
339 left: 0px;
340 padding: 0;
341 width: 100%;
342 margin: 0;
343}
346#navcontainer li {
348 /*position: relative;*/
349 width: 140px;
350 display: block;
351 float: left;
352 height: 25px;
353 text-align: center;
354 font-size: 12px;
355}
357#navcontainer a {
358 display: block;
359 padding: 2px 10px 0;
360 height: 23px;
361 width: auto;
362}
366#navcontainer a:link, #navcontainer a:visited {
367 text-decoration: none;
368}
370#navcontainer ul a:link, #navcontainer ul a:visited {
371}
373#navcontainer ul a:hover, #navcontainer ul a:active {
374}
376#navcontainer ul ul a:hover, #navcontainer ul ul a:active {
377}
384/* Child - Level 1 */
386#navcontainer ul ul {
387 position: absolute;
388 left: 0px;
389 right: 0;
390 top: 25px;
391 z-index: 100;
392 height: 18px;
393 width: auto;
394}
396#navcontainer ul ul li {
397 display: inline;
398 width: auto;
399 font-size: 10px;
401}
404#navcontainer ul ul li a {
405 display: inline;
406 padding: 0 10px 5px;
407 height: 13px;
408 text-align: left;
409}
411#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
412
413}
415#navcontainer ul ul a:link {
416 }
418#navcontainer ul ul a:hover {
419 text-decoration: underline;
420}
422#navcontainer ul ul #current{
423}
425/* Child Level 3 */
427#navcontainer ul ul ul {
428 position: absolute;
429 left: 0px;
430 top: 18px;
431 z-index: 100;
432 height: 18px;
433 width: auto;
434}
438#navcontainer ul ul ul li {
439 display: inline;
440 font-size: 10px;
442}
447#navcontainer ul ul ul a:link, #navcontainer ul ul ul a:active {
448}
450#navcontainer ul ul ul ul li {
451}
455#navcontainer ul ul ul ul a:hover{
457}
460/* @end */
462/* @group Global Classes */
464blockquote, .standout {
465}
467h1 {
468 font-size: 2em;
469}
471h2 {
472 font-size: 1.5em;
473}
475h3 {
476}
478h4 {
479}
481.imageStyle {
483}
485.clear-left {
486 clear: left;
487}
488
489/* @end */
491/* @group Blog */
493/* @group Archive Page */
495.blog-archive-background {
497}
499.blog-archive-headings-wrapper {
500 margin: 0px auto; /* Right And Left Margin Widths To Auto */
501 text-align: left; /* Hack To Keep IE5 Windows Happy */
502}
504.blog-archive-entries-wrapper {
505 margin: 0px auto; /* Right And Left Margin Widths To Auto */
506 text-align: left; /* Hack To Keep IE5 Windows Happy */
507 padding-top: 20px;
508}
510.blog-archive-entries-wrapper .blog-entry {
511}
513.blog-archive-month {
514 padding: 20px 0 0;
515 font-size: 2.5em;
516 letter-spacing: 1px;
517 margin: 0 0 5px;
518}
520.blog-archive-link {
521 padding: 0 20px 20px;
522}
524.blog-archive-link a:link, .blog-archive-link a:visited {
525}
527
528/* @end */
530.blog-entry {
531 margin-bottom: 30px;
532 padding-bottom: 15px;
533}
535.blog-entry-title {
536 font-size: 1.9em;
537 letter-spacing: 1px;
538 font-weight: bold;
539 margin-bottom: 3px;
540 line-height: 2em;
541}
543.blog-entry-date {
544 margin-bottom: 10px;
545}
547.blog-entry-body {
548}
550.blog-entry-comments {
551 padding-top: 10px;
552}
554.blog-entry-category {
555}
557.blog-category-link-enabled {
558}
560.blog-category-link-disabled {
561}
563/* styles the archives in the blog sidebar */
564#blog-archives {
565 margin-bottom: 10px;
566}
568.blog-archive-link-enabled {
569 margin: 0 5px;
570}
572.blog-archive-link-disabled {
573 margin: 0 5px;
574}
576/* Styles the blog categories in the blog sidebar */
577#blog-categories {
578 margin-bottom: 10px;
579 font-size: 1.1em;
580}
582.blog-category-link-enabled {
583 margin: 0 5px;
584}
586.blog-category-link-disabled {
587 margin: 0 5px;
588}
590/* Styles the blog RSS feeds in the blog sidebar */
591#blog-rss-feeds {
592 margin-bottom: 10px;
593}
595.blog-rss-link {
596}
598.blog-comments-rss-link {
599}
600
601/* @end */
603/* @group File Sharing */
605.filesharing-description {
606}
608.filesharing-item {
609 margin-bottom: 10px;
610 padding: 5px;
611}
613.filesharing-item-title a:link {
614}
616.filesharing-item-title a:hover {
617}
619.filesharing-item-title a:visited {
621}
623.filesharing-item-description {
624}
626/* @end */
628/* @group Photo Album */
630/* @group Index Page (Thumbnail view) */
632.album-description {
633 margin-bottom: 20px;
634}
636.album-wrapper {
637 display: block;
638 width: 99%;
639 position: relative;
640 top: 60px;
641}
643.thumbnail-wrap {
644 text-align: center;
645 position: relative;
646 float: left;
647 margin-bottom: 60px;
648 margin-right: 20px;
649}
651.thumbnail-frame {
652 position: absolute;
653 bottom: 0;
654 left: 0;
655 margin-bottom: 10px;
656}
658.thumbnail-frame img {
659 margin: auto;
660 border: none;
661}
663.thumbnail-caption {
664 margin: 0;
665 padding: 0;
666 height: 35px;
667 display: block;
668}
670.album-title {
671 font-size: 1.9em;
672 letter-spacing: 1px;
673 font-weight: bold;
674 margin-bottom: 3px;
675}
677.album-description {
678 margin-bottom: 8px;
679}
681.thumbnail-frame {
682 padding: 5px;
683}
685.thumbnail-frame:hover {
686}
688.thumbnail-frame a {
689}
691.thumbnail-frame a:hover {
692}
694.thumbnail-frame img {
695}
697.thumbnail-caption {
698 font-size: 0.9em;
699}
701/* @end */
703/* @group Single Page (Photo view) */
705.photo-background {
706 margin: 0;
708}
710.photo-navigation {
711 padding: 20px 40px 10px;
712 margin-bottom: 20px;
713 text-align: center;
714}
716.photo-links {
717}
719.photo-navigation a:link, .photo-navigation a:visited {
721}
723.photo-navigation a:hover {
724}
726.photo-frame{
727 padding: 2px;
728}
730.photo-title {
731 font-size: 2.5em;
732 letter-spacing: 1px;
733 margin: 0 0 5px;
734}
736.photo-caption {
737 font-size: 1.1em;
738 margin: 0;
739}
741/* @end */
742
743/* @end */
745/* @group Quicktime Page */
747.movie-description {
749}
750
751/* @end */
753/* @group Quicktime Album */
755/* @group Index Page (Movie Thumbnail view) */
757.movie-page-title {
758 font-size: 1.9em;
759 letter-spacing: 1px;
760 font-weight: bold;
761 margin-bottom: 3px;
762}
764.movie-page-description {
765 margin-bottom: 8px;
766}
768.movie-thumbnail-frame {
769 width: 132px;
770 float: left;
771 text-align: center;
772 margin-right: 10px;
773 margin-bottom: 10px;
774}
776.movie-thumbnail-frame:hover {
777}
780.movie-thumbnail-caption {
781}
782
783/* @end */
785/* @group Single Page (Movie View) */
787.movie-background {
788}
790.movie-title {
791 font-size: 1.9em;
792 letter-spacing: 1px;
793 font-weight: bold;
794}
796.movie-frame {
798}
799
800/* @end */
803/* @end */
805/* @group Contact Form */
806.message-text {
807}
809.required-text {
810}
812.form-input-field {
813}
815.form-input-button {
816}
817/* @end */
819/* @group New Blog Styles */
821p.blog-entry-tags {
822}
823/* Styles blog tag links normal and visited state */
824p.blog-entry-tags a:link,
825p.blog-entry-tags a:visited {
826}
828/* Styles blog tag links hover state */
829p.blog-entry-tags a:hover {
830}
832/* Styles blog tag links active state */
833p.blog-entry-tags a:active {
834}
836/* Styles the tag clous un-ordered list */
837ul.blog-tag-cloud {
838}
840/* Styles tag cloud list item */
841ul.blog-tag-cloud li {
842}
844/* Styles all links in the tag cloud in normal and visited state */
845ul.blog-tag-cloud li a:link,
846ul.blog-tag-cloud li a:visited {
847}
849/* Styles all links in the tag cloud in hover state */
850ul.blog-tag-cloud li a:hover {
851}
853/* Styles all links in the tag cloud in active state */
854ul.blog-tag-cloud li a:active {
855}
857/* tag size 1-20 styles */
 
858ul.blog-tag-cloud {
859 margin: 20px 10px 10px;
860 padding: 0;
861 display: block;
862 list-style: none;
863 text-align: justify;
864}
866ul.blog-tag-cloud li {
867 display: inline;
868 padding-right: 3px;
869
870}
872ul.blog-tag-cloud li a {
873 display: inline;
874 margin: 0;
875 padding: 0;
876}
857.blog-tag-size-1 {
878.blog-tag-size-1 {
 
879 font-size: 0.8em;
858}
860.blog-tag-size-2 {
880}
882.blog-tag-size-2 {
 
883 font-size: 0.85em;
861}
863.blog-tag-size-3 {
884}
886.blog-tag-size-3 {
 
887 font-size: 0.9em;
864}
866.blog-tag-size-4 {
888}
890.blog-tag-size-4 {
 
891 font-size: 0.95em;
867}
869.blog-tag-size-5 {
892}
894.blog-tag-size-5 {
 
895 font-size: 1.0em;
870}
896}
872/* Style for tag size 6 */
 
873.blog-tag-size-6 {
898.blog-tag-size-6 {
 
899 font-size: 1.05em;
874}
876.blog-tag-size-7 {
900}
902.blog-tag-size-7 {
 
903 font-size: 1.1em;
877}
879.blog-tag-size-8 {
904}
906.blog-tag-size-8 {
 
907 font-size: 1.15em;
880}
882.blog-tag-size-9 {
908}
910.blog-tag-size-9 {
 
911 font-size: 1.2em;
883}
885.blog-tag-size-10 {
912}
914.blog-tag-size-10 {
 
915 font-size: 1.25em;
886}
888.blog-tag-size-11 {
916}
918.blog-tag-size-11 {
 
919 font-size: 1.3em;
889}
891.blog-tag-size-12 {
920}
922.blog-tag-size-12 {
 
923 font-size: 1.35em;
892}
894.blog-tag-size-13 {
924}
926.blog-tag-size-13 {
 
927 font-size: 1.4em;
895}
928}
 
897.blog-tag-size-14 {
929.blog-tag-size-14 {
 
930 font-size: 1.45em;
898}
931}
900.blog-tag-size-15 {
933.blot-tag-size-15 {
934 font-size: 1.5em;
901}
903.blog-tag-size-16 {
935}
937.blog-tag-size-16 {
 
938 font-size: 1.55em;
904}
906.blog-tag-size-17 {
939}
941.blog-tag-size-17 {
 
942 font-size: 1.6em;
907}
909.blog-tag-size-18 {
943}
945.blog-tag-size-18 {
 
946 font-size: 1.65em;
910}
912.blog-tag-size-19 {
947}
949.blog-tag-size-19 {
 
950 font-size: 1.7em;
913}
951}
 
915.blog-tag-size-20 {
954.blog-tag-size-20 {
 
955 font-size: 1.75em;
916}
956}
 
918/* Order & Un-ordered List Support
919These CSS classes style the list style type of an un-ordered list. */
921ul.disc { list-style-type: disc;
922}
924ul.circle { list-style-type: circle;
925}
927ul.square { list-style-type: square;
928}
930ol.arabic-numbers { list-style-type: decimal;
931}
933ol.upper-alpha { list-style-type: upper-alpha;
934}
936ol.lower-alpha { list-style-type: lower-alpha;
937}
939ol.upper-roman { list-style-type: upper-roman;
940}
942ol.lower-roman { list-style-type: lower-roman;
943}
945/* @end *//* @group EXIF data */
946/* Data wrapper */
947.exif-data {
948}
950/* p tag classes for all exif data */
951p.exif-version {
952}
954p.exif-colour-space {
955}
957p.exif-focal-length {
958}
960p.exif-dimensions {
961}
963p.exif-pixel-y-dimension {
964}
966p.exif-oecf-value {
967}
969p.exif-subsec-time-original {
970}
972p.exif-exposure-mode {
973}
975p.exif-pixel-x-dimension {
976}
978p.exif-spatial-frequency-response {
979}
981p.exif-scene-capture-type {
982}
984p.exif-subject-location {
985}
987p.exif-shutter-speed {
988}
990p.exif-datetime-original {
991}
993p.exif-subsec-time {
994}
996p.exif-compressed-bits-per-pixel {
997}
999p.exif-flash-energy {
1000}
1002p.exif-saturation {
1003}
1005p.exif-brightness {
1006}
1008p.exif-exposure-time {
1009}
1011p.exif-f-number {
1012}
1014p.exif-file-source {
1015}
1017p.exif-gain-control {
1018}
1020p.exif-subject-area {
1021}
1023p.exif-cfa-pattern {
1024}
1026p.exif-scene-type {
1027}
1029p.exif-white-balance {
1030}
1032p.exif-flash {
1033}
1035p.exif-exposure-index {
1036}
1038p.exif-flashpix-version {
1039}
1041p.exif-device-setting-description {
1042}
1044p.exif-focalplane-x-resolution {
1045}
1047p.exif-image-uniqueid {
1048}
1050p.exif-components-configuration {
1051}
1053p.exif-light-source {
1054}
1056p.exif-sensing-method {
1057}
1059p.exif-aperture {
1060}
1062p.exif-sharpness {
1063}
1065p.exif-exposure-program {
1066}
1068p.exif-subject-distance {
1069}
1071p.exif-subsec-time-digitized {
1072}
1074p.exif-contrast {
1075}
1077p.exif-focalplane-resolution-unit {
1078}
1080p.exif-gamma {
1081}
1083p.exif-35mm-focal-length {
1084}
1086p.exif-datetime-digitized {
1087}
1089p.exif-subject-distance-range {
1090}
1092p.exif-custom-rendered {
1093}
1095p.exif-max-aperture {
1096}
1098p.exif-sound-file {
1099}
1101p.exif-metering-mode {
1102}
1104p.exif-spectral-sensitivity {
1105}
1107p.exif-exposure-bias {
1108}
1110p.exif-focalplane-y-resolution {
1111}
1113p.exif-iso-rating {
1114}
1116p.exif-maker-note {
1117}
1119p.exif-digital-zoom-ratio {
1120}
1122p.exif-user-comment {
1123}
1125/* @end */
957/* Order & Un-ordered List Support
958These CSS classes style the list style type of an un-ordered list. */
960ul.disc { list-style-type: disc;
961}
963ul.circle { list-style-type: circle;
964}
966ul.square { list-style-type: square;
967}
969ol.arabic-numbers { list-style-type: decimal;
970}
972ol.upper-alpha { list-style-type: upper-alpha;
973}
975ol.lower-alpha { list-style-type: lower-alpha;
976}
978ol.upper-roman { list-style-type: upper-roman;
979}
981ol.lower-roman { list-style-type: lower-roman;
982}
984/* @end *//* @group EXIF data */
985/* Data wrapper */
986.exif-data {
987}
989/* p tag classes for all exif data */
990p.exif-version {
991}
993p.exif-colour-space {
994}
996p.exif-focal-length {
997}
999p.exif-dimensions {
1000}
1002p.exif-pixel-y-dimension {
1003}
1005p.exif-oecf-value {
1006}
1008p.exif-subsec-time-original {
1009}
1011p.exif-exposure-mode {
1012}
1014p.exif-pixel-x-dimension {
1015}
1017p.exif-spatial-frequency-response {
1018}
1020p.exif-scene-capture-type {
1021}
1023p.exif-subject-location {
1024}
1026p.exif-shutter-speed {
1027}
1029p.exif-datetime-original {
1030}
1032p.exif-subsec-time {
1033}
1035p.exif-compressed-bits-per-pixel {
1036}
1038p.exif-flash-energy {
1039}
1041p.exif-saturation {
1042}
1044p.exif-brightness {
1045}
1047p.exif-exposure-time {
1048}
1050p.exif-f-number {
1051}
1053p.exif-file-source {
1054}
1056p.exif-gain-control {
1057}
1059p.exif-subject-area {
1060}
1062p.exif-cfa-pattern {
1063}
1065p.exif-scene-type {
1066}
1068p.exif-white-balance {
1069}
1071p.exif-flash {
1072}
1074p.exif-exposure-index {
1075}
1077p.exif-flashpix-version {
1078}
1080p.exif-device-setting-description {
1081}
1083p.exif-focalplane-x-resolution {
1084}
1086p.exif-image-uniqueid {
1087}
1089p.exif-components-configuration {
1090}
1092p.exif-light-source {
1093}
1095p.exif-sensing-method {
1096}
1098p.exif-aperture {
1099}
1101p.exif-sharpness {
1102}
1104p.exif-exposure-program {
1105}
1107p.exif-subject-distance {
1108}
1110p.exif-subsec-time-digitized {
1111}
1113p.exif-contrast {
1114}
1116p.exif-focalplane-resolution-unit {
1117}
1119p.exif-gamma {
1120}
1122p.exif-35mm-focal-length {
1123}
1125p.exif-datetime-digitized {
1126}
1128p.exif-subject-distance-range {
1129}
1131p.exif-custom-rendered {
1132}
1134p.exif-max-aperture {
1135}
1137p.exif-sound-file {
1138}
1140p.exif-metering-mode {
1141}
1143p.exif-spectral-sensitivity {
1144}
1146p.exif-exposure-bias {
1147}
1149p.exif-focalplane-y-resolution {
1150}
1152p.exif-iso-rating {
1153}
1155p.exif-maker-note {
1156}
1158p.exif-digital-zoom-ratio {
1159}
1161p.exif-user-comment {
1162}
1164/* @end */