From e4e4ead4af9ab93c53796823aac9e730b16cb3b8 Mon Sep 17 00:00:00 2001 From: "VRCat\\VRKitten" Date: Wed, 2 Aug 2017 16:56:02 -0600 Subject: [PATCH] 'Untabified' files --- scripts/system/html/css/edit-style.css | 206 ++++---- scripts/system/html/entityProperties.html | 602 +++++++++++----------- 2 files changed, 404 insertions(+), 404 deletions(-) diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index 583a832398..a1631e3db7 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -450,50 +450,50 @@ input[type=checkbox]:checked + label:hover { } .shape-section, .light-section, .model-section, .web-section, .hyperlink-section, .text-section, .zone-section { - display: table; + display: table; } #properties-list fieldset { - position: relative; - /* 0.1px on the top is to prevent margin collapsing between this and it's first child */ - margin: 21px -21px 0px -21px; + position: relative; + /* 0.1px on the top is to prevent margin collapsing between this and it's first child */ + margin: 21px -21px 0px -21px; padding: 0.1px 21px 0px 21px; - border: none; - border-top: 1px rgb(90,90,90) solid; - box-shadow: 0px -1px 0px rgb(37,37,37); + border: none; + border-top: 1px rgb(90,90,90) solid; + box-shadow: 0px -1px 0px rgb(37,37,37); } #properties-list fieldset.fstuple, #properties-list fieldset.fsrow { - margin-top: 21px; - border: none; - box-shadow: none; + margin-top: 21px; + border: none; + box-shadow: none; } #properties-list > fieldset[data-collapsed="true"] + fieldset { - margin-top: 0px; + margin-top: 0px; } #properties-list > fieldset[data-collapsed="true"] > *:not(legend) { - display: none !important; + display: none !important; } #properties-list legend + fieldset { - margin-top: 0px; - border: none; - box-shadow: none; + margin-top: 0px; + border: none; + box-shadow: none; } #properties-list > fieldset#properties-header { - margin-top: 0px; - padding-bottom: 0px; + margin-top: 0px; + padding-bottom: 0px; } #properties-list > fieldset > legend { - position: relative; + position: relative; display: table; width: 100%; margin: 21px -21px 0 -21px; @@ -504,10 +504,10 @@ input[type=checkbox]:checked + label:hover { height: 28px; text-transform: uppercase; outline: none; - background-color: #404040; - border: none; - border-top: 1px rgb(90,90,90) solid; - box-shadow: 0 -1px 0 rgb(37,37,37), 0 4px 4px 0 rgba(0,0,0,0.75); + background-color: #404040; + border: none; + border-top: 1px rgb(90,90,90) solid; + box-shadow: 0 -1px 0 rgb(37,37,37), 0 4px 4px 0 rgba(0,0,0,0.75); } div.section-header, .sub-section-header, hr { @@ -526,8 +526,8 @@ div.section-header, .sub-section-header, hr { .column .sub-section-header { - background-image: none; - padding-top: 0; + background-image: none; + padding-top: 0; } .sub-section-header, .no-collapse, hr { @@ -802,12 +802,12 @@ div.refresh input[type="button"] { } #property-color-control1 { - display: table-cell; - float: none; + display: table-cell; + float: none; } #property-color-control1 + label { - border-left: 20px transparent solid; + border-left: 20px transparent solid; } .rgb label { @@ -919,23 +919,23 @@ tuple, .blue:focus, .tuple .z:focus, .tuple .roll:focus { } #properties-list fieldset .two-column { - padding-top:21px; - display: flex; + padding-top:21px; + display: flex; } #properties-list .two-column fieldset { /*display: table-cell;*/ width: 50%; - margin: 0; - padding: 0; - border-top: none; - box-shadow: none; + margin: 0; + padding: 0; + border-top: none; + box-shadow: none; } #properties-list .two-column fieldset legend { - display: table; + display: table; width: 100%; - margin: 21px -21px 0px -21px; + margin: 21px -21px 0px -21px; padding: 0px 0px 0px 21px; font-family: Raleway-Regular; font-size: 12px; @@ -946,11 +946,11 @@ tuple, .blue:focus, .tuple .z:focus, .tuple .roll:focus { } fieldset .checkbox-sub-props { - margin-top: 0; + margin-top: 0; } fieldset .checkbox-sub-props .property:first-child { - margin-top: 0; + margin-top: 0; } .column { @@ -1297,8 +1297,8 @@ th#entity-hasScript { #properties-list #properties-header { display: table-row; height: 28px; - border-top: none; - box-shadow: none; + border-top: none; + box-shadow: none; } #properties-header .property { @@ -1405,51 +1405,51 @@ input#reset-to-natural-dimensions { } #properties-list #collision-info > fieldset:first-of-type { - border-top: none !important; - box-shadow: none; - margin-top: 0; + border-top: none !important; + box-shadow: none; + margin-top: 0; } #properties-list { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } /* ----- Order of Menu items for Primitive ----- */ #properties-list.ShapeMenu #general, #properties-list.BoxMenu #general, #properties-list.SphereMenu #general { - order: 1; + order: 1; } #properties-list.ShapeMenu #collision-info, #properties-list.BoxMenu #collision-info, #properties-list.SphereMenu #collision-info { - order: 2; + order: 2; } #properties-list.ShapeMenu #physical, #properties-list.BoxMenu #physical, #properties-list.SphereMenu #physical { - order: 3; + order: 3; } #properties-list.ShapeMenu #spatial, #properties-list.BoxMenu #spatial, #properties-list.SphereMenu #spatial { - order: 4; + order: 4; } #properties-list.ShapeMenu #behavior, #properties-list.BoxMenu #behavior, #properties-list.SphereMenu #behavior { - order: 5; + order: 5; } #properties-list.ShapeMenu #hyperlink, #properties-list.BoxMenu #hyperlink, #properties-list.SphereMenu #hyperlink { - order: 6; + order: 6; } #properties-list.ShapeMenu #light, @@ -1467,196 +1467,196 @@ input#reset-to-natural-dimensions { #properties-list.ShapeMenu #web, #properties-list.BoxMenu #web, #properties-list.SphereMenu #web { - display: none; + display: none; } /* ----- Order of Menu items for Light ----- */ #properties-list.LightMenu #general { - order: 1; + order: 1; } #properties-list.LightMenu #light { - order: 2; + order: 2; } #properties-list.LightMenu #physical { - order: 3; + order: 3; } #properties-list.LightMenu #spatial { - order: 4; + order: 4; } #properties-list.LightMenu #behavior { - order: 5; + order: 5; } #properties-list.LightMenu #collision-info { - order: 6; + order: 6; } #properties-list.LightMenu #hyperlink { - order: 7; + order: 7; } -/* sections to hide */ +/* sections to hide */ #properties-list.LightMenu #model, #properties-list.LightMenu #zone, #properties-list.LightMenu #text, #properties-list.LightMenu #web { - display: none; + display: none; } /* items to hide */ #properties-list.LightMenu .shape-group.shape-section.property.dropdown, #properties-list.LightMenu color-section.color-control1 { - display: none + display: none } /* ----- Order of Menu items for Model ----- */ #properties-list.ModelMenu #general { - order: 1; + order: 1; } #properties-list.ModelMenu #model { - order: 2; + order: 2; } #properties-list.ModelMenu #collision-info { - order: 3; + order: 3; } #properties-list.ModelMenu #physical { - order: 4; + order: 4; } #properties-list.ModelMenu #spatial { - order: 5; + order: 5; } #properties-list.ModelMenu #behavior { - order: 6; + order: 6; } #properties-list.ModelMenu #hyperlink { - order: 7; + order: 7; } -/* sections to hide */ +/* sections to hide */ #properties-list.ModelMenu #light, #properties-list.ModelMenu #zone, #properties-list.ModelMenu #text, #properties-list.ModelMenu #web { - display: none; + display: none; } /* items to hide */ #properties-list.ModelMenu .shape-group.shape-section.property.dropdown, #properties-list.ModelMenu .color-section.color-control1 { - display: none + display: none } /* ----- Order of Menu items for Zone ----- */ #properties-list.ZoneMenu #general { - order: 1; + order: 1; } #properties-list.ZoneMenu #zone { - order: 2; + order: 2; } #properties-list.ZoneMenu #physical { - order: 3; + order: 3; } #properties-list.ZoneMenu #spatial { - order: 4; + order: 4; } #properties-list.ZoneMenu #behavior { - order: 5; + order: 5; } #properties-list.ZoneMenu #collision-info { - order: 6; + order: 6; } #properties-list.ZoneMenu #hyperlink { - order: 7; + order: 7; } -/* sections to hide */ +/* sections to hide */ #properties-list.ZoneMenu #light, #properties-list.ZoneMenu #model, #properties-list.ZoneMenu #text, #properties-list.ZoneMenu #web { - display: none; + display: none; } /* items to hide */ #properties-list.ZoneMenu .shape-group.shape-section.property.dropdown, #properties-list.ZoneMenu .color-section.color-control1 { - display: none + display: none } /* ----- Order of Menu items for Web ----- */ #properties-list.WebMenu #general { - order: 1; + order: 1; } #properties-list.WebMenu #web { - order: 2; + order: 2; } #properties-list.WebMenu #collision-info { - order: 3; + order: 3; } #properties-list.WebMenu #physical { - order: 4; + order: 4; } #properties-list.WebMenu #spatial { - order: 5; + order: 5; } #properties-list.WebMenu #behavior { - order: 6; + order: 6; } #properties-list.WebMenu #hyperlink { - order: 7; + order: 7; } -/* sections to hide */ +/* sections to hide */ #properties-list.WebMenu #light, #properties-list.WebMenu #model, #properties-list.WebMenu #zone, #properties-list.WebMenu #text { - display: none; + display: none; } /* items to hide */ #properties-list.WebMenu .shape-group.shape-section.property.dropdown, #properties-list.WebMenu .color-section.color-control1 { - display: none; + display: none; } /* ----- Order of Menu items for Text ----- */ #properties-list.TextMenu #general { - order: 1; + order: 1; } #properties-list.TextMenu #text { - order: 2; + order: 2; } #properties-list.TextMenu #collision-info { - order: 3; + order: 3; } #properties-list.TextMenu #physical { - order: 4; + order: 4; } #properties-list.TextMenu #spatial { - order: 5; + order: 5; } #properties-list.TextMenu #behavior { - order: 6; + order: 6; } #properties-list.TextMenu #hyperlink { - order: 7; + order: 7; } -/* sections to hide */ +/* sections to hide */ #properties-list.TextMenu #light, #properties-list.TextMenu #model, #properties-list.TextMenu #zone, #properties-list.TextMenu #web { - display: none; + display: none; } /* items to hide */ #properties-list.TextMenu .shape-group.shape-section.property.dropdown, #properties-list.TextMenu .color-section.color-control1 { - display: none + display: none } /* Currently always hidden */ #properties-list #polyvox { - display: none; + display: none; } .skybox-section { - display: none; + display: none; } \ No newline at end of file diff --git a/scripts/system/html/entityProperties.html b/scripts/system/html/entityProperties.html index ecdd866666..24a8b2fee0 100644 --- a/scripts/system/html/entityProperties.html +++ b/scripts/system/html/entityProperties.html @@ -47,114 +47,114 @@
-
-
- -
- -
-
-
- - -
-
- - -
-
-
-
-
- - Collides With - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
-
- - Grabbing - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
-
- - -
-
-
+
+
+ +
+
+
+
+
+ + +
+
+ + +
+
+
+
+
+ + Collides With + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + Grabbing + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+
-
+
PhysicalM @@ -297,23 +297,23 @@ BehaviorM -
- -
-
- - - - Saved! -
-
-
- -
-
- - -
+
+ +
+
+ + + + Saved! +
+
+
+ +
+
+ + +
@@ -347,10 +347,10 @@
-
- - -
+
+ + +
@@ -366,38 +366,38 @@ -
- - LightM - -
-
- Light color -
-
-
-
-
-
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
+
+ + LightM + +
+
+ Light color +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
@@ -412,14 +412,14 @@
@@ -480,115 +480,115 @@
-
- - ZoneM - -
-
- - -
-
- - -
-
- - -
-
-
-
- - -
-
- -
-
-
- -
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
- - -
-
-
- - Stage - -
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
-
- - Background - - -
-
- - Skybox - -
-
- Skybox color -
-
-
-
-
-
-
- - -
-
-
+
+ + ZoneM + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ +
+
+
+ +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+ + +
+
+
+ + Stage + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+ + Background + + +
+
+ + Skybox + +
+
+ Skybox color +
+
+
+
+
+
+
+ + +
+
+
@@ -646,37 +646,37 @@ -
- - Voxel volume size m - -
-
-
-
-
- -
- - -
-
- - -
-
- - -
-
+
+ + Voxel volume size m + +
+
+
+
+
+ +
+ + +
+
+ + +
+
+ + +
+