browser/themes/windows/feeds/subscribe.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/windows/feeds/subscribe.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,159 @@
     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 +#feedHeaderContainer {
    1.22 +  border: 1px solid ThreeDShadow;
    1.23 +  border-radius: 10px;
    1.24 +  margin: -4em auto 0 auto;
    1.25 +  background-color: InfoBackground;
    1.26 +}
    1.27 +
    1.28 +#feedHeader {  
    1.29 +  margin-top: 4.9em;
    1.30 +  margin-bottom: 1em;
    1.31 +  -moz-margin-start: 1.4em;
    1.32 +  -moz-margin-end: 1em;
    1.33 +  -moz-padding-start: 2.9em;
    1.34 +  font-size: 110%;
    1.35 +  color: InfoText;
    1.36 +}
    1.37 +
    1.38 +#feedIntroText {
    1.39 +  display: none;
    1.40 +}
    1.41 +
    1.42 +.feedBackground {
    1.43 +  background: url("chrome://browser/skin/feeds/feedIcon.png") 0% 10% no-repeat InfoBackground;
    1.44 +}
    1.45 +
    1.46 +.videoPodcastBackground {
    1.47 +  background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 0% 10% no-repeat InfoBackground;
    1.48 +}
    1.49 +
    1.50 +.audioPodcastBackground {
    1.51 +  background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 0% 10% no-repeat InfoBackground;
    1.52 +}
    1.53 +
    1.54 +#feedHeader[dir="rtl"] {
    1.55 +  background-position: 100% 10%;
    1.56 +}
    1.57 +
    1.58 +#feedHeader[firstrun="true"] #feedIntroText {
    1.59 +  padding-top: 0.1em;
    1.60 +  -moz-padding-start: 0.6em;
    1.61 +  display: block;
    1.62 +}
    1.63 +
    1.64 +#feedHeader[firstrun="true"] > #feedSubscribeLine {
    1.65 +  -moz-padding-start: 1.8em;
    1.66 +}
    1.67 +
    1.68 +#feedSubscribeLine {
    1.69 +  padding-top: 0.2em;
    1.70 +}
    1.71 +
    1.72 +/* Don't print subscription UI */
    1.73 +@media print {
    1.74 +  #feedHeaderContainer {
    1.75 +    display: none;
    1.76 +  }
    1.77 +}
    1.78 +
    1.79 +body {
    1.80 +  margin: 0;
    1.81 +  padding: 0 3em;
    1.82 +  color: -moz-fieldText;
    1.83 +  font: message-box;
    1.84 +}
    1.85 +
    1.86 +h1 {
    1.87 +  font-size: 160%;
    1.88 +  border-bottom: 2px solid ThreeDLightShadow;
    1.89 +  margin: 0 0 .2em 0;
    1.90 +}
    1.91 +
    1.92 +h2 {
    1.93 +  color: GrayText;
    1.94 +  font-size: 110%;
    1.95 +  font-weight: normal;
    1.96 +  margin: 0 0 .6em 0;
    1.97 +}
    1.98 +
    1.99 +#feedTitleLink {
   1.100 +  float: right;
   1.101 +  -moz-margin-start: .6em;
   1.102 +  -moz-margin-end: 0;
   1.103 +  margin-top: 0;
   1.104 +  margin-bottom: 0;
   1.105 +}
   1.106 +
   1.107 +a[href] img {
   1.108 +  border: none;
   1.109 +}
   1.110 +
   1.111 +#feedTitleContainer {
   1.112 +  -moz-margin-start: 0;
   1.113 +  -moz-margin-end: .6em;
   1.114 +  margin-top: 0;
   1.115 +  margin-bottom: 0;
   1.116 +}
   1.117 +
   1.118 +#feedTitleImage {
   1.119 +  -moz-margin-start: .6em;
   1.120 +  -moz-margin-end: 0;
   1.121 +  margin-top: 0;
   1.122 +  margin-bottom: 0;
   1.123 +  max-width: 300px;
   1.124 +  max-height: 150px;
   1.125 +}
   1.126 +
   1.127 +.feedEntryContent {
   1.128 +  font-size: 110%;
   1.129 +}
   1.130 + 
   1.131 +.link {
   1.132 +  color: #0000FF;
   1.133 +  text-decoration: underline;
   1.134 +  cursor: pointer;
   1.135 +}
   1.136 +
   1.137 +.link:hover:active {
   1.138 +  color: #FF0000;
   1.139 +}
   1.140 +
   1.141 +.lastUpdated {
   1.142 +  font-size: 85%;
   1.143 +  font-weight: normal;
   1.144 +}
   1.145 +
   1.146 +.type-icon {
   1.147 +  vertical-align: bottom;
   1.148 +  height: 16px;
   1.149 +  width: 16px;
   1.150 +}
   1.151 +
   1.152 +.enclosures {
   1.153 +  border: 1px solid THreeDShadow;
   1.154 +  padding: 1em;
   1.155 +  margin: 1em auto;
   1.156 +  background: -moz-Dialog;
   1.157 +}
   1.158 +
   1.159 +.enclosure {
   1.160 +  vertical-align: middle;
   1.161 +  margin-left: 2px;
   1.162 +}

mercurial