Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | html { |
michael@0 | 6 | background: -moz-Dialog; |
michael@0 | 7 | font: 3mm tahoma,arial,helvetica,sans-serif; |
michael@0 | 8 | } |
michael@0 | 9 | |
michael@0 | 10 | #feedBody { |
michael@0 | 11 | border: 1px solid THreeDShadow; |
michael@0 | 12 | padding: 3em; |
michael@0 | 13 | -moz-padding-start: 30px; |
michael@0 | 14 | margin: 2em auto; |
michael@0 | 15 | background: -moz-Field; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | #feedHeader { |
michael@0 | 19 | border: 1px solid ThreeDShadow; |
michael@0 | 20 | border-radius: 10px; |
michael@0 | 21 | padding-top: 4em; |
michael@0 | 22 | padding-bottom: .3em; |
michael@0 | 23 | -moz-padding-start: .3em; |
michael@0 | 24 | -moz-padding-end: .3em; |
michael@0 | 25 | margin: -4em auto 0 auto; |
michael@0 | 26 | font-size: 110%; |
michael@0 | 27 | color: InfoText; |
michael@0 | 28 | padding: 5em 3em 0 3em; |
michael@0 | 29 | } |
michael@0 | 30 | |
michael@0 | 31 | .feedBackground { |
michael@0 | 32 | background: url("chrome://browser/skin/feeds/feedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225); |
michael@0 | 33 | } |
michael@0 | 34 | |
michael@0 | 35 | .videoPodcastBackground { |
michael@0 | 36 | background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225); |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .audioPodcastBackground { |
michael@0 | 40 | background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225); |
michael@0 | 41 | } |
michael@0 | 42 | |
michael@0 | 43 | #feedHeader[firstrun="true"] #feedIntroText { |
michael@0 | 44 | display: block; |
michael@0 | 45 | } |
michael@0 | 46 | |
michael@0 | 47 | #feedIntroText { |
michael@0 | 48 | display: none; |
michael@0 | 49 | -moz-margin-start: 2em; |
michael@0 | 50 | } |
michael@0 | 51 | |
michael@0 | 52 | #feedSubscribeLine { |
michael@0 | 53 | padding: 0 1em 1em 2em; |
michael@0 | 54 | } |
michael@0 | 55 | |
michael@0 | 56 | #feedHeader[firstrun="true"] #feedSubscribeLine { |
michael@0 | 57 | padding-left: 3.7em; |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | /* Don't print subscription UI */ |
michael@0 | 61 | @media print { |
michael@0 | 62 | #feedHeaderContainer { |
michael@0 | 63 | display: none; |
michael@0 | 64 | } |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | body { |
michael@0 | 68 | margin: 0; |
michael@0 | 69 | padding: 0 3em; |
michael@0 | 70 | color: -moz-fieldText; |
michael@0 | 71 | font: message-box; |
michael@0 | 72 | } |
michael@0 | 73 | |
michael@0 | 74 | h1 { |
michael@0 | 75 | font-size: 160%; |
michael@0 | 76 | border-bottom: 2px solid ThreeDLightShadow; |
michael@0 | 77 | margin: 0 0 .2em 0; |
michael@0 | 78 | } |
michael@0 | 79 | |
michael@0 | 80 | h2 { |
michael@0 | 81 | color: #C0C0C0; |
michael@0 | 82 | font-size: 110%; |
michael@0 | 83 | font-weight: normal; |
michael@0 | 84 | margin: 0 0 .6em 0; |
michael@0 | 85 | } |
michael@0 | 86 | |
michael@0 | 87 | #feedTitleLink { |
michael@0 | 88 | float: right; |
michael@0 | 89 | -moz-margin-start: .6em; |
michael@0 | 90 | -moz-margin-end: 0; |
michael@0 | 91 | margin-top: 0; |
michael@0 | 92 | margin-bottom: 0; |
michael@0 | 93 | } |
michael@0 | 94 | |
michael@0 | 95 | a[href] img { |
michael@0 | 96 | border: none; |
michael@0 | 97 | } |
michael@0 | 98 | |
michael@0 | 99 | #feedTitleContainer { |
michael@0 | 100 | -moz-margin-start: 0; |
michael@0 | 101 | -moz-margin-end: .6em; |
michael@0 | 102 | margin-top: 0; |
michael@0 | 103 | margin-bottom: 0; |
michael@0 | 104 | } |
michael@0 | 105 | |
michael@0 | 106 | #feedTitleImage { |
michael@0 | 107 | -moz-margin-start: .6em; |
michael@0 | 108 | -moz-margin-end: 0; |
michael@0 | 109 | margin-top: 0; |
michael@0 | 110 | margin-bottom: 0; |
michael@0 | 111 | max-width: 300px; |
michael@0 | 112 | max-height: 150px; |
michael@0 | 113 | } |
michael@0 | 114 | |
michael@0 | 115 | .feedEntryContent { |
michael@0 | 116 | font-size: 110%; |
michael@0 | 117 | } |
michael@0 | 118 | |
michael@0 | 119 | .link { |
michael@0 | 120 | color: #0000FF; |
michael@0 | 121 | text-decoration: underline; |
michael@0 | 122 | cursor: pointer; |
michael@0 | 123 | margin-top: -2px; |
michael@0 | 124 | } |
michael@0 | 125 | |
michael@0 | 126 | .link:hover:active { |
michael@0 | 127 | color: #FF0000; |
michael@0 | 128 | } |
michael@0 | 129 | |
michael@0 | 130 | .lastUpdated { |
michael@0 | 131 | font-size: 85%; |
michael@0 | 132 | font-weight: normal; |
michael@0 | 133 | } |
michael@0 | 134 | |
michael@0 | 135 | .type-icon { |
michael@0 | 136 | vertical-align: bottom; |
michael@0 | 137 | height: 16px; |
michael@0 | 138 | width: 16px; |
michael@0 | 139 | } |
michael@0 | 140 | |
michael@0 | 141 | .enclosures { |
michael@0 | 142 | border: 1px solid THreeDShadow; |
michael@0 | 143 | padding: 1em; |
michael@0 | 144 | margin: 1em auto; |
michael@0 | 145 | background: -moz-Dialog; |
michael@0 | 146 | } |
michael@0 | 147 | |
michael@0 | 148 | .enclosure { |
michael@0 | 149 | vertical-align: middle; |
michael@0 | 150 | margin-left: 2px; |
michael@0 | 151 | } |