X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fapp-manager%2Fhelp.css;fp=LCARStrek%2Fdevtools%2Fapp-manager%2Fhelp.css;h=0000000000000000000000000000000000000000;hb=bdb9f97982138845069e66497bea0e2c4d0fe455;hp=892eacb359e1a2bb4c84243b3fe4cba7f38759dc;hpb=b1d1a8bbaca0a31b2c2581911368b6892d447718;p=themes.git diff --git a/LCARStrek/devtools/app-manager/help.css b/LCARStrek/devtools/app-manager/help.css deleted file mode 100644 index 892eacb3..00000000 --- a/LCARStrek/devtools/app-manager/help.css +++ /dev/null @@ -1,51 +0,0 @@ -/* 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; - padding-inline-start: .5em; - padding-inline-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; - padding-inline-start: calc(.5em + 1px); - padding-inline-end: .5em; -} - -a, a:visited { - color: #3333FF; -} - -#close-button { - float: right; -}