browser/themes/linux/feeds/subscribe.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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 #feedHeaderContainer {
michael@0 19 border: 1px solid ThreeDShadow;
michael@0 20 border-radius: 10px;
michael@0 21 margin: -4em auto 0 auto;
michael@0 22 background-color: InfoBackground;
michael@0 23 }
michael@0 24
michael@0 25 #feedHeader {
michael@0 26 margin-top: 4.9em;
michael@0 27 margin-bottom: 1em;
michael@0 28 -moz-margin-start: 1.4em;
michael@0 29 -moz-margin-end: 1em;
michael@0 30 -moz-padding-start: 2.9em;
michael@0 31 font-size: 110%;
michael@0 32 color: InfoText;
michael@0 33 }
michael@0 34
michael@0 35 .feedBackground {
michael@0 36 background: url("chrome://browser/skin/feeds/feedIcon.png") 0% 10% no-repeat InfoBackground;
michael@0 37 }
michael@0 38
michael@0 39 .videoPodcastBackground {
michael@0 40 background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 0% 10% no-repeat InfoBackground;
michael@0 41 }
michael@0 42
michael@0 43 .audioPodcastBackground {
michael@0 44 background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 0% 10% no-repeat InfoBackground;
michael@0 45 }
michael@0 46
michael@0 47 #feedHeader[dir="rtl"] {
michael@0 48 background-position: 100% 10%;
michael@0 49 }
michael@0 50
michael@0 51 #feedIntroText {
michael@0 52 display: none;
michael@0 53 }
michael@0 54
michael@0 55 #feedHeader[firstrun="true"] #feedIntroText {
michael@0 56 padding-top: 0.1em;
michael@0 57 -moz-padding-start: 0.6em;
michael@0 58 display: block;
michael@0 59 }
michael@0 60
michael@0 61 #feedHeader[firstrun="true"] > #feedSubscribeLine {
michael@0 62 -moz-padding-start: 1.8em;
michael@0 63 }
michael@0 64
michael@0 65 #feedSubscribeLine {
michael@0 66 padding-top: 0.2em;
michael@0 67 }
michael@0 68
michael@0 69 /* Don't print subscription UI */
michael@0 70 @media print {
michael@0 71 #feedHeaderContainer {
michael@0 72 display: none;
michael@0 73 }
michael@0 74 }
michael@0 75
michael@0 76 body {
michael@0 77 margin: 0;
michael@0 78 padding: 0 3em;
michael@0 79 color: -moz-fieldText;
michael@0 80 font: message-box;
michael@0 81 }
michael@0 82
michael@0 83 h1 {
michael@0 84 font-size: 160%;
michael@0 85 border-bottom: 2px solid ThreeDLightShadow;
michael@0 86 margin: 0 0 .2em 0;
michael@0 87 }
michael@0 88
michael@0 89 h2 {
michael@0 90 color: GrayText;
michael@0 91 font-size: 110%;
michael@0 92 font-weight: normal;
michael@0 93 margin: 0 0 .6em 0;
michael@0 94 }
michael@0 95
michael@0 96 #feedTitleLink {
michael@0 97 float: right;
michael@0 98 -moz-margin-start: .6em;
michael@0 99 -moz-margin-end: 0;
michael@0 100 margin-top: 0;
michael@0 101 margin-bottom: 0;
michael@0 102 }
michael@0 103
michael@0 104 a[href] img {
michael@0 105 border: none;
michael@0 106 }
michael@0 107
michael@0 108 #feedTitleContainer {
michael@0 109 -moz-margin-start: 0;
michael@0 110 -moz-margin-end: .6em;
michael@0 111 margin-top: 0;
michael@0 112 margin-bottom: 0;
michael@0 113 }
michael@0 114
michael@0 115 #feedTitleImage {
michael@0 116 -moz-margin-start: .6em;
michael@0 117 -moz-margin-end: 0;
michael@0 118 margin-top: 0;
michael@0 119 margin-bottom: 0;
michael@0 120 max-width: 300px;
michael@0 121 max-height: 150px;
michael@0 122 }
michael@0 123
michael@0 124 .feedEntryContent {
michael@0 125 font-size: 110%;
michael@0 126 }
michael@0 127
michael@0 128 .link {
michael@0 129 color: #0000FF;
michael@0 130 text-decoration: underline;
michael@0 131 cursor: pointer;
michael@0 132 }
michael@0 133
michael@0 134 .link:hover:active {
michael@0 135 color: #FF0000;
michael@0 136 }
michael@0 137
michael@0 138 .lastUpdated {
michael@0 139 font-size: 85%;
michael@0 140 font-weight: normal;
michael@0 141 }
michael@0 142
michael@0 143 .type-icon {
michael@0 144 vertical-align: bottom;
michael@0 145 height: 16px;
michael@0 146 width: 16px;
michael@0 147 }
michael@0 148
michael@0 149 .enclosures {
michael@0 150 border: 1px solid THreeDShadow;
michael@0 151 padding: 1em;
michael@0 152 margin: 1em auto;
michael@0 153 background: -moz-Dialog;
michael@0 154 }
michael@0 155
michael@0 156 .enclosure {
michael@0 157 vertical-align: middle;
michael@0 158 margin-left: 2px;
michael@0 159 }

mercurial