browser/themes/osx/feeds/subscribe.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/osx/feeds/subscribe.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,151 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +html {
     1.9 +  background: -moz-Dialog;
    1.10 +  font: 3mm tahoma,arial,helvetica,sans-serif;
    1.11 +}
    1.12 +
    1.13 +#feedBody {
    1.14 +  border: 1px solid THreeDShadow;
    1.15 +  padding: 3em;
    1.16 +  -moz-padding-start: 30px;
    1.17 +  margin: 2em auto;
    1.18 +  background: -moz-Field;
    1.19 +}
    1.20 +
    1.21 +#feedHeader {
    1.22 +  border: 1px solid ThreeDShadow;
    1.23 +  border-radius: 10px;
    1.24 +  padding-top: 4em;
    1.25 +  padding-bottom: .3em;
    1.26 +  -moz-padding-start: .3em;
    1.27 +  -moz-padding-end: .3em;
    1.28 +  margin: -4em auto 0 auto;
    1.29 +  font-size: 110%;
    1.30 +  color: InfoText;
    1.31 +  padding: 5em 3em 0 3em;
    1.32 +}
    1.33 +
    1.34 +.feedBackground {
    1.35 +  background: url("chrome://browser/skin/feeds/feedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225);
    1.36 +}
    1.37 +
    1.38 +.videoPodcastBackground {
    1.39 +  background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225);
    1.40 +}
    1.41 +
    1.42 +.audioPodcastBackground {
    1.43 +  background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225);
    1.44 +}
    1.45 +
    1.46 +#feedHeader[firstrun="true"] #feedIntroText {
    1.47 +  display: block;
    1.48 +}
    1.49 +
    1.50 +#feedIntroText {
    1.51 +  display: none;
    1.52 +  -moz-margin-start: 2em;
    1.53 +}
    1.54 +
    1.55 +#feedSubscribeLine {
    1.56 +  padding: 0 1em 1em 2em;
    1.57 +}
    1.58 +
    1.59 +#feedHeader[firstrun="true"] #feedSubscribeLine {
    1.60 +  padding-left: 3.7em;
    1.61 +}
    1.62 +
    1.63 +/* Don't print subscription UI */
    1.64 +@media print {
    1.65 +  #feedHeaderContainer {
    1.66 +    display: none;
    1.67 +  }
    1.68 +}
    1.69 +
    1.70 +body {
    1.71 +  margin: 0;
    1.72 +  padding: 0 3em;
    1.73 +  color: -moz-fieldText;
    1.74 +  font: message-box;
    1.75 +}
    1.76 +
    1.77 +h1 {
    1.78 +  font-size: 160%;
    1.79 +  border-bottom: 2px solid ThreeDLightShadow;
    1.80 +  margin: 0 0 .2em 0;
    1.81 +}
    1.82 +
    1.83 +h2 {
    1.84 +  color: #C0C0C0;
    1.85 +  font-size: 110%;
    1.86 +  font-weight: normal;
    1.87 +  margin: 0 0 .6em 0;
    1.88 +}
    1.89 +
    1.90 +#feedTitleLink {
    1.91 +  float: right;
    1.92 +  -moz-margin-start: .6em;
    1.93 +  -moz-margin-end: 0;
    1.94 +  margin-top: 0;
    1.95 +  margin-bottom: 0;
    1.96 +}
    1.97 +
    1.98 +a[href] img {
    1.99 +  border: none;
   1.100 +}
   1.101 +
   1.102 +#feedTitleContainer {
   1.103 +  -moz-margin-start: 0;
   1.104 +  -moz-margin-end: .6em;
   1.105 +  margin-top: 0;
   1.106 +  margin-bottom: 0;
   1.107 +}
   1.108 +
   1.109 +#feedTitleImage {
   1.110 +  -moz-margin-start: .6em;
   1.111 +  -moz-margin-end: 0;
   1.112 +  margin-top: 0;
   1.113 +  margin-bottom: 0;
   1.114 +  max-width: 300px;
   1.115 +  max-height: 150px;
   1.116 +}
   1.117 +
   1.118 +.feedEntryContent {
   1.119 +  font-size: 110%;
   1.120 +}
   1.121 +
   1.122 +.link {
   1.123 +  color: #0000FF;
   1.124 +  text-decoration: underline;
   1.125 +  cursor: pointer;
   1.126 +  margin-top: -2px;
   1.127 +}
   1.128 +
   1.129 +.link:hover:active {
   1.130 +  color: #FF0000;
   1.131 +}
   1.132 +
   1.133 +.lastUpdated {
   1.134 +  font-size: 85%;
   1.135 +  font-weight: normal;
   1.136 +}
   1.137 +
   1.138 +.type-icon {
   1.139 +  vertical-align: bottom;
   1.140 +  height: 16px;
   1.141 +  width: 16px;
   1.142 +}
   1.143 +
   1.144 +.enclosures {
   1.145 +  border: 1px solid THreeDShadow;
   1.146 +  padding: 1em;
   1.147 +  margin: 1em auto;
   1.148 +  background: -moz-Dialog;
   1.149 +}
   1.150 +
   1.151 +.enclosure {
   1.152 +  vertical-align: middle;
   1.153 +  margin-left: 2px;
   1.154 +}

mercurial