333751 - add skin files for feed preview page to mac pinstripe too... not part of build.

This commit is contained in:
beng%bengoodger.com 2006-05-03 17:55:24 +00:00
Родитель f4854ed148
Коммит 9b84aebe2e
3 изменённых файлов: 178 добавлений и 0 удалений

Двоичные данные
browser/themes/pinstripe/browser/feeds/light.gif Executable file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.7 KiB

Просмотреть файл

@ -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;
}

Просмотреть файл

@ -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)