X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fbrowser%2Fdevtools%2Fapp-manager%2Fhelp.css;fp=LCARStrek%2Fbrowser%2Fdevtools%2Fapp-manager%2Fhelp.css;h=62b043c8e0f4cfa78d8a004ae081c46f2623cb46;hb=6b94b4db86bc087435a8d96d45b579e5dd121c75;hp=0000000000000000000000000000000000000000;hpb=fd291cce9a40ba32a84e24bbce049544740810b5;p=themes.git diff --git a/LCARStrek/browser/devtools/app-manager/help.css b/LCARStrek/browser/devtools/app-manager/help.css new file mode 100644 index 00000000..62b043c8 --- /dev/null +++ b/LCARStrek/browser/devtools/app-manager/help.css @@ -0,0 +1,51 @@ +/* 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/. */ + +html, body { + margin: 0; + height: 100%; +} + +body { + color: #FF9F00; + font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; + overflow: hidden; + max-width: 600px; + margin: auto; + padding: 20px 0; + background-color: #000000; +} + +button { + border: none; + border-radius: 300px; + padding-top: 1px; + padding-bottom: 2px; + -moz-padding-start: .5em; + -moz-padding-end: calc(.5em + 1px); + cursor: pointer; + background-color: #C09070; + text-transform: uppercase; + color: #000000; +} + +button:hover { + background-color: #FFCF00; + color: #000000; +} + +button:hover:active { + padding-top: 2px; + padding-bottom: 1px; + -moz-padding-start: calc(.5em + 1px); + -moz-padding-end: .5em; +} + +a, a:visited { + color: #3333FF; +} + +#close-button { + float: right; +}