ui css changes
dependencies hashes: openFrameworks d78075f4bca6be2a2533c6e51a75cc1f18404501 ofxMsdfgen e14da13d02c4dff04fb69d7923469f606924e6c3 ofxGPUFont d482bb7cbdf6b296fa4ab5abcf73fb5ff8c8b239 ofxVariableLab 0b5f9bdebc1e5550621957e73c040c258ec6317b ofxProfiler a868e34fa1a79189dd4fbdede2938e308535e5e8
This commit is contained in:
parent
6c67d3aaa8
commit
5c9f41b7a7
2 changed files with 135 additions and 9 deletions
|
@ -263,6 +263,58 @@ body.debug div:not(.centerLine) {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
#notice_recording .what p, #notice_recording .details button{
|
||||||
|
text-align: center;
|
||||||
|
width: fit-content;
|
||||||
|
|
||||||
|
}
|
||||||
|
#notice_recording .what p{
|
||||||
|
animation: blink 1s linear infinite !important;
|
||||||
|
}
|
||||||
|
#notice_recording .details button{
|
||||||
|
border: none;
|
||||||
|
background-color: white;
|
||||||
|
font-size: 1.1em;
|
||||||
|
padding: 5px 15px 4px 15px !important;
|
||||||
|
margin: 7px 10px;
|
||||||
|
display: flex;
|
||||||
|
flex-grow: 1;
|
||||||
|
justify-content: center;
|
||||||
|
border-radius: 10px;
|
||||||
|
border: none;
|
||||||
|
padding: 7px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
width: calc(100% - 20px);
|
||||||
|
box-sizing: border-box;
|
||||||
|
cursor: pointer;
|
||||||
|
font-variation-settings: 'wght' 750, 'wdth' 100;
|
||||||
|
font-family: 'Tonka';
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes blink{
|
||||||
|
0%{
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
50%{
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
100%{
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#notice_recording .details button:hover{
|
||||||
|
background: black;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#notice_recording .content{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
#notice_recording.visible {
|
#notice_recording.visible {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
@ -508,6 +560,8 @@ body.debug div:not(.centerLine) {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#exporter_render_info {
|
#exporter_render_info {
|
||||||
display: none;
|
display: none;
|
||||||
color: rgb(234, 35, 51);
|
color: rgb(234, 35, 51);
|
||||||
|
|
|
@ -90,6 +90,11 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.propWrapper{
|
||||||
|
/* margin-top: 5px;*/
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.xWrapper,
|
.xWrapper,
|
||||||
.yWrapper,
|
.yWrapper,
|
||||||
.fontFamilyWrapper,
|
.fontFamilyWrapper,
|
||||||
|
@ -118,6 +123,20 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.colorTitleWrapper{
|
||||||
|
flex-grow: 0;
|
||||||
|
/* background: blue; */
|
||||||
|
width: fit-content;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
.colorTitleWrapper + div div div:first-of-type{
|
||||||
|
border: none !important;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
.colorTitleWrapper + div{
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.textWrappingButton {
|
.textWrappingButton {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
|
@ -151,6 +170,25 @@
|
||||||
margin: 0px 10px;
|
margin: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mirror_xyWrapper input[type=checkbox] + label::after, .mirror_xWrapper input[type=checkbox] + label::after, .mirror_yWrapper input[type=checkbox] + label::after {
|
||||||
|
content: ' OFF';
|
||||||
|
}
|
||||||
|
|
||||||
|
.mirror_xyWrapper input[type=checkbox]:checked + label, .mirror_xWrapper input[type=checkbox]:checked + label, .mirror_yWrapper input[type=checkbox]:checked + label {
|
||||||
|
color: #1cba94;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mirror_xyWrapper input[type=checkbox]:checked + label::after, .mirror_xWrapper input[type=checkbox]:checked + label::after, .mirror_yWrapper input[type=checkbox]:checked + label::after {
|
||||||
|
content: ' ON';
|
||||||
|
}
|
||||||
|
|
||||||
|
.mirror_xyWrapper input[type=checkbox], .mirror_xWrapper input[type=checkbox], .mirror_yWrapper input[type=checkbox] {
|
||||||
|
position: absolute;
|
||||||
|
width: 27px;
|
||||||
|
opacity: 0;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.audio_min_max {
|
.audio_min_max {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -172,9 +210,10 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-top: 1px dashed #91919177;
|
border-top: 1px dashed #91919177;
|
||||||
padding-top: 10px;
|
/* padding-top: 10px; */
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
|
border-bottom: 1px dashed #91919177;
|
||||||
}
|
}
|
||||||
|
|
||||||
.source_Dom_Cont select {
|
.source_Dom_Cont select {
|
||||||
|
@ -213,9 +252,18 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
.letterDelayCont{
|
||||||
|
|
||||||
|
}
|
||||||
|
.letterDelayCont input {
|
||||||
|
margin-left: 10px;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio_min_max input {
|
.audio_min_max input, .letterDelayCont input {
|
||||||
background: rgb(255, 255, 255);
|
background: rgb(255, 255, 255);
|
||||||
border: none;
|
border: none;
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(0, 0, 0);
|
||||||
|
@ -240,7 +288,7 @@
|
||||||
font-variation-settings: "wght" 700;
|
font-variation-settings: "wght" 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio_min_max label{
|
.audio_min_max label, .letterDelayCont label{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
@ -249,6 +297,11 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
padding: 0px 7px 7px 7px;
|
padding: 0px 7px 7px 7px;
|
||||||
|
background: rgba(163, 163, 163, 0.4) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fontVariationAxesContWrapper .audioOptions{
|
||||||
|
margin-left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audioOptions label {
|
.audioOptions label {
|
||||||
|
@ -422,12 +475,20 @@ label svg{
|
||||||
.textWrapper {}
|
.textWrapper {}
|
||||||
|
|
||||||
.colorWrapper {
|
.colorWrapper {
|
||||||
border-bottom: 1px dashed #91919177;
|
|
||||||
border-top: 1px dashed #91919177;
|
border-top: 1px dashed #91919177;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding-bottom: 10px;
|
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
.letterDelaysContWrapper{
|
||||||
|
border-top: 1px dashed #91919177;
|
||||||
|
padding-top: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mirror_xyInputWrapper, .mirror_yInputWrapper, .mirror_xInputWrapper{
|
||||||
|
margin-left: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
span.icon {
|
span.icon {
|
||||||
font-family: 'VariableIcons';
|
font-family: 'VariableIcons';
|
||||||
|
@ -598,8 +659,8 @@ li.layerMover div.selected svg circle {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 17px;
|
width: 20px;
|
||||||
height: 17px;
|
height: 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
@ -615,8 +676,8 @@ li.layerMover div.selected svg circle {
|
||||||
.recordButton img {
|
.recordButton img {
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
/* margin-left: 2px;*/
|
/* margin-left: 2px;*/
|
||||||
width: 10px;
|
width: 12px;
|
||||||
height: 10px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recordButton label {
|
.recordButton label {
|
||||||
|
@ -628,6 +689,13 @@ li.layerMover div.selected svg circle {
|
||||||
background: #1cba94;
|
background: #1cba94;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.propInputWrapper{
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
width: 100%;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.recording {
|
.recording {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: rgb(255, 255, 255);
|
background: rgb(255, 255, 255);
|
||||||
|
@ -662,3 +730,7 @@ li.layerMover div.selected svg circle {
|
||||||
.picker_wrapper.popup .picker_arrow::before {
|
.picker_wrapper.popup .picker_arrow::before {
|
||||||
/* background: pink;*/
|
/* background: pink;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.color_preview{
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue