2010-03-26 08:11:03 -07:00
|
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
*
|
|
|
|
* The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
* 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
* the License. You may obtain a copy of the License at
|
|
|
|
* http://www.mozilla.org/MPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
* for the specific language governing rights and limitations under the
|
|
|
|
* License.
|
|
|
|
*
|
|
|
|
* The Original Code is Mozilla Mobile Browser.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is
|
|
|
|
* Mozilla Corporation.
|
|
|
|
* Portions created by the Initial Developer are Copyright (C) 2008
|
|
|
|
* the Initial Developer. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
|
|
|
* Mark Finkle <mfinkle@mozilla.com>
|
|
|
|
*
|
|
|
|
* Alternatively, the contents of this file may be used under the terms of
|
|
|
|
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
* of those above. If you wish to allow use of your version of this file only
|
|
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
* use your version of this file under the terms of the MPL, indicate your
|
|
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
* the provisions above, a recipient may use your version of this file under
|
|
|
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
*
|
|
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
|
|
|
|
html {
|
|
|
|
background: white;
|
|
|
|
font-family: "Nokia Sans", Tahoma, sans-serif !important;
|
|
|
|
font-size: 24px;
|
|
|
|
margin: 0px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrapper {
|
|
|
|
max-width: 600px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
float: right;
|
|
|
|
margin-top: -24px;
|
2011-06-20 13:51:32 -07:00
|
|
|
-moz-margin-end: -34px;
|
2011-06-07 12:11:39 -07:00
|
|
|
/* Trick to ensure this is shown above the opacity transform happening to content*/
|
|
|
|
-moz-transform: translate(0,0);
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|
|
|
|
|
2011-06-20 13:51:32 -07:00
|
|
|
body[dir="rtl"] #logo {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2010-03-26 08:11:03 -07:00
|
|
|
#header {
|
|
|
|
font-weight: bold;
|
|
|
|
color: white;
|
|
|
|
background: transparent -moz-linear-gradient(top, rgba(57,89,117,1) 0%, rgba(30,66,98,1) 50%, rgba(24,54,82,1) 90%);
|
2011-01-28 05:48:17 -08:00
|
|
|
border-radius: 6px;
|
2010-03-26 08:11:03 -07:00
|
|
|
padding: 12px;
|
|
|
|
padding-bottom: 14px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
margin-top: 20px;
|
2011-01-28 05:48:17 -08:00
|
|
|
box-shadow: inset rgba(0, 0, 0, 0.2) 0 -3px 0px, rgba(0, 0, 0, 0.1) 0px 2px 0px;
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#header-suffix {
|
|
|
|
color: rgb(112,136,156);
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-box {
|
|
|
|
background-color: white;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 8px;
|
2011-01-28 05:48:17 -08:00
|
|
|
border-radius: 8px;
|
2010-03-26 08:11:03 -07:00
|
|
|
border: 1px solid rgba(0,0,0,0.3);
|
2011-01-28 05:48:17 -08:00
|
|
|
box-shadow:
|
2010-03-26 08:11:03 -07:00
|
|
|
inset rgba(255, 255, 255, 0.5) 0 1px 0px,
|
|
|
|
inset rgba(0, 0, 0, 0.1) 0 -3px 0px,
|
|
|
|
rgba(0, 0, 0, 0.1) 0px 2px 0px;
|
2010-10-27 06:55:00 -07:00
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.section-box > h1 {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: black;
|
|
|
|
background: transparent -moz-linear-gradient(top, rgba(235,235,235,0.2) 0%, rgba(235,235,235,1) 90%);
|
|
|
|
margin: 0;
|
|
|
|
padding: 4px 12px 8px 12px;
|
2011-01-28 05:48:17 -08:00
|
|
|
border-radius: 8px 8px 0 0;
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.section-box > div {
|
|
|
|
border-bottom: 1px solid rgba(0,0,0,0.1);
|
|
|
|
padding: 8px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-box > div:last-child {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Make room for the image */
|
|
|
|
.section-box > div > div,
|
|
|
|
.section-row > div > div {
|
2010-10-08 10:27:42 -07:00
|
|
|
-moz-margin-start: 48px;
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.section-box .title {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-box .openall {
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 12px 8px;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2010-10-08 10:27:42 -07:00
|
|
|
body[dir="ltr"] .section-box .openall {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2010-03-26 08:11:03 -07:00
|
|
|
.section-box .version {
|
2011-04-15 03:52:58 -07:00
|
|
|
/* The addon title is not localized, so keep the margin on the left side */
|
|
|
|
margin-left: 12px;
|
2010-03-26 08:11:03 -07:00
|
|
|
font-size: 18px;
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
|
2010-04-05 13:03:09 -07:00
|
|
|
.section-box .inner {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2010-03-26 08:11:03 -07:00
|
|
|
.section-box .favicon {
|
|
|
|
border: none;
|
|
|
|
top: 8px;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
position: absolute;
|
2010-04-05 13:03:09 -07:00
|
|
|
pointer-events: none;
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|
|
|
|
|
2010-10-08 10:27:42 -07:00
|
|
|
body[dir="ltr"] .section-box .favicon {
|
|
|
|
left: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body[dir="ltr"] .section-box .favicon {
|
|
|
|
right: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body[dir="ltr"] #newAddons > div:not(.loading) {
|
2010-04-05 13:03:09 -07:00
|
|
|
background: url("images/arrowright-16.png") 99% center no-repeat;
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|
|
|
|
|
2010-10-08 10:27:42 -07:00
|
|
|
body[dir="rtl"] #newAddons > div:not(.loading) {
|
|
|
|
background: url("images/arrowleft-16.png") 1% center no-repeat;
|
|
|
|
}
|
|
|
|
|
2010-08-24 01:49:32 -07:00
|
|
|
#remoteTabs[disabled=true] {
|
|
|
|
pointer-events: none;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
#remoteTabs[disabled=true] > div > .favicon {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2010-03-26 08:11:03 -07:00
|
|
|
.section-row {
|
|
|
|
color: black;
|
|
|
|
background: transparent -moz-linear-gradient(top, rgba(235,235,235,0.2) 0%, rgba(235,235,235,1) 90%);
|
|
|
|
padding: 8px;
|
|
|
|
padding-bottom: 12px;
|
2011-01-28 05:48:17 -08:00
|
|
|
border-radius: 8px;
|
2010-03-26 08:11:03 -07:00
|
|
|
border: 1px solid rgba(0,0,0,0.3);
|
2011-01-28 05:48:17 -08:00
|
|
|
box-shadow:
|
2010-03-26 08:11:03 -07:00
|
|
|
inset rgba(255, 255, 255, 0.5) 0 1px 0px,
|
|
|
|
inset rgba(0, 0, 0, 0.1) 0 -3px 0px,
|
|
|
|
rgba(0, 0, 0, 0.1) 0px 2px 0px;
|
|
|
|
margin: 24px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-row > div {
|
|
|
|
position: relative;
|
2010-04-05 13:03:09 -07:00
|
|
|
pointer-events: none;
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.section-row .favicon {
|
|
|
|
border: none;
|
|
|
|
top: 0;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2010-10-08 10:27:42 -07:00
|
|
|
body[dir="ltr"] {
|
|
|
|
left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body[dir="rtl"] {
|
|
|
|
right: 4px;
|
|
|
|
}
|
|
|
|
|
2010-04-05 13:03:09 -07:00
|
|
|
.loading > img {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2010-05-07 16:29:19 -07:00
|
|
|
.no-items {
|
|
|
|
text-align: center;
|
2011-02-18 08:10:43 -08:00
|
|
|
-moz-margin-start: 0 !important;
|
2010-05-07 16:29:19 -07:00
|
|
|
}
|
|
|
|
|
2011-06-07 12:11:39 -07:00
|
|
|
#content {
|
|
|
|
opacity: 1;
|
|
|
|
-moz-transition: opacity 500ms;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content[hidden] {
|
|
|
|
display: block;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
2011-01-28 05:48:17 -08:00
|
|
|
#footer-wrapper {
|
2010-04-05 13:03:09 -07:00
|
|
|
font-size: 18px;
|
2010-03-26 08:11:03 -07:00
|
|
|
margin-top: 24px;
|
2011-01-28 05:48:17 -08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#feedback {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|
|
|
|
|
2011-01-28 05:48:17 -08:00
|
|
|
#support {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
2011-02-25 16:13:17 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 399px) {
|
|
|
|
#support {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 400px) {
|
2011-03-30 09:43:58 -07:00
|
|
|
body[dir="ltr"] #feedback {
|
2011-02-25 16:13:17 -08:00
|
|
|
border-radius: 8px 0 0 8px;
|
|
|
|
}
|
|
|
|
|
2011-03-30 09:43:58 -07:00
|
|
|
body[dir="rtl"] #feedback {
|
|
|
|
border-radius: 0 8px 8px 0;
|
|
|
|
}
|
|
|
|
|
2011-02-25 16:13:17 -08:00
|
|
|
#support {
|
2011-03-30 09:43:58 -07:00
|
|
|
-moz-border-start: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body[dir="ltr"] #support {
|
2011-02-25 16:13:17 -08:00
|
|
|
border-radius: 0 8px 8px 0;
|
|
|
|
}
|
2011-03-30 09:43:58 -07:00
|
|
|
|
|
|
|
body[dir="rtl"] #support {
|
|
|
|
border-radius: 8px 0 0 8px;
|
|
|
|
}
|
2010-03-26 08:11:03 -07:00
|
|
|
}
|