diff --git a/mozilla/xpfe/browser/src/navigator-shiny.css b/mozilla/xpfe/browser/src/navigator-shiny.css new file mode 100644 index 00000000000..b053ec80329 --- /dev/null +++ b/mozilla/xpfe/browser/src/navigator-shiny.css @@ -0,0 +1,163 @@ +/** Contains style definitions for the navigator application + **/ + +titledbutton#print-button { + list-style-image:url(resource:/res/toolbar/TB_Print.gif); +} + +titledbutton#back-button { + list-style-image:url(resource:/res/toolbar/TB_Back.gif); +} + +titledbutton#forward-button { + list-style-image:url(resource:/res/toolbar/TB_Forward.gif); +} + +titledbutton#stop-button { + list-style-image:url(resource:/res/toolbar/TB_Stop.gif); +} + +titledbutton#reload-button { + list-style-image:url(resource:/res/toolbar/TB_Reload.gif); +} + +titledbutton#home-button { + list-style-image:url(resource:/res/toolbar/TB_Home.gif); +} + +titledbutton#netscape-button { + list-style-image:url(resource:/res/toolbar/TB_Netscape.gif); +} + +titledbutton#security-button { + list-style-image:url(resource:/res/toolbar/StatusBar-secure.gif); +} + +titledbutton#Throbber +{ + list-style-image:url(resource:/res/throbber/anims00.gif); +} + +titledbutton#Throbber[busy="true"] { + list-style-image:url(resource:/res/throbber/throbbingN.gif); +} + +toolbar#taskbar titledbutton{ + color:#CCCCFF; +} + +toolbar#taskbar titledbutton[pseudoclass~="active"] { + + text-decoration:none; + border: 1px inset; + + padding-left: 2px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 0px; +} + +toolbar#taskbar titledbutton[pseudoclass~="hover"] { + border: 1px outset #666699; + color:white; + //text-decoration:underline; + padding: 1px; +} + +toolbar#taskbar { + display:block; + background-color: #666699; + border-bottom: solid #333366 1px; + border-top: solid #9999AA 1px; + border-left: solid #9999AA 1px; + border-right: solid #333366 1px; + font: 10pt sans-serif; + min-height: 16px; + color: white; +} + + +box[class=insecure] { + margin-top: 2px; + border-top: 0px; +} + +box[class=secure] { + border-top: 2px solid yellow; + margin-top: 0px; +} + +box#status-bar titledbutton { + font: 2.5mm sans-serif; +} + +titledbutton[class=secure] { + background-color: yellow; +} + +titledbutton[class=insecure] { +} + +toolbar#taskbar titledbutton[pseudoclass~="active"] { + + text-decoration:none; + border: 1px inset; + + padding-left: 2px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 0px; +} + +titledbutton[class="popup"] +{ + list-style-image:url(resource:/res/toolbar/TB_popup.gif); +} + +titledbutton#mini-nav +{ + list-style-image:url(resource:/res/toolbar/TB_MiniNav.gif); +} + +titledbutton#mini-mail +{ + list-style-image:url(resource:/res/toolbar/TB_MiniMail.gif); +} + +titledbutton#mini-addr +{ + list-style-image:url(resource:/res/toolbar/TB_MiniAddr.gif); +} + +titledbutton#mini-comp +{ + list-style-image:url(resource:/res/toolbar/TB_MiniComp.gif); +} + +box[type="secure"] { + border-top: 2px solid yellow; +} + +box[type="unsecure"] { + margin-top: 1px; +} + +toolbar[class="main-bar"] { +} + +window#main-window { + width: 100%; + height: 100%; +} + +box#outer-box { + width: 100%; + height:100%; + background-image: url(bg.jpg); +} + +iframe#content-frame { + width: 100px; + height: 100px; + margin: 10px; +} diff --git a/mozilla/xpfe/browser/src/navigator.css b/mozilla/xpfe/browser/src/navigator.css index 144ac9bff56..ecbe4eb5414 100644 --- a/mozilla/xpfe/browser/src/navigator.css +++ b/mozilla/xpfe/browser/src/navigator.css @@ -142,7 +142,20 @@ box[type="unsecure"] { margin-top: 1px; } -toolbox { - background-color: green; - background-image: url(bg.jpg); -} \ No newline at end of file +toolbar[class="main-bar"] { +} + +window#main-window { + width: 100%; + height: 100%; +} + +box#outer-box { + width: 100%; + height:100%; +} + +iframe#content-frame { + width: 100px; + height: 100px; +} diff --git a/mozilla/xpfe/browser/src/navigator.xul b/mozilla/xpfe/browser/src/navigator.xul index 95ca48d177c..fac1916b451 100644 --- a/mozilla/xpfe/browser/src/navigator.xul +++ b/mozilla/xpfe/browser/src/navigator.xul @@ -4,7 +4,7 @@ - @@ -514,9 +514,9 @@ - + - + @@ -552,7 +552,7 @@ - + - +