| Server IP : 170.10.161.225 / Your IP : 216.73.217.54 Web Server : Apache System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : calvet ( 273824) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /home/www/calvetrealty.com/wp-content/plugins/readabler/sass/voice-navigation/ |
Upload File : |
#mdp-readabler-voice-navigation-commands-form
display: inline-flex
align-items: center
width: 100%
column-gap: 8px
position: relative
&:after
content: ''
width: 100%
height: 2px
position: absolute
bottom: -20px
fieldset
font-size: 18px
&#mdp-readabler-voice-navigation-fieldset
display: inline-flex
flex-direction: column
padding: 0
margin: 0
border: none
background: transparent
flex-grow: 2
position: relative
legend
opacity: 0
display: flex
width: 0
height: 0
padding: 0
margin: 0
border: none
input
border: none
background: transparent
padding: 0
margin: 0
border-radius: 4px
&#mdp-readabler-voice-navigation-input
font-size: 18px
height: 48px
line-height: 48px
width: 100%
font-weight: 600
z-index: 1
&#mdp-readabler-voice-navigation-history
font-size: 16px
line-height: 20px
height: 20px
width: 100%
position: absolute
bottom: -5px
&.mdp-readabler-voice-navigation-recognized
animation: readabler-recognition-recognized .75s
animation-fill-mode: both
&.mdp-readabler-voice-navigation-memorized
animation: readabler-recognition-memorized 2s
animation-fill-mode: both
canvas
&#mdp-readabler-voice-visualization
width: calc( 25% - 2px )
margin-left: 75%
height: 48px
position: absolute
top: 0
left: 1px
z-index: 0
transform: rotate(180deg)
button
padding: 0
margin: 0
border: 0
width: 24px
height: 24px
min-width: 24px
min-height: 24px
display: inline-flex
align-items: center
justify-content: center
&#mdp-readabler-voice-navigation-commands-trigger
background: transparent
outline: none
border-radius: 50%
cursor: pointer
transition: all .2s ease-in-out
&:hover,
&:focus
outline: none
transition: all .2s ease-in-out
&:before
content: ''
display: flex
width: 100%
height: 100%
mask-position: center
mask-repeat: no-repeat
mask-size: contain
&[data-accordion="collapse"]
&:before
//noinspection CssUnknownTarget
mask-image: url('../images/voice-navigation/collapse.svg')
&[data-accordion="expand"]
&:before
//noinspection CssUnknownTarget
mask-image: url('../images/voice-navigation/expand.svg')
&#mdp-readabler-voice-navigation-close-button
background: transparent
outline: none
border-radius: 50%
cursor: pointer
transition: all .2s ease-in-out
&:hover,
&:focus
outline: none
transition: all .2s ease-in-out
&:before
content: ''
display: flex
width: 100%
height: 100%
mask-position: center
mask-repeat: no-repeat
mask-size: contain
//noinspection CssUnknownTarget
mask-image: url('../images/voice-navigation/close.svg')
label[for="mdp-readabler-voice-navigation-input"]
font-size: 0
display: flex
padding: 0
margin: 0
width: 0
height: 0
opacity: 0
.mdp-readabler-recognition-error
#mdp-readabler-voice-navigation-input,
#mdp-readabler-voice-navigation-history
color: red
&::placeholder
color: red
#mdp-readabler-voice-navigation-input
height: 24px !important
order: 1 !important
#mdp-readabler-voice-navigation-history
height: 24px !important
position: relative !important
order: 2 !important
bottom: unset !important
@import "rec-button"
@keyframes readabler-recognition-pulse
0%
opacity: 1
25%
opacity: 0
50%
opacity: 0
75%
opacity: 1
100%
opacity: 1
@keyframes readabler-recognition-recognized
0%
font-size: smaller
25%
font-size: larger
100%
font-size: 18px
@keyframes readabler-recognition-memorized
0%
transform: translateY(-20px)
font-size: 16px
10%
transform: translateY(0px)
font-size: 10px
opacity: 1
filter: blur(0)
100%
opacity: 0
font-size: 10px
filter: blur(1px)