X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fapp-manager%2Fhelp.css;fp=LCARStrek%2Fdevtools%2Fapp-manager%2Fhelp.css;h=62b043c8e0f4cfa78d8a004ae081c46f2623cb46;hp=0000000000000000000000000000000000000000;hb=dc9d5d64a3f915cb832f43050545b432f33504f7;hpb=ecfc58b0361c617fa298d4b1bb69ea2484d37de2 diff --git a/LCARStrek/devtools/app-manager/help.css b/LCARStrek/devtools/app-manager/help.css new file mode 100644 index 00000000..62b043c8 --- /dev/null +++ b/LCARStrek/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; +}