X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2FaboutPrivateBrowsing.css;fp=LCARStrek%2Fcommunicator%2FaboutPrivateBrowsing.css;h=2c95ac5892b2a54c0b5bda14bde65e532fe3f92c;hp=0000000000000000000000000000000000000000;hb=e64883579c16c1c431ffd39cb7af0d551e10dd6f;hpb=114c63a29de43bf0fab87ddb948eadd3b0f9a328 diff --git a/LCARStrek/communicator/aboutPrivateBrowsing.css b/LCARStrek/communicator/aboutPrivateBrowsing.css new file mode 100644 index 00000000..2c95ac58 --- /dev/null +++ b/LCARStrek/communicator/aboutPrivateBrowsing.css @@ -0,0 +1,62 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@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 */ + +#warningBox:not(.private) .private, +#warningBox:not(.normal) .normal { + display: none; +} + +/* Pick the desired icons depending on the window's context */ + +#warningBox.private > #warningBoxIcon { + list-style-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"); + width: 48px; + height: 48px; + -moz-margin-end: 3em; +} + +#trackWarnBox { + margin-top: 0.6em; + -moz-margin-end: 7em; + -moz-box-align: center; +} + +#trackWarnIcon { + list-style-image: url("chrome://global/skin/icons/warning-24.png"); + width: 24px; + height: 24px; +} + +/* 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 #9C9CFF; + font-size: 135%; +} + +#warningInnerBox > button { + margin: 0.8em 0 1em 0; +} + +#warningOuterBox > vbox > label, +#warningInnerBox > description { + -moz-margin-start: 0; +}