44 : root {scroll-behavior : auto}
55}
66.scrollTrans {transition : all .5s ease-in-out}
7- body , input , select , textarea , .idx {font-size : calc ((12px * {Magnification}) + .03vw )}
7+ body , input , select , textarea , .idx {font-size : calc ((12px * {Magnification}) + .03vw );max - width : 100% }
88body {font-family : sans-serif, 'Tahoma' , 'Verdana' , 'Arial' ;letter-spacing : 1px ;text-decoration : none;border-style : none;margin : 0 ;white-space : normal;background-color : # 212121 ;color : # ddd }
99code {vertical-align : 0 ;display : inline-block;height : calc (1em + 2px )}
1010hr {border-style : solid none none;border-width : 1px ;margin : 5px 2px 0 ;padding : 2px ;color : # 999 }
1111img .ico {width : 16px ;height : 16px ;border : 0 ;filter : grayscale (60% ) hue-rotate (45deg ) brightness (.8 )}
1212select , input , textarea {background : linear-gradient ({45deg}, rgba (47, 47, 47, 1), rgba (255, 255, 255, .1));bor der: 1px solid # 999;color : # ccc ;margin: 2px;padding: 2px;transition: all .3s ease- out}
1313option {background-color : # 2f2f2f }
1414input , select {width : 150px ;background-repeat : no-repeat;background-position : top {FE_Align_Reverse}}
15- input [type = submit ]: not (.auto ), input [type = button ]: not (.auto ){width : auto;min-width : 150px }
15+ input [type = submit ]: not (.auto ), input [type = button ]: not (.auto ){width : auto;min-width : min ( 150px , 25 % ) }
1616input .auto , select .auto {width : auto;padding-left : 10px ;padding-right : 10px }
1717input [type = image ]{width : inherit;border : inherit}
1818input [type = password ]{background-image : url (data:image/gif;base64, {PIP_Key})}
@@ -90,13 +90,17 @@ input[id=homebutton]{border-top-{FE_Align_Reverse}-radius:0;border-bottom-{FE_Al
9090}
9191.flong {width : auto}
9292.h1f , .h2f , .h3f , .h4f , .rf {white-space : nowrap}
93+ .iCntr , .iLabl , .iCntn {display : block}
94+ .iCntr {margin : 16px 0 16px 0 }
95+ .iCntn {margin- {FE_Align }: 42px }
9396@media only all and (max-width : 968px ) {
9497 .big , .dt {display : none}
9598 .mob {display : block}
9699 .tip , .bNav , .gen {float : none;height : auto;text-align : center}
97100 .h1 , .h1f , .h2 , .h2f , .r , .rf {width : 50% }
98101 .extend {width : 100% }
99102 .flong {width : calc (100% - 10px )}
103+ .iCntn {margin : 0 }
100104}
101105.hB {background-color : rgba (0 , 0 , 0 , .125 )}
102106.hW {background-color : rgba (255 , 255 , 255 , .125 )}
@@ -110,12 +114,6 @@ li>span.comCat:first-child,input[type=button],input[type=file]::file-selector-bu
110114.comSub {overflow : hidden;transform : scaleY (0 );transform-origin : top;opacity : 0 ;max-height : 0 ;transition : all .5s ease-out}
111115.active {transform : scaleY (1 );transform-origin : top;opacity : 1 ;max-height : 99999px ;transition : all .3s ease-in}
112116blockquote .comSub {margin : -2px 0 0 0 ;padding : 0 0 0 0 }
113- .iCntr , .iLabl , .iCntn {display : block}
114- .iCntr {margin : 16px 0 16px 0 }
115- .iCntn {margin- {FE_Align }: 42px }
116- @media only all and (max-width : 968px ) {
117- .iCntn {margin : 0 }
118- }
119117@keyframes forRotate{0% {transform : rotate (0 )}100% {transform : rotate ({45deg})}}
120118@keyframes revRotate{0% {transform : rotate ({45deg})}100% {transform : rotate (0 )}}
121119# acctnavlink ::before , # bckpnavlink ::before , # discussionslink ::before , # docsnavlink ::before , # confnavlink ::before , # fmgrnavlink ::before , # homenavlink ::before , # websitelink ::before ,
0 commit comments