diff --git a/browser/themes/pinstripe/browser/feeds/light.gif b/browser/themes/pinstripe/browser/feeds/light.gif new file mode 100755 index 000000000000..6aa47aee0803 Binary files /dev/null and b/browser/themes/pinstripe/browser/feeds/light.gif differ diff --git a/browser/themes/pinstripe/browser/feeds/subscribe.css b/browser/themes/pinstripe/browser/feeds/subscribe.css new file mode 100755 index 000000000000..9d2bd1af5e04 --- /dev/null +++ b/browser/themes/pinstripe/browser/feeds/subscribe.css @@ -0,0 +1,174 @@ + +*[hidden] { + display: none; +} + +html { + background: -moz-Dialog; + font: 3mm tahoma,arial,helvetica,sans-serif; +} + +#feedBody { + border: 1px solid THreeDShadow; + -moz-border-radius: 10px; + padding: 3em; + -moz-padding-start: 30px; + margin: 2em auto; + background: -moz-Field; +} + +#feedHeader { + border: 1px solid ThreeDShadow; + -moz-border-radius: 10px; + padding-top: 4em; + padding-bottom: .3em; + -moz-padding-start: .3em; + -moz-padding-end: .3em; + margin: -4em auto 0 auto; + font-size: 110%; + background-color: InfoBackground; +} + +#feedHeader[firstrun="true"] { + background: url("chrome://browser/content/feeds/light.gif") .5em 6em no-repeat InfoBackground; + padding: 5em 3em 3em 3em; +} + +#feedIntroText { + display: none; + margin-left: 2em; +} + +#feedHeader[firstrun="true"] #feedIntroText { + display: block; +} + +#feedSubscribeLine { + padding: 1em; + -moz-border-radius: 3px; +} + +#feedHeader[firstrun="true"] #feedSubscribeLine { + margin-left: 1.7em; + background: -moz-Field; +} + +#feedSubscribeHandler { + border: 1px solid ThreeDLightShadow; + -moz-border-radius: 3px; + padding: 3px; +} + +#feedSubscribeHandleText { + -moz-padding-start: 18px; + background: url("chrome://browser/skin/places/livemarkItem.png") left 0 no-repeat; +} + +#feedSubscribeLink { + background: url("chrome://browser/skin/places/livemarkItem.png") left 0 no-repeat; + padding-left: 18px; + font-weight: bold; + -moz-margin-end: .4em; +} + +#feedSubscribeOptionsGroup { + -moz-border-radius: 4px; + border: 2px solid ThreeDLightShadow; + margin-bottom: .3em; +} + +#feedSubscribeOptionsGroupTitle { + -moz-padding-start: .3em; + -moz-padding-end: .3em; +} + +.field { + -moz-appearance: textbox; +} + +.styleLessBorderLess { + -moz-appearance: none; + border: none; +} + +#feedSubscribeOptions { + -moz-margin-start: 5em; + -moz-margin-end: 5em; + margin-top: 2em; +} + +#feedChangeSubscribeOptions { + -moz-margin-start: .4em; +} + +#feedSubscribeDoneChangingOptions { + font-weight: bold; +} + + +body { + margin: 0; + padding: 0 3em; + color: -moz-fieldText; + font: message-box; +} + +h1 { + font-size: 160%; + border-bottom: 2px solid ThreeDLightShadow; + margin: 0 0 .2em 0; +} + +h2 { + color: ThreeDDarkShadow; + font-size: 110%; + font-weight: normal; + margin: 0 0 .6em 0; +} + +#feedTitleLink { + float: right; + margin: 0 0 0 .6em; +} + +a[href] img { + border: none; +} + +#feedTitleContainer { + margin: 0 .6em 0 0; +} + +#feedTitleImage { + margin: 0 0 0 .6em; +} + +.link { + color: #0000FF; + text-decoration: underline; + cursor: pointer; + margin-top: -2px; +} + +.link:hover:active { + color: #FF0000; +} + +.plain { + -moz-appearance: none; + border: 0px; + margin: 0px; + padding: 0px; + background: none; +} + +.plain > .button-box { + border: 1px solid transparent; + margin: 0px; + padding: 0px; + background: none; +} + +.plain:focus > .button-box { + border: 1px dotted ThreeDDarkShadow; +} diff --git a/browser/themes/pinstripe/browser/jar.mn b/browser/themes/pinstripe/browser/jar.mn index dc16d1da6538..242a30e8be46 100644 --- a/browser/themes/pinstripe/browser/jar.mn +++ b/browser/themes/pinstripe/browser/jar.mn @@ -29,6 +29,10 @@ classic.jar: skin/classic/browser/Secure-background.gif skin/classic/browser/Toolbar-small.png skin/classic/browser/Toolbar.png +#ifdef MOZ_FEEDS + skin/classic/browser/feeds/subscribe.css (feeds/subscribe.css) + skin/classic/browser/feeds/light.gif (feeds/light.gif) +#endif #ifdef MOZ_PLACES skin/classic/browser/places/places.css (places/places.css) skin/classic/browser/places/browser-places.css (places/browser-places.css)