зеркало из https://github.com/mozilla/gecko-dev.git
Bug 515759: More light-on-dark theme issues, r=gavin
This commit is contained in:
Родитель
000b50aa94
Коммит
7bacac2e55
|
@ -0,0 +1,46 @@
|
|||
html {
|
||||
background: #f0f0f0;
|
||||
padding: 0 1em;
|
||||
font-family: "Nokia Sans", Tahoma, sans-serif !important;
|
||||
font-size: 100% !important;
|
||||
}
|
||||
|
||||
body {
|
||||
color: black;
|
||||
position: relative;
|
||||
min-width: 330px;
|
||||
max-width: 50em;
|
||||
margin: 1em auto;
|
||||
border: 1px solid gray;
|
||||
-moz-border-radius: 10px;
|
||||
padding: 3em;
|
||||
-moz-padding-start: 30px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.aboutPageWideContainer {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
#aboutLogoContainer {
|
||||
border: 1px solid lightgray;
|
||||
width: 300px;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#version {
|
||||
font-weight: bold;
|
||||
color: #909090;
|
||||
margin: -24px 0 9px 17px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
-moz-margin-start: 1.5em;
|
||||
padding: 0;
|
||||
list-style: square;
|
||||
}
|
|
@ -40,19 +40,20 @@
|
|||
|
||||
|
||||
html {
|
||||
background: -moz-Dialog;
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0 1em;
|
||||
color: -moz-FieldText;
|
||||
font: message-box;
|
||||
color: black;
|
||||
font-family: "Nokia Sans", Tahoma, sans-serif !important;
|
||||
font-size: 100% !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 0 .6em 0;
|
||||
border-bottom: 1px solid ThreeDLightShadow;
|
||||
border-bottom: 1px solid lightgray;
|
||||
font-size: 160%;
|
||||
}
|
||||
|
||||
|
@ -64,12 +65,12 @@ h2 {
|
|||
position: relative;
|
||||
min-width: 13em;
|
||||
max-width: 52em;
|
||||
margin: 4em auto;
|
||||
margin: 1em auto;
|
||||
border: 1px solid #FFBD09; /* pale yellow extracted from yellow passport icon */
|
||||
-moz-border-radius: 10px;
|
||||
padding: 3em;
|
||||
-moz-padding-start: 30px;
|
||||
background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat -moz-Field;
|
||||
background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat white;
|
||||
-moz-background-origin: content;
|
||||
}
|
||||
|
||||
|
@ -90,6 +91,6 @@ body[dir="rtl"] #errorPageContainer {
|
|||
}
|
||||
|
||||
#technicalContent[collapsed] > h2,
|
||||
#expertContent[collapsed] > h2{
|
||||
#expertContent[collapsed] > h2 {
|
||||
background-image: url("chrome://browser/skin/images/section-collapsed-16.png");
|
||||
}
|
||||
|
|
|
@ -11,9 +11,11 @@ chrome.jar:
|
|||
% skin browser classic/1.0 %
|
||||
aboutCertError.css (aboutCertError.css)
|
||||
aboutPage.css (aboutPage.css)
|
||||
about.css (about.css)
|
||||
platform.css (platform.css)
|
||||
browser.css (browser.css)
|
||||
notification.css (notification.css)
|
||||
% override chrome://global/skin/about.css chrome://browser/skin/about.css
|
||||
|
||||
images/aboutBackground.jpg (images/aboutBackground.jpg)
|
||||
images/arrowright-16.png (images/arrowright-16.png)
|
||||
|
|
Загрузка…
Ссылка в новой задаче