X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2FaboutPrivateBrowsing.css;h=1cfe096c7bdc5823f4bd4b5d5c1af3c5f3e14f4e;hp=e4dde53be5ae2380d4cd0163ea0af2b0ce8645c2;hb=43ba37c15d4c3b381344e45dac387a9df582f48f;hpb=7f8406cd581ff96c12ddcc8467cbd617239287a3 diff --git a/EarlyBlue/communicator/aboutPrivateBrowsing.css b/EarlyBlue/communicator/aboutPrivateBrowsing.css index e4dde53b..1cfe096c 100644 --- a/EarlyBlue/communicator/aboutPrivateBrowsing.css +++ b/EarlyBlue/communicator/aboutPrivateBrowsing.css @@ -4,30 +4,55 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/* Hide selected items by default and display them based on the page status */ +#warningScreen { + background-color: #CCD0DD; +} + +#warningBox { + background-color: #CCD0DD; + color: #000000; + border: 1px solid #666699; + border-radius: 10px; + padding: 3em; + padding-inline-start: 30px; + margin-left: 1em; + margin-right: 1em; +} -#warningBox:not(.private) .private, -#warningBox:not(.normal) .normal { - display: none; +#warningInnerBox { + max-width: 50em; } -.title { - background-size: auto; +#warningTitle { + margin: 0 0 .6em 0; + font-size: 160%; + border-bottom: 1px solid #9999CC; +} + +#warningText { + font-size: 110%; + margin-left: 0; } /* Pick the desired icons depending on the window's context */ -.private.title { +#warningBox.private > #warningBoxIcon { background-image: url("chrome://global/skin/icons/information-48.png"); + width: 48px; + height: 48px; + margin-inline-end: 3em; } -.normal.title { +#warningBox.normal > #warningBoxIcon { background-image: url("chrome://global/skin/icons/question-48.png"); + width: 48px; + height: 48px; + margin-inline-end: 3em; } #trackWarnBox { margin-top: 0.6em; - -moz-margin-end: 7em; + margin-inline-end: 7em; -moz-box-align: center; } @@ -39,8 +64,14 @@ /* Define additional styles to look similar to the netError/certError pages */ +#warningTitle { + font-weight: bold; +} + #warningStatus { margin: 0.4em 0 1.2em 0; + padding-bottom: 1.2em; + border-bottom: 1px solid #9999CC; font-size: 135%; } @@ -48,6 +79,7 @@ margin: 0.8em 0 1em 0; } -#warningStatus > label { - -moz-margin-start: 0; +#warningOuterBox > vbox > label, +#warningInnerBox > description { + margin-inline-start: 0; }