remove devtools and webide theming from LCARStrek due to large rate of churn in devto...
[themes.git] / LCARStrek / devtools / app-manager / help.css
diff --git a/LCARStrek/devtools/app-manager/help.css b/LCARStrek/devtools/app-manager/help.css
deleted file mode 100644 (file)
index 892eacb..0000000
+++ /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;
-}