Skip to content

Commit 8776430

Browse files
authored
v1.11.0
1 parent bbed164 commit 8776430

29 files changed

Lines changed: 7087 additions & 2018 deletions

css/spectrum.css

Lines changed: 482 additions & 0 deletions
Large diffs are not rendered by default.

css/style.css

Lines changed: 73 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -730,13 +730,6 @@
730730
color: var(--color-text);
731731
}
732732

733-
.texture {
734-
vertical-align: middle;
735-
padding: 8px;
736-
border: 1px solid var(--color-border);
737-
box-sizing: border-box;
738-
}
739-
740733
.list {
741734
background-color: var(--color-back);
742735
height: calc(100% - 86px);
@@ -875,6 +868,12 @@
875868
.drag_hover {
876869
border: 2px solid var(--color-accent);
877870
}
871+
.drag_hover.drag_hover_insert_before {
872+
border-top: 2px solid var(--color-accent);
873+
border-bottom: none;
874+
border-right: none;
875+
border-left: none;
876+
}
878877
/*Cancel Dragover for main list*/
879878
#cubes_list > div > ul > li.outliner_node.parent_li {
880879
border: none !important;
@@ -883,11 +882,16 @@
883882
width: calc(100% - 80px);
884883
padding-right: 5px;
885884
padding-left: 5px;
885+
pointer-events: none;
886+
}
887+
.outliner_object input.cube_name.renaming {
888+
pointer-events: auto;
886889
}
887890
.outliner_object a {
888891
width: 21px;
889892
display: inline-block;
890893
font-size: 13pt;
894+
float: right;
891895
}
892896
body > .outliner_object {
893897
width: 260px;
@@ -950,6 +954,7 @@
950954
color: var(--color-text);
951955
white-space: nowrap;
952956
padding-left: 34px;
957+
padding-right: 20px;
953958
}
954959
.contextMenu li.parent::before {
955960
content: "\f105";
@@ -960,6 +965,7 @@
960965
-webkit-font-smoothing: antialiased;
961966
float: right;
962967
margin-top: 6px;
968+
margin-right: -12px;
963969
}
964970
.contextMenu li:hover {
965971
color: var(--color-light);
@@ -990,13 +996,21 @@
990996
/*Textures*/
991997
.texture {
992998
height: 50px;
993-
background-color: var(--color-button);
999+
/*background-color: var(--color-button);*/
9941000
white-space: nowrap;
9951001
position: relative;
1002+
vertical-align: middle;
1003+
padding: 8px;
1004+
border: 1px solid transparent;
1005+
box-sizing: border-box;
1006+
}
1007+
.texture:hover .texture_name {
1008+
color: var(--color-light);
9961009
}
9971010
.texture.selected {
998-
background: var(--color-hover);
999-
}
1011+
background: var(--color-button);
1012+
border: 1px solid var(--color-border);
1013+
}
10001014
.texture > i {
10011015
margin-top: 4px;
10021016
}
@@ -1016,6 +1030,9 @@
10161030
img.texture_icon {
10171031
image-rendering: pixelated;
10181032
}
1033+
.texture.selected img.texture_icon {
1034+
margin-top: 0;
1035+
}
10191036
.texture_drag_helper {
10201037
border: 1px solid var(--color-border);
10211038
z-index: 100;
@@ -1034,11 +1051,13 @@
10341051
}
10351052

10361053
.texture_name {
1037-
margin-top: 2px;
1054+
margin-top: 3px;
10381055
margin-left: 6px;
10391056
margin-right: 4px;
1040-
width: calc(100% - 82px);
1057+
width: calc(100% - 106px);
10411058
overflow: hidden;
1059+
font-size: 0.94em;
1060+
cursor: default;
10421061
}
10431062
.texture_error {
10441063
position: absolute;
@@ -1056,6 +1075,9 @@
10561075
text-shadow: 0 0 5px #000;
10571076
font-size: 24pt !important;
10581077
}
1078+
i.highlighted_icon {
1079+
color: red;
1080+
}
10591081

10601082
/*UV*/
10611083
#uv_dialog {
@@ -1103,13 +1125,20 @@
11031125
image-rendering: pixelated;
11041126
position: relative;
11051127
}
1128+
.uv_mapping_overlay {
1129+
position: absolute;
1130+
opacity: 0.4;
1131+
}
11061132
#uv_dialog_toolbar {
11071133
clear: both;
11081134
padding: 12px;
11091135
height: 42px;
11101136
padding-top: 5px;
11111137
border-top: 1px solid var(--color-border);
11121138
}
1139+
#uv_dialog h2.dialog_handle.entity_mode_only {
1140+
margin: 0;
1141+
}
11131142

11141143
#uv_size {
11151144
height: 320px;
@@ -1577,10 +1606,25 @@
15771606
border: 1px solid var(--color-border);
15781607
float: left;
15791608
}
1609+
input[type=range].dark_bordered {
1610+
float: left;
1611+
height: 31px;
1612+
padding-top: 3px;
1613+
padding-left: 0;
1614+
}
1615+
select.dark_bordered {
1616+
color: var(--color-text);
1617+
padding: 4px;
1618+
padding-top: 2px;
1619+
}
15801620
label.name_space_left {
15811621
float: left;
15821622
width: 155px;
15831623
}
1624+
label.in_toolbar {
1625+
padding: 8px;
1626+
padding-top: 3px;
1627+
}
15841628

15851629
/*Layout Menu*/
15861630
div#color_wrapper {
@@ -1708,14 +1752,16 @@
17081752
cursor: default;
17091753
}
17101754
#plugin_list li .button_bar {
1711-
height: 36px;
1755+
height: auto;
17121756
float: right;
17131757
margin-left: -1px;
17141758
margin-top: 6px;
1759+
text-align: right;
17151760
}
1716-
.tiny {
1761+
#plugin_list li .button_bar.tiny {
17171762
opacity: 0.6;
17181763
font-size: 0.86em;
1764+
padding-right: 2px;
17191765
}
17201766
#plugin_list li button {
17211767
width: 112px;
@@ -1817,6 +1863,19 @@
18171863
top: 453px;
18181864
}
18191865

1866+
a.ml5 i.shade_mirror_on:before {
1867+
content: "\f005";
1868+
}
1869+
a.ml5 i.shade_mirror_off:before {
1870+
content: "\f006";
1871+
}
1872+
body.entity_mode a.ml5 i.shade_mirror_on:before {
1873+
content: "\f005";
1874+
}
1875+
body.entity_mode a.ml5 i.shade_mirror_off:before {
1876+
content: "\f005";
1877+
}
1878+
18201879
@media (max-width:1090px) {
18211880
header > ul > li {
18221881
padding-right: 3px;

0 commit comments

Comments
 (0)