X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2FaboutPrivateBrowsing.css;h=0963fcafe5b074eb86a299031f06c120bd188a3c;hp=bc2cfe4ba154ed968fc70915e9ba93894702edf0;hb=bfb8ca2c23a5438ed886328e0416294c27362c7a;hpb=e64883579c16c1c431ffd39cb7af0d551e10dd6f diff --git a/EarlyBlue/communicator/aboutPrivateBrowsing.css b/EarlyBlue/communicator/aboutPrivateBrowsing.css index bc2cfe4b..0963fcaf 100644 --- a/EarlyBlue/communicator/aboutPrivateBrowsing.css +++ b/EarlyBlue/communicator/aboutPrivateBrowsing.css @@ -4,24 +4,47 @@ @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; + -moz-padding-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; } #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; @@ -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%; }