move devtools to separate directory, make HTML-based inspector work
[themes.git] / LCARStrek / devtools / app-manager / help.css
diff --git a/LCARStrek/devtools/app-manager/help.css b/LCARStrek/devtools/app-manager/help.css
new file mode 100644 (file)
index 0000000..62b043c
--- /dev/null
@@ -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;
+}