X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2FaboutNetworking.css;fp=EarlyBlue%2Fmozapps%2FaboutNetworking.css;h=d23f45909f12706c9d8994c9391df369148eacc3;hp=0000000000000000000000000000000000000000;hb=58bfce8aac5e5a9a622610d393f1200d70003ec8;hpb=48b3063d55b791cd469b5d44377ae0907132f24d diff --git a/EarlyBlue/mozapps/aboutNetworking.css b/EarlyBlue/mozapps/aboutNetworking.css new file mode 100644 index 00000000..d23f4590 --- /dev/null +++ b/EarlyBlue/mozapps/aboutNetworking.css @@ -0,0 +1,61 @@ +/* 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/. */ + +body { + min-width: 330px; + max-width: 100%; + min-height: 330px; + max-height: 100%; + margin: 0.5em; +} + +#menu { + position: absolute; + top: 5px; + color: #000000; +} + +.warningBackground { + display: none; + background: #CCD0DD; + width:100%; + height:100%; + z-index:10; + top:0; + left:0; + position:fixed; +} + +.warningMessage { + color: #000000; + position: relative; + min-width: 330px; + max-width: 50em; + margin: 4em auto; + border: 1px solid #666699; + border-radius: 10px; + padding: 3em; + -moz-padding-start: 30px; + background: #CCD0DD; + margin-left: auto; + text-align: center; +} + +.tab { + display: none; +} + +.active { + display: block; +} + +#menu .selected { + color: #336699; +} + +#refreshdiv { + top: 5px; + position: absolute; + right: 30px; +}