X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2FaboutPrivateBrowsing.css;h=1cfe096c7bdc5823f4bd4b5d5c1af3c5f3e14f4e;hp=bc2cfe4ba154ed968fc70915e9ba93894702edf0;hb=1ad21b1f6b999bccea1c6d768ebbd4bc900479d0;hpb=e64883579c16c1c431ffd39cb7af0d551e10dd6f diff --git a/EarlyBlue/communicator/aboutPrivateBrowsing.css b/EarlyBlue/communicator/aboutPrivateBrowsing.css index bc2cfe4b..1cfe096c 100644 --- a/EarlyBlue/communicator/aboutPrivateBrowsing.css +++ b/EarlyBlue/communicator/aboutPrivateBrowsing.css @@ -4,32 +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; +} + +#warningInnerBox { + max-width: 50em; +} + +#warningTitle { + margin: 0 0 .6em 0; + font-size: 160%; + border-bottom: 1px solid #9999CC; +} -#warningBox:not(.private) .private, -#warningBox:not(.normal) .normal { - display: none; +#warningText { + font-size: 110%; + margin-left: 0; } /* Pick the desired icons depending on the window's context */ #warningBox.private > #warningBoxIcon { - list-style-image: url("chrome://global/skin/icons/information-48.png"); + background-image: url("chrome://global/skin/icons/information-48.png"); width: 48px; height: 48px; - -moz-margin-end: 3em; + margin-inline-end: 3em; } #warningBox.normal > #warningBoxIcon { - list-style-image: url("chrome://global/skin/icons/question-48.png"); + background-image: url("chrome://global/skin/icons/question-48.png"); width: 48px; height: 48px; - -moz-margin-end: 3em; + margin-inline-end: 3em; } #trackWarnBox { margin-top: 0.6em; - -moz-margin-end: 7em; + margin-inline-end: 7em; -moz-box-align: center; } @@ -48,7 +71,7 @@ #warningStatus { margin: 0.4em 0 1.2em 0; padding-bottom: 1.2em; - border-bottom: 1px solid #808080; + border-bottom: 1px solid #9999CC; font-size: 135%; } @@ -58,5 +81,5 @@ #warningOuterBox > vbox > label, #warningInnerBox > description { - -moz-margin-start: 0; + margin-inline-start: 0; }