remove devtools and webide theming from LCARStrek due to large rate of churn in devto...
[themes.git] / LCARStrek / webide / panel-listing.css
diff --git a/LCARStrek/webide/panel-listing.css b/LCARStrek/webide/panel-listing.css
deleted file mode 100644 (file)
index 16c2a89..0000000
+++ /dev/null
@@ -1,152 +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 {
-  font: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
-  font-size: 11px;
-  font-weight: 400;
-  background-color: #000000;
-  color: #FF9F00;
-}
-
-label,
-.panel-item,
-#project-panel-projects,
-#runtime-panel-projects {
-  display: block;
-  float: left;
-  width: 100%;
-  text-align: left;
-}
-
-.project-image,
-.panel-item span {
-  display: inline-block;
-  float: left;
-  line-height: 20px;
-}
-
-.project-image {
-  margin-right: 10px;
-  max-height: 20px;
-}
-
-.panel-header {
-  color: #9C9CFF;
-  text-transform: uppercase;
-  line-height: 200%;
-  margin: 5px 5px 0 5px;
-  font-weight: 700;
-  width: 100%;
-}
-
-.panel-header:first-child {
-  margin-top: 0;
-}
-
-.panel-header[hidden], .panel-item[hidden] {
-  display: none;
-}
-
-#runtime-panel-simulator,
-.panel-item-complex {
-  clear: both;
-  position: relative;
-}
-
-.panel-item span {
-  display: block;
-  float: left;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  width: 75%;
-  white-space: nowrap;
-}
-
-.panel-item {
-  -moz-appearance: none;
-  -moz-box-align: center;
-  padding: 3%;
-  display: block;
-  width: 94%;
-  cursor: pointer;
-  border-top: 1px solid transparent;
-  border-left: 0;
-  border-bottom: 1px solid #A09090;
-  border-right: 0;
-  background-color: transparent;
-}
-
-button.panel-item {
-  background-position: 5px 5px;
-  background-repeat: no-repeat;
-  background-size: 14px 14px;
-  padding-left: 25px;
-  width: 100%;
-}
-
-.panel-item:disabled {
-  background-color: #8050B0;
-  color: #000000;
-  opacity: 0.5;
-  cursor: default;
-}
-
-.refresh-icon {
-  background-image: url("chrome://devtools/skin/images/reload.svg");
-  height: 14px;
-  width: 14px;
-  border: 0;
-  opacity: 0.6;
-  display: inline-block;
-  margin: 3px;
-  float: right;
-}
-
-.panel-item:not(:disabled):hover,
-button.panel-item:not(:disabled):hover {
-  background-color: #FFCF00;
-  border-top: 1px solid #9C9CFF;
-}
-
-.configure-button {
-  display: inline-block;
-  height: 30px;
-  width: 30px;
-  background-color: transparent;
-  background-image: -moz-image-rect(url("icons.png"), 104, 462, 129, 438);
-  background-position: center center;
-  background-repeat: no-repeat;
-  background-size: 14px 14px;
-  position: absolute;
-  top: -2px;
-  right: 0;
-  border: 0;
-}
-
-.configure-button:hover {
-  cursor: pointer;
-}
-
-.project-panel-item-openpackaged  { background-image: -moz-image-rect(url("icons.png"), 260, 438, 286, 412); }
-.runtime-panel-item-simulator     { background-image: -moz-image-rect(url("icons.png"), 0, 438, 26, 412); }
-.runtime-panel-item-other         { background-image: -moz-image-rect(url("icons.png"), 26, 438, 52, 412); }
-#runtime-permissions              { background-image: -moz-image-rect(url("icons.png"), 105, 438, 131, 412); }
-#runtime-screenshot               { background-image: -moz-image-rect(url("icons.png"), 131, 438, 156, 412); }
-
-#runtime-preferences,
-#runtime-settings                 { background-image: -moz-image-rect(url("icons.png"), 105, 464, 131, 438); }
-
-#runtime-panel-nousbdevice,
-#runtime-details                  { background-image: -moz-image-rect(url("icons.png"), 156, 438, 182, 412);  }
-
-.runtime-panel-item-usb,
-#runtime-disconnect               { background-image: -moz-image-rect(url("icons.png"), 52, 438, 78, 412); }
-
-.runtime-panel-item-wifi,
-.project-panel-item-openhosted    { background-image: -moz-image-rect(url("icons.png"), 208, 438, 234, 412); }
-
-.project-panel-item-newapp,
-#runtime-panel-noadbhelper,
-#runtime-panel-installsimulator   { background-image: -moz-image-rect(url("icons.png"), 234, 438, 260, 412); }