@@ -87,15 +87,15 @@ input[id=homebutton]{border-top-{FE_Align_Reverse}-radius:0;border-bottom-{FE_Al
87
87
.exp {color : # ff0 ;background-color : # f00 }
88
88
.pieul {list-style-type : none;margin : 0 ;padding : 0 }
89
89
li > span .comCat : first-child , input [type = file ]::file-selector-button {cursor : pointer}
90
- .comCat ::before {content : "" ;width : 16px ;height : 16px ;background-image : url (data:image/svg+xml;base64, {Base64Encode}{Asset: caret.svg}{/ Base64Encode});background-repeat : no-repeat;background-position : top 2px center ;display : inline-block;margin- {FE_Align_Reverse }: 6px ;line-height : 100% ;cursor : pointer}
91
- .caret-down ::before {animation : forRotate .2 s linear 1 ;animation-fill-mode : both}
92
- .caret-up ::before {animation : revRotate .2 s linear 1 ;animation-fill-mode : both}
90
+ .comCat ::before , . showlink :: before , . shownlink :: before , . unshownlink :: before {content : "" ;width : 16px ;height : 16px ;background-image : url (data:image/svg+xml;base64, {Base64Encode}{Asset: caret.svg}{/ Base64Encode});background-repeat : no-repeat;background-position : center; position : relative; top : 2px ;display : inline-block;margin- {FE_Align_Reverse }: 6px ;line-height : 100% ;cursor : pointer}
91
+ .caret-down ::before {animation : forRotate .3 s ease-in 1 ;animation-fill-mode : both}
92
+ .caret-up ::before {animation : revRotate .5 s linear 1 ;animation-fill-mode : both}
93
93
.comSub {overflow : hidden;transform : scaleY (0 );transform-origin : top;opacity : 0 ;max-height : 0 ;transition : all .5s ease-out}
94
94
.active {transform : scaleY (1 );transform-origin : top;opacity : 1 ;max-height : 99999px ;transition : all .3s ease-in}
95
95
blockquote .comSub {margin : -2px 0 0 0 ;padding : 0 0 0 0 }
96
- @keyframes forRotate{0% {transform : rotate ( 0 ) translate ( 0 , 0 ) scaleX ( 1 ) }100% {transform : rotate ({45deg}) {caretTransform} }}
97
- @keyframes revRotate{0% {transform : rotate ({45deg}) {caretTransform}} 100% {transform : rotate ( 0 ) translate ( 0 , 0 ) scaleX ( 1 )}}
98
- .navicon , a . showlink [ onclick ]:: before , a . shownlink [ onclick ]:: before , a . unshownlink [ onclick ]:: before {display : inline-block;filter : invert (12% ) sepia (91% ) saturate (1979% ) hue-rotate (222deg ) brightness (107% ) contrast (94% );position : relative;top : 1px ;width : 16px ;height : 16px }
96
+ @keyframes forRotate{0% {{caretTransformBefore} invert(14%) sepia(55%) saturate(1277%) hue-rotate(142deg) brightness(94%) contrast(101%) }100% {{caretTransformAfter} invert(14%) sepia(55%) saturate(1277%) hue-rotate(142deg) brightness(94%) contrast(101%) }}
97
+ @keyframes revRotate{0% {{caretTransformAfter} invert(14%) sepia(55%) saturate(1277%) hue-rotate(142deg) brightness(94%) contrast(101%)} 100% {{caretTransformBefore} invert(14%) sepia(55%) saturate(1277%) hue-rotate(142deg) brightness(94%) contrast(101% )}}
98
+ .navicon {display : inline-block; background-repeat : no-repeat ;filter : invert (12% ) sepia (91% ) saturate (1979% ) hue-rotate (222deg ) brightness (107% ) contrast (94% );position : relative;top : 1px ;width : 16px ;height : 16px }
99
99
a : hover > .navicon , a : active > .navicon , a : focus > .navicon {filter : invert (33% ) sepia (54% ) saturate (1938% ) hue-rotate (212deg ) brightness (103% ) contrast (108% )}
100
100
select + input [type = submit ], select + input [type = button ], input [name = qkey ]+ input [type = submit ]{margin- {FE_Align }: -3px ;border-bottom- {FE_Align}-radius : 0 ;border-top- {FE_Align}-radius : 0 ;padding- {FE_Align }: 3px }
101
101
input [name = qkey ]{margin- {FE_Align }: -3px ;padding- {FE_Align }: 3px }
@@ -126,9 +126,8 @@ input[type=checkbox]+label,input[type=radio]+label,.gridboxitem>label,.gridboxit
126
126
.configMatrixLabel .gridVB {background : linear-gradient (0deg , rgba (251 , 191 , 127 , .7 ), rgba (0 , 0 , 0 , 0 ))}
127
127
.warning ::before , .warning ::after {content : "⚠️" ;font-size : 24px ;display : inline;line-height : 100% ;position : relative;top : 2px }
128
128
.warning {display : inline-block;margin : 4px ;font-weight : 700 ;color : red;background : linear-gradient ({90deg}, rgba (255, 192, 0, 0) 0, rgba (255, 192, 0, .8) 20% 80%, rgba (255, 192, 0, 0) 100%);line-height: 100%}
129
- .showlink ::before , .shownlink ::before , .unshownlink ::before {content : "" ;width : 16px ;height : 16px ;background-image : url (data:image/svg+xml;base64, {Base64Encode}{Asset: caret.svg}{/ Base64Encode});background-repeat : no-repeat;background-position : top 2px center;display : inline-block;margin- {FE_Align_Reverse }: 6px }
130
- .shownlink ::before {animation : forRotate .5s ease-out 1 ;animation-fill-mode : both}
131
- .unshownlink ::before {animation : revRotate .5s ease-out 1 ;animation-fill-mode : both}
129
+ .shownlink ::before {animation : forRotate .5s ease-in 1 ;animation-fill-mode : both}
130
+ .unshownlink ::before {animation : revRotate .5s linear 1 ;animation-fill-mode : both}
132
131
.subNav {text-align : center;font-size : calc ((10px * {magnification}) + .03vw );color : rgba(0, 51, 51, .6);text- shadow: 2px 2px 1px rgba(0, 0, 0, .2)}
133
132
input[type = button ].reset {background : none;cursor : pointer;border : none;padding : 0 12px 0 12px ;margin : 0 ;width : auto;color : red}
134
133
input [type = button ].reset : hover , input [type = button ].reset : active {color : # f88 }
@@ -153,6 +152,7 @@ input[type=button].reset:hover,input[type=button].reset:active{color:#f88}
153
152
input [type = file ]::file-selector-button {background-image : url (data:image/svg+xml;base64, {Base64Encode}{Asset: folder.svg}{/ Base64Encode});padding- {FE_Align }: 20px ;background-repeat : no-repeat;background-position : top 1px {FE_Align } 4px}
154
153
.flexrow {display : flex}
155
154
.flexin {margin- {FE_Align }: -1px ;margin- {FE_Align_Reverse }: 1px ;width : auto;flex-grow : 1 }
155
+ .comCat ::before , .showlink ::before , .shownlink ::before , .unshownlink ::before {filter : invert (14% ) sepia (55% ) saturate (1277% ) hue-rotate (142deg ) brightness (94% ) contrast (101% )}
156
156
.navSoftCnr {border-radius : 0 12px 0 0 }
157
157
.capitalize {text-transform : capitalize}
158
158
input [type = checkbox ], input [type = radio ]{accent-color : # 900 }
0 commit comments