@@ -40,8 +40,7 @@ nav a:not(.idx a){display:block}
4040nav > div : first-child {border-radius : {cnrRadius} 0 0}
4141main {flex-basis : 80% ;flex-shrink : 1 ;flex-grow : 2 ;min-width : 0 }
4242.subNav {display : block;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)}
43- table{table-layout : fixed}
44- table , .spanner , .flexstretch {align-self : stretch}
43+ .spanner , .flexstretch {align-self : stretch}
4544textarea {height : 150px }
4645textarea .half {height : 75px }
4746textarea {width : calc (100% - 10px )}
@@ -83,6 +82,7 @@ input#logoutbutton:hover,input#logoutbutton:active,input#logoutbutton:focus{back
8382input # homebutton {border-top- {FE_Align_Reverse}-radius : 0 ;border-bottom- {FE_Align_Reverse}-radius : 0 ;margin- {FE_Align_Reverse }: 0 }
8483.h1f , .h2f , .h3f , .h4f , .rf {white-space : nowrap}
8584@media only all and (max-width : 968px ) {
85+ nav {display : flex;flex-direction : column;gap : 2px ;justify-content : start;align-items : start;flex-basis : 100% ;width : 1fr }
8686 .extend {flex-basis : 100% }
8787 .headbox , .mainbox , .footbox {flex-direction : column;height : auto}
8888 .footbox > .start {display : none}
@@ -160,17 +160,22 @@ input[type=checkbox],input[type=radio]{accent-color:#89b}
160160.clockMinutes {background-image : url (data:image/svg+xml;base64, {Base64Encode}{Asset: clockminutes.svg}{/ Base64Encode});position : relative;inset : 0 -16px }
161161.clockSeconds {background-image : url (data:image/svg+xml;base64, {Base64Encode}{Asset: clockseconds.svg}{/ Base64Encode});position : relative;inset : 0 -32px }
162162.clockFace {background-image : url (data:image/svg+xml;base64, {Base64Encode}{Asset: clockface.svg}{/ Base64Encode});position : relative;inset : 0 -48px }
163- .col {display : flex;flex-direction : column;gap : 2px ;justify-content : start;align-items : start;flex-basis : 100% ;width : 100% }
164- .col > .ng1 , .col > .ng2 , nav > .ng1 , nav > .ng2 , .flexstretch , .spanner {width : calc (100% - 10px )}
163+ .col {display : flex;flex-direction : column;gap : 2px ;justify-content : start;align-items : start;flex-basis : 100% ;width : 1fr }
164+ .col > .col {width : 100% }
165+ .col > .ng1 , .col > .ng2 , nav > .ng1 , nav > .ng2 , .flexstretch : not (.col > .flexstretch ), .spanner : not (.col > .spanner ){width : calc (100% - 10px )}
165166.configInitPos {transform : scaleY (0 );transform-origin : top center;opacity : 0 ;max-height : 0 ;margin-top : -2px }
166167.configOpenPos {transform : scaleY (1 );transform-origin : top center;opacity : 1 ;max-height : auto}
167- .spanner + table , .toggleTable {margin : -2px -2px 0 -2px }
168- .spanner + table ~ table {margin : -4px -2px 0 -2px }
169- .col > form , .quad > form , .duo > form {display : contents}
168+ .col > form , .quad > form , .duo > form , .spanner > form {display : contents}
170169input [type = hidden ], script {display : none}
171170.quad {display : grid;gap : 2px ;grid-template-columns : repeat (4 , 1fr );justify-content : stretch;justify-items : stretch}
172171.duo {display : grid;gap : 2px ;grid-template-columns : 1fr 1fr ;justify-content : stretch;justify-items : stretch}
173- .col + .col , .col + .quad , .col + .duo , .quad + .col , .quad + .quad , .quad + .duo , .duo + .col , .duo + .quad , .duo + .duo {margin-top : 2px ; margin- { FE_Align_Reverse } : 1 px }
172+ .col + .col , .col + .quad , .col + .duo , .quad + .col , .quad + .quad , .quad + .duo , .duo + .col , .duo + .quad , .duo + .duo {margin-top : 2px }
174173.reverse {text-align : {FE_Align_Reverse}}
175174.stickybox {position : sticky;top : 2px }
176175.gridboxitem , .gridboxcheckcell , .gridboxstretch , .va {align-content : center}
176+ @media only all and (max-width : 968px ) {
177+ .quad : not (.accquad ){grid-template-columns : 1fr 1fr }
178+ .quad .accquad {grid-template-columns : 1fr }
179+ }
180+ @keyframes fmDeleteAnim{0% {opacity : 1 }100% {filter : brightness (0 );opacity : 0 ;display : none}}
181+ .fmDelete {transform-origin : top;animation : fmDeleteAnim .5s cubic-bezier (0 , 0 , .1 , 1 );animation-iteration-count : 1 ;animation-fill-mode : forwards}
0 commit comments