mobile/android/themes/core/aboutFeedback.css

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

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 body {
michael@0 6 -moz-text-size-adjust: none;
michael@0 7 font-family: sans-serif;
michael@0 8 font-size: 12px;
michael@0 9 color: #222;
michael@0 10 background-color: #ced7de;
michael@0 11 padding: 10px;
michael@0 12 }
michael@0 13
michael@0 14 a {
michael@0 15 color: #004b98;
michael@0 16 }
michael@0 17
michael@0 18 section {
michael@0 19 max-width: 500px;
michael@0 20 margin-left: auto;
michael@0 21 margin-right: auto;
michael@0 22 }
michael@0 23
michael@0 24 section:not([active]) {
michael@0 25 display: none;
michael@0 26 }
michael@0 27
michael@0 28 .header {
michael@0 29 font-size: 24px;
michael@0 30 font-weight: lighter;
michael@0 31 text-align: center;
michael@0 32 margin-top: 0;
michael@0 33 }
michael@0 34
michael@0 35 .message-box,
michael@0 36 .message-box-bottom,
michael@0 37 .link-box,
michael@0 38 .link-box-bottom {
michael@0 39 background-color: #e4e9ee;
michael@0 40 padding: 15px;
michael@0 41 }
michael@0 42
michael@0 43 .message-box,
michael@0 44 .link-box {
michael@0 45 border-bottom: 1px solid #c8cdd4;
michael@0 46 }
michael@0 47
michael@0 48 .message-box-bottom,
michael@0 49 .link-box-bottom {
michael@0 50 border-bottom: 2px solid #c8cdd4;
michael@0 51 margin-bottom: 10px;
michael@0 52 }
michael@0 53
michael@0 54 .link-box,
michael@0 55 .link-box-bottom {
michael@0 56 text-align: center;
michael@0 57 }
michael@0 58
michael@0 59 .link-box:active,
michael@0 60 .link-box-bottom:active {
michael@0 61 background-color: #a7b0b8;
michael@0 62 }
michael@0 63
michael@0 64 .message {
michael@0 65 margin-bottom: 10px;
michael@0 66 }
michael@0 67
michael@0 68 .fine-print {
michael@0 69 font-size: 10px;
michael@0 70 color: #666;
michael@0 71 }
michael@0 72
michael@0 73 .stars {
michael@0 74 width: 80px;
michael@0 75 height: 10px;
michael@0 76 margin: -20px auto 10px auto;
michael@0 77 background-image: url("chrome://browser/skin/images/5stars.png");
michael@0 78 background-size: 64px 10px;
michael@0 79 background-position: center;
michael@0 80 background-repeat: no-repeat;
michael@0 81 background-color: #e4e9ee;
michael@0 82 }
michael@0 83
michael@0 84 .link-box-bottom:active > .stars {
michael@0 85 background-color: transparent;
michael@0 86 }
michael@0 87
michael@0 88 @media screen and (max-height: 400px) {
michael@0 89 .bottom-links,
michael@0 90 #sumo-message {
michael@0 91 margin-top: 20px;
michael@0 92 }
michael@0 93 }
michael@0 94
michael@0 95 @media not screen and (max-height: 400px) {
michael@0 96 body {
michael@0 97 padding-top: 40px;
michael@0 98 }
michael@0 99
michael@0 100 .bottom-links {
michael@0 101 position: absolute;
michael@0 102 left: 0;
michael@0 103 bottom: 40px;
michael@0 104 }
michael@0 105
michael@0 106 #sumo-message {
michael@0 107 position: absolute;
michael@0 108 bottom: 20px;
michael@0 109 }
michael@0 110 }
michael@0 111
michael@0 112 .bottom-links {
michael@0 113 text-align: center;
michael@0 114 width: 100%;
michael@0 115 }
michael@0 116
michael@0 117 .bottom-links > a {
michael@0 118 margin: 0 25px;
michael@0 119 text-decoration: underline;
michael@0 120 }
michael@0 121
michael@0 122 #sumo-message {
michael@0 123 color: #444;
michael@0 124 -moz-padding-end: 30px;
michael@0 125 }
michael@0 126
michael@0 127 .description,
michael@0 128 #last-url {
michael@0 129 font-family: "Clear Sans",sans-serif;
michael@0 130 font-size: 14px;
michael@0 131 margin-bottom: 10px;
michael@0 132 padding: 5px;
michael@0 133 width: -moz-calc(100% - 10px);
michael@0 134 }
michael@0 135
michael@0 136 .send-feedback {
michael@0 137 margin-top: 10px;
michael@0 138 padding: 10px;
michael@0 139 font-size: 16px;
michael@0 140 width: 100%;
michael@0 141 background-image: linear-gradient(rgb(87,94,102), rgb(71,77,83) 90%, rgb(45,49,53));
michael@0 142 border-radius: 4px;
michael@0 143 border-width: 0;
michael@0 144 color: #fff;
michael@0 145 }
michael@0 146
michael@0 147 .send-feedback:active {
michael@0 148 background-image: linear-gradient(rgb(138,143,148), rgb(127,130,135) 90%, rgb(108,111,114));
michael@0 149 }

mercurial