|
1 |
| -:root{color-scheme:dark} |
| 1 | +:root{color-scheme:dark{theme_mode_effects}} |
2 | 2 | *{vertical-align:text-top}
|
3 | 3 | body,input,select,textarea,.idx{font-size:calc((12px * {magnification}) + .03vw)}
|
4 | 4 | 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}
|
@@ -83,15 +83,15 @@ input[id=homebutton]{border-top-{FE_Align_Reverse}-radius:0;border-bottom-{FE_Al
|
83 | 83 | .exp{color:#ff0;background-color:#f00}
|
84 | 84 | .pieul{list-style-type:none;margin:0;padding:0}
|
85 | 85 | li>span.comCat:first-child,input[type=file]::file-selector-button{cursor:pointer}
|
86 |
| -.comCat::before{content:"➖";display:inline-block;margin-{FE_Align_Reverse}:6px;line-height:100%;cursor:pointer} |
| 86 | +.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} |
87 | 87 | .caret-down::before{animation:forRotate .2s linear 1;animation-fill-mode:both}
|
88 | 88 | .caret-up::before{animation:revRotate .2s linear 1;animation-fill-mode:both}
|
89 | 89 | .comSub{overflow:hidden;transform:scaleY(0);transform-origin:top;opacity:0;max-height:0;transition:all .5s ease-out}
|
90 | 90 | .active{transform:scaleY(1);transform-origin:top;opacity:1;max-height:99999px;transition:all .3s ease-in}
|
91 | 91 | blockquote.comSub{margin:-2px 0 0 0;padding:0 0 0 0}
|
92 |
| -@keyframes forRotate{0%{transform:rotate(0)}100%{transform:rotate({45deg})}} |
93 |
| -@keyframes revRotate{0%{transform:rotate({45deg})}100%{transform:rotate(0)}} |
94 |
| -.navicon{display:inline-block;filter:invert(85%) saturate(1074%) hue-rotate(-154deg) brightness(100%) contrast(87%);position:relative;top:1px;width:16px;height:16px} |
| 92 | +@keyframes forRotate{0%{transform:rotate(0) translate(0, 0) scaleX(1)}100%{transform:rotate({45deg}) {caretTransform}}} |
| 93 | +@keyframes revRotate{0%{transform:rotate({45deg}) {caretTransform}}100%{transform:rotate(0) translate(0, 0) scaleX(1)}} |
| 94 | +.navicon,a.showlink[onclick]::before,a.shownlink[onclick]::before,a.unshownlink[onclick]::before{display:inline-block;filter:invert(85%) saturate(1074%) hue-rotate(-154deg) brightness(100%) contrast(87%);position:relative;top:1px;width:16px;height:16px} |
95 | 95 | a:hover>.navicon,a:active>.navicon,a:focus>.navicon{filter:invert(91%) sepia(87%) saturate(611%) hue-rotate(-62deg) brightness(100%) contrast(109%)}
|
96 | 96 | select+input[type=submit],select+input[type=button],input[name=qkey]+input[type=submit]{height:20px;margin-{FE_Align}:-3px;border-bottom-{FE_Align}-radius:0;border-top-{FE_Align}-radius:0;padding-{FE_Align}:3px}
|
97 | 97 | input[name=qkey]{margin-{FE_Align}:-3px;padding-{FE_Align}:3px}
|
@@ -122,7 +122,7 @@ input[type=checkbox]+label,input[type=radio]+label,.gridboxitem>label,.gridboxit
|
122 | 122 | .configMatrixLabel.gridVB{background:linear-gradient(0deg,rgba(127,191,251,.35),rgba(0,0,0,0))}
|
123 | 123 | .warning::before,.warning::after{content:"⚠️";font-size:24px;display:inline;line-height:100%;position:relative;top:2px}
|
124 | 124 | .warning{display:inline-block;margin:4px;font-weight:700;color:#fca;background:linear-gradient({90deg},rgba(0,128,192,0) 0,rgba(0,128,192,.8) 20% 80%,rgba(0,128,192,0) 100%);line-height:100%}
|
125 |
| -.showlink::before,.shownlink::before,.unshownlink::before{content:"➖";display:inline-block;margin-{FE_Align_Reverse}:6px} |
| 125 | +.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} |
126 | 126 | .shownlink::before{animation:forRotate .5s ease-out 1;animation-fill-mode:both}
|
127 | 127 | .unshownlink::before{animation:revRotate .5s ease-out 1;animation-fill-mode:both}
|
128 | 128 | .subNav{text-align:center;font-size:calc((10px * {magnification}) + .03vw);color:rgba(204,221,238,.6);text-shadow:2px 2px 1px rgba(255,255,255,.2)}
|
|
0 commit comments