X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fconfig.css;h=669f75fa09cddae273375634b05edf969e4ddd11;hp=68d4634746b3bf16dfc2bff5c491934463907878;hb=2fef2a5d743af941add212d2a33507971431484b;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/global/config.css b/LCARStrek/global/config.css index 68d46347..669f75fa 100644 --- a/LCARStrek/global/config.css +++ b/LCARStrek/global/config.css @@ -6,81 +6,48 @@ == Styles for about:config ======================================================================= */ -@import url("chrome://global/skin/"); -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -/* ::::: warning screen ::::: */ - -#warningScreen -{ - background: #000000; +#warningScreen { + font-size: 15px; + padding-top: 0; + padding-bottom: 0; + -moz-padding-start: calc(48px + 4.6em); + -moz-padding-end: 48px; } -#warningBox -{ - background: #000000; - color: #FF9F00; - border: 1px solid #9C9FFF; - border-radius: 10px; - padding: 3em; - -moz-padding-start: 30px; - -moz-margin-start: 1em; - -moz-margin-end: 1em; +.title { + background-image: url("chrome://global/skin/icons/warning.svg"); } -#warningInnerBox -{ - max-width: 50em; +#warningTitle { + font-weight: lighter; + line-height: 1.2; + color: #9C9CFF; + margin: 0; + margin-bottom: .5em; } -#warningTitle -{ - margin: 0 0 .6em; - font-size: 160%; - border-bottom: 1px solid #008484; +#warningText { + margin: 1em 0; } -#warningText -{ - font-size: 110%; - -moz-margin-start: 0; -} - -#warningButton -{ +#warningButton { margin-top: 0.6em; } -#showWarningNextTime -{ - margin-top: 0.6em; +#filterRow { + margin-top: 4px; + -moz-margin-start: 4px; } -#exclam -{ - list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); - -moz-margin-end: 3em; +#configTree { + margin-top: 4px; + margin-bottom: 4px; } -/* ::::: tree rows ::::: */ - -#configTreeBody::-moz-tree-cell-text(user) -{ +#configTreeBody::-moz-tree-cell-text(user) { font-weight: bold; } -#configTreeBody::-moz-tree-cell-text(locked) -{ +#configTreeBody::-moz-tree-cell-text(locked) { font-style: italic; } - -#configTree -{ - margin-top: 5px; - margin-bottom: 5px; -} - -#filterRow -{ - margin-top: 5px; -}