mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 12:17:42 +02:00
478 lines
8.4 KiB
CSS
478 lines
8.4 KiB
CSS
/*
|
|
// edit-style.css
|
|
//
|
|
// Created by Ryan Huffman on 13 Nov 2014
|
|
// Copyright 2014 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: Raleway-Bold;
|
|
src: url(../../resources/fonts/Raleway-Bold.ttf), /* Production */
|
|
url(../../interface/resources/fonts/Raleway-Bold.ttf); /* Development */
|
|
}
|
|
|
|
@font-face {
|
|
font-family: HiFi-Glyphs;
|
|
src: url(../../resources/fonts/hifi-glyphs.ttf),
|
|
url(../../interface/resources/fonts/hifi-glyphs.ttf);
|
|
}
|
|
|
|
* {
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 24px 12px 24px 12px;
|
|
|
|
background-color: #404040;
|
|
color: #afafaf;
|
|
font-family: Arial;
|
|
font-size: 9.0pt;
|
|
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
|
|
.selectable {
|
|
-webkit-touch-callout: text;
|
|
-webkit-user-select: text;
|
|
-khtml-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
user-select: text;
|
|
|
|
cursor: text;
|
|
}
|
|
|
|
.color-box {
|
|
display: inline-block;
|
|
width: 15pt;
|
|
height: 15pt;
|
|
border: 0.75pt solid black;
|
|
margin: 1.5pt;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.color-box.highlight {
|
|
width: 13.5pt;
|
|
height: 13.5pt;
|
|
border: 1.5pt solid black;
|
|
}
|
|
|
|
.section-header, .sub-section-header {
|
|
background: #AAA;
|
|
border-bottom: 0.75pt solid #CCC;
|
|
background-color: #333333;
|
|
color: #999;
|
|
padding: 3pt;
|
|
padding-top: 6pt;
|
|
}
|
|
|
|
.section-header label, .sub-section-header label {
|
|
font-weight: bold;
|
|
font-size: 11pt;
|
|
}
|
|
|
|
.sub-section-header {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.sub-section-header label {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.multi-property-section {
|
|
}
|
|
|
|
.property-section {
|
|
display: block;
|
|
margin: 10 10;
|
|
height: 22.5pt;
|
|
}
|
|
|
|
|
|
.property-section label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.property-section span {
|
|
float: right;
|
|
}
|
|
|
|
.grid-section {
|
|
}
|
|
|
|
input[type=button] {
|
|
font-family: Raleway-Bold;
|
|
font-size: 13px;
|
|
vertical-align: top;
|
|
height: 28px;
|
|
min-width: 120px;
|
|
padding: 0px 12px;
|
|
margin-right: 8px;
|
|
border-radius: 5px;
|
|
border: none;
|
|
color: #fff;
|
|
background-color: #000;
|
|
background: linear-gradient(#343434, #000);
|
|
cursor: pointer;
|
|
}
|
|
|
|
input[type=button].glyph {
|
|
font-family: HiFi-Glyphs;
|
|
font-size: 20px;
|
|
min-width: 34px;
|
|
padding: 0;
|
|
}
|
|
|
|
input[type=button].red {
|
|
color: #fff;
|
|
background-color: #94132e;
|
|
background: linear-gradient(#d42043, #94132e);
|
|
}
|
|
|
|
input[type=button]:hover {
|
|
background: linear-gradient(#000, #000);
|
|
border: none;
|
|
}
|
|
|
|
input[type=button].red:hover {
|
|
background: linear-gradient(#d42043, #d42043);
|
|
border: none;
|
|
}
|
|
|
|
|
|
input[type=button]:active {
|
|
background: linear-gradient(#343434, #343434);
|
|
}
|
|
|
|
input[type=button].red:active {
|
|
background: linear-gradient(#94132e, #94132e);
|
|
}
|
|
|
|
|
|
#delete {
|
|
float: right;
|
|
margin-right: 0;
|
|
background-color: #ff0000;
|
|
}
|
|
|
|
|
|
#search-area {
|
|
padding: 0.5em;
|
|
box-sizing: border-box;
|
|
padding-right: 6em;
|
|
}
|
|
|
|
#filter {
|
|
width: 99%;
|
|
}
|
|
|
|
#radius-and-unit {
|
|
width: 6em;
|
|
float: right;
|
|
margin-right: -6em;
|
|
}
|
|
|
|
#radius {
|
|
width: 4em;
|
|
}
|
|
|
|
textarea, input {
|
|
margin: 0;
|
|
padding: 1.5pt;
|
|
border: 0.75pt solid #999;
|
|
background-color: #eee;
|
|
}
|
|
|
|
textarea {
|
|
width: 100%;
|
|
resize: vertical;
|
|
}
|
|
|
|
input.url {
|
|
width: 100%;
|
|
}
|
|
|
|
input.coord {
|
|
width: 7em;
|
|
display: block;
|
|
}
|
|
|
|
input.no-spin::-webkit-outer-spin-button,
|
|
input.no-spin::-webkit-inner-spin-button {
|
|
display: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
|
|
}
|
|
|
|
|
|
#entity-list {
|
|
position: relative; /* New positioning context. */
|
|
}
|
|
|
|
div#entity-table-scroll {
|
|
/* Height is set by JavaScript. */
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
padding-top: 24px; /* Space for header and footer outside of scroll region. */
|
|
margin-top: 24px;
|
|
}
|
|
|
|
#entity-table-scroll, #entity-table {
|
|
background-color: #2d2d2d;
|
|
}
|
|
|
|
#entity-table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
margin-top: -24px;
|
|
margin-bottom: -24px;
|
|
table-layout: fixed;
|
|
font-family: Sans-Serif;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
#col-type {
|
|
width: 15%;
|
|
}
|
|
#col-name {
|
|
width: 30%;
|
|
}
|
|
#col-url {
|
|
width: 54%;
|
|
}
|
|
#col-id {
|
|
width: 0;
|
|
}
|
|
|
|
#entity-table thead {
|
|
position: absolute;
|
|
top: 32px;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
#entity-table tfoot {
|
|
position: absolute;
|
|
bottom: -18px;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
#entity-table tr {
|
|
width: 100%;
|
|
cursor: pointer;
|
|
border-bottom: 0.75pt solid rgb(63, 63, 63)
|
|
}
|
|
|
|
#entity-table tr.selected {
|
|
color: rgb(43, 43, 43);
|
|
background-color: #AAA;
|
|
}
|
|
|
|
#entity-table th, #entity-table tfoot {
|
|
background-color: #333;
|
|
}
|
|
|
|
#entity-table th {
|
|
color: #fff;
|
|
border: 0pt black solid;
|
|
text-align: left;
|
|
word-wrap: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#entity-table td {
|
|
font-size: 9.0pt;
|
|
border: 0pt black solid;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
word-wrap: nowrap;
|
|
}
|
|
|
|
#entity-table td.url {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
div.input-area {
|
|
display: inline-block;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
#type, #id {
|
|
font-size: 9.0pt;
|
|
}
|
|
|
|
#type label, #id label {
|
|
color: rgb(150, 150, 150);
|
|
}
|
|
|
|
input, textarea {
|
|
background-color: rgb(63, 63, 63);
|
|
color: rgb(255, 255, 255);
|
|
border: none;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
input:disabled, textarea:disabled {
|
|
background-color: rgb(63, 63, 63);
|
|
color: rgb(160, 160, 160);
|
|
}
|
|
|
|
#properties-list input[type=checkbox] {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
#properties-list input[type=button] {
|
|
cursor: pointer;
|
|
background-color: rgb(51, 102, 102);
|
|
border-color: #608e96;
|
|
border-radius: 3.75pt;
|
|
padding: 3.75pt 7.5pt;
|
|
border: 0;
|
|
color: rgb(204, 204, 204);
|
|
}
|
|
|
|
#properties-list input[type=button]:disabled {
|
|
background-color: rgb(41, 82, 82);
|
|
color: rgb(160, 160, 160);
|
|
}
|
|
|
|
#properties-list .property {
|
|
padding: 4pt;
|
|
border-bottom: 0.75pt solid rgb(63, 63, 63);
|
|
min-height: 12pt;
|
|
}
|
|
|
|
|
|
table#properties-list {
|
|
border: none;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
background-color: #efefef;
|
|
font-family: Arial;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
#properties-list {
|
|
border-bottom: 0.75pt solid #e5e5e5;
|
|
}
|
|
|
|
.sub-props-checkbox-group {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#properties-list .label {
|
|
font-weight: bold;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
vertical-align: middle;
|
|
height: 1.2em;
|
|
}
|
|
|
|
#properties-list .label input[type=button] {
|
|
float: right;
|
|
padding: 0 5px 1px;
|
|
}
|
|
|
|
#properties-list .value > div{
|
|
padding: 3pt 0;
|
|
}
|
|
|
|
col#col-label {
|
|
width: 97.5pt;
|
|
}
|
|
|
|
div.outer {
|
|
position: relative;
|
|
}
|
|
div.inner {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
|
|
td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
#no-entities {
|
|
display: none;
|
|
position: absolute;
|
|
top: 54px;
|
|
font-size: 120%;
|
|
padding: 10pt;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
input[type="number"] {
|
|
position: relative;
|
|
}
|
|
|
|
/* Spin Buttons modified - credit for original implementation goes to http://jsfiddle.net/Volker_E/WwfW9/ */
|
|
input[type="number"]::-webkit-outer-spin-button,
|
|
input[type="number"]::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
|
|
width: 0.9em;
|
|
height: 4px;
|
|
opacity: 0.5; /* shows Spin Buttons per default (Chrome >= 39) */
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
|
|
input[type="number"]::-webkit-inner-spin-button:hover,
|
|
input[type="number"]::-webkit-inner-spin-button:active{
|
|
opacity: .8;
|
|
}
|
|
|
|
input#property-name {
|
|
width: 100%;
|
|
}
|
|
|
|
.color-picker {
|
|
width: 50px;
|
|
height: 10px;
|
|
margin: 5px;
|
|
border: 1px solid white;
|
|
}
|
|
|
|
.prop-x {
|
|
color:red !important;
|
|
background: rgba(255, 0, 0, .9);
|
|
height:2px !important;
|
|
}
|
|
|
|
.prop-y {
|
|
color:green !important;
|
|
background: rgba(0, 255, 0, .9);
|
|
height:2px !important;
|
|
}
|
|
|
|
.prop-z{
|
|
color:blue !important;
|
|
background: rgba(0, 0, 255, .9);
|
|
height:2px !important;
|
|
}
|