X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2FaboutPrivateBrowsing.css;h=e66700419fc53b7dc4ef7d1a69fc018deb835c96;hp=2c95ac5892b2a54c0b5bda14bde65e532fe3f92c;hb=b4888bae6fbc1a4e61b478a329f0dca352d0e5a7;hpb=e64883579c16c1c431ffd39cb7af0d551e10dd6f diff --git a/LCARStrek/communicator/aboutPrivateBrowsing.css b/LCARStrek/communicator/aboutPrivateBrowsing.css index 2c95ac58..e6670041 100644 --- a/LCARStrek/communicator/aboutPrivateBrowsing.css +++ b/LCARStrek/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: #000000; +} + +#warningBox { + background-color: #000000; + color: #FF9F00; + border: 1px solid #9C9CFF; + 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 #A09090; +} -#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 #9C9CFF; + border-bottom: 1px solid #A09090; font-size: 135%; }