|
1 |
| -:root{color-scheme:dark{theme_mode_effects}} |
| 1 | +:root{scroll-behavior:smooth;color-scheme:dark{theme_mode_effects}} |
2 | 2 | *{vertical-align:text-top}
|
| 3 | +@media screen and (prefers-reduced-motion: reduce) { |
| 4 | + :root{scroll-behavior:auto} |
| 5 | +} |
| 6 | +.scrollTrans{transition:all .5s ease-in-out} |
3 | 7 | body,input,select,textarea,.idx{font-size:calc((12px * {magnification}) + .03vw)}
|
4 | 8 | body{font-family:'Tahoma','Verdana','Noto Sans','Arial';letter-spacing:1px;text-decoration:none;border-style:none;margin:0;white-space:normal;background-color:#333;color:#cde;background-image:url(data:image/gif;base64,R0lGODdhAwADAIACADMzM1VicCwAAAAAAwADAAACBIQRBwUAOw==);background-attachment:fixed}
|
5 | 9 | code{background-color:rgba(85,85,85,.5);color:#eee;vertical-align:0;display:inline-block;height:calc(1em + 2px)}
|
@@ -98,10 +102,6 @@ input[name=qkey]{margin-{FE_Align}:-3px;padding-{FE_Align}:3px}
|
98 | 102 | select,input[type=submit],input[type=reset],input[type=button],input[type=file]::file-selector-button,input[type=text],input[type=password],input[type=number],input[type=date],input[type=time],button{box-sizing:border-box;height:20px;padding-top:0;padding-bottom:0}
|
99 | 103 | #pgrad{width:16px;height:16px;display:inline-block;border-radius:16px;filter:blur(2px)}
|
100 | 104 | td code~input,td code~select{vertical-align:middle}
|
101 |
| -.trEase{transition:all .5s ease-out} |
102 |
| -.trEase>div{display:inline-block;transition:inherit} |
103 |
| -.pipCntrs{display:inline-block;position:relative;left:0;width:12px;height:12px;transition:inherit} |
104 |
| -.pipCntrs>img{display:inline-block;position:absolute;left:0;transition:inherit} |
105 | 105 | input[type=checkbox]+label,input[type=radio]+label,.gridboxitem>label,.gridboxitem input+strong{vertical-align:-2px;cursor:pointer}
|
106 | 106 | .gridHA:not(.gridVA,.gridVB,.gridboxstretch),.gridHB:not(.gridVA,.gridVB,.gridboxstretch){white-space:nowrap}
|
107 | 107 | .configMatrixLabel,.vrte,.gridbox,.gridboxcheckcell{text-align:center}
|
@@ -148,6 +148,6 @@ input[type=button].reset:hover,input[type=button].reset:active{color:#ffc}
|
148 | 148 | .flexrow{display:flex}
|
149 | 149 | .flexin{margin-{FE_Align}:-1px;margin-{FE_Align_Reverse}:1px;width:auto;flex-grow:1}
|
150 | 150 | .comCat::before,.showlink::before,.shownlink::before,.unshownlink::before{filter:invert(90%) sepia(8%) saturate(574%) hue-rotate(174deg) brightness(98%) contrast(90%)}
|
151 |
| -.navSoftCnr{border-radius:0 12px 0 0} |
| 151 | +.navSoftCnr{border-radius:{cnrRadius} 0 0} |
152 | 152 | .capitalize{text-transform:capitalize}
|
153 | 153 | input[type=checkbox],input[type=radio]{accent-color:#89b}
|
0 commit comments