diff --git a/mozilla/themes/modern/global/alert-icon.gif b/mozilla/themes/modern/global/alert-icon.gif new file mode 100644 index 00000000000..453d1b2bdbc Binary files /dev/null and b/mozilla/themes/modern/global/alert-icon.gif differ diff --git a/mozilla/themes/modern/global/animthrob.gif b/mozilla/themes/modern/global/animthrob.gif new file mode 100644 index 00000000000..cd19451828d Binary files /dev/null and b/mozilla/themes/modern/global/animthrob.gif differ diff --git a/mozilla/themes/modern/global/animthrob_single.gif b/mozilla/themes/modern/global/animthrob_single.gif new file mode 100644 index 00000000000..7d60bae2d16 Binary files /dev/null and b/mozilla/themes/modern/global/animthrob_single.gif differ diff --git a/mozilla/themes/modern/global/blank.gif b/mozilla/themes/modern/global/blank.gif new file mode 100644 index 00000000000..03f6e9fd3f6 Binary files /dev/null and b/mozilla/themes/modern/global/blank.gif differ diff --git a/mozilla/themes/modern/global/box.css b/mozilla/themes/modern/global/box.css new file mode 100644 index 00000000000..7dabc0b0934 --- /dev/null +++ b/mozilla/themes/modern/global/box.css @@ -0,0 +1,59 @@ + +titledbox + { + border : 2px groove #CCCCCC; + padding : 7px; + margin : 5px; + } + +title + { + margin-left : 6px; + padding-right : 40px; + } + +/* This just SUCKS, but seems to be necessitated by titledbox design... */ +title > * + { + margin-left : 5px; + margin-right : 5px; + } + +:titledbox-content + { + display : block; + padding : inherit; + } + + +/** box formatting **/ + box[autostretch="never"] + { + vertical-align : middle; + } + + box[autostretch="never"][valign="top"] + { + vertical-align : top; + } + + box[autostretch="never"][valign="bottom"] + { + vertical-align : bottom; + } + + box[autostretch="never"][halign="center"] + { + text-align : center; + } + + box[autostretch="never"][halign="right"] + { + text-align : right; + } + + row + { + vertical-align : middle; + } + \ No newline at end of file diff --git a/mozilla/themes/modern/global/button.css b/mozilla/themes/modern/global/button.css new file mode 100644 index 00000000000..45591d1b9d5 --- /dev/null +++ b/mozilla/themes/modern/global/button.css @@ -0,0 +1,152 @@ +/* NEW WIDGET ANDING: