X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2FaboutNetworking.css;fp=LCARStrek%2Fmozapps%2FaboutNetworking.css;h=9906ab51335764ed69ebaf7761f584c7e0127f57;hp=0000000000000000000000000000000000000000;hb=58bfce8aac5e5a9a622610d393f1200d70003ec8;hpb=48b3063d55b791cd469b5d44377ae0907132f24d diff --git a/LCARStrek/mozapps/aboutNetworking.css b/LCARStrek/mozapps/aboutNetworking.css new file mode 100644 index 00000000..9906ab51 --- /dev/null +++ b/LCARStrek/mozapps/aboutNetworking.css @@ -0,0 +1,96 @@ +/* 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: gray; +} + +.warningBackground { + display: none; + background: #000000; + 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 #9C9CFF; + border-radius: 10px; + padding: 3em; + -moz-padding-start: 30px; + background: #E7ADE7; + margin-left: auto; + text-align: center; +} + +.tab { + display: none; +} + +.active { + display: block; +} + +button { + border-radius: 300px; + margin: 1px 1px; + padding: 0; + min-width: 12ch; + border: none; + background-color: #C09070; + color: #000000; + text-shadow: none; +} + +button.selected { + background-color: #008484; +} + +button:hover { + background-color: #FFCF00; +} + +button[disabled] { + background-color: #8050B0; +} + +#menu button { + border-radius: 0; +} + +#menu button:first-child { + border-radius: 300px 0 0 300px; +} + +#menu button:last-child { + border-radius: 0 300px 300px 0; +} + +#refreshdiv { + top: 5px; + position: absolute; + right: 30px; +} + +#autorefcheck { + margin-top: -1px; +}