X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fconfig.css;h=8b7dbfb9ffa5b51eaba5827be01b603047460be8;hp=1f4c4f1cda4fa425a358d9eda05478aaa4176708;hb=3d7395995722f1504f54d637cc567d5b4eee63ce;hpb=1c664a39295fb1349b8cecc6c39122285712ecd2 diff --git a/LCARStrek/global/config.css b/LCARStrek/global/config.css index 1f4c4f1c..8b7dbfb9 100644 --- a/LCARStrek/global/config.css +++ b/LCARStrek/global/config.css @@ -6,93 +6,48 @@ == Styles for about:config ======================================================================= */ -@import url("chrome://global/skin/"); -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -#config { - padding: 0; -} - -/* ::::: warning screen ::::: */ - -#warningScreen -{ - background: #000000; +#warningScreen { + font-size: 15px; + padding-top: 0; + padding-bottom: 0; + padding-inline-start: calc(48px + 4.6em); + padding-inline-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; + margin-inline-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: 3px; -} - -#filterRow -{ -} - -#filterRow > label -{ - -moz-margin-start: 0; -} - -#textbox -{ - -moz-margin-end: 0; -}