Skip to content

Commit 24f68bd

Browse files
committed
Refactor.
1 parent db6810d commit 24f68bd

8 files changed

Lines changed: 55 additions & 69 deletions

File tree

themes/bluemetal/frontend.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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%}
88
body{font-family:'Tahoma','Verdana','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}
99
code{background-color:rgba(85,85,85,.5);color:#eee;vertical-align:0;display:inline-block;height:calc(1em + 2px)}
1010
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#89b}
1111
img.ico{width:16px;height:16px;border:0;filter:hue-rotate(180deg) brightness(.8)}
1212
input,select,option,textarea{background-color:#345;border:none;color:#ccc;margin:2px;padding:2px}
1313
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
14-
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
14+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:min(150px, 25%)}
1515
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1616
input[type=image]{width:inherit;border:inherit}
1717
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key})}
@@ -88,13 +88,17 @@ input[id=homebutton]{border-top-{FE_Align_Reverse}-radius:0;border-bottom-{FE_Al
8888
}
8989
.flong{width:auto}
9090
.h1f,.h2f,.h3f,.h4f,.rf{white-space:nowrap}
91+
.iCntr,.iLabl,.iCntn{display:block}
92+
.iCntr{margin:16px 0 16px 0}
93+
.iCntn{margin-{FE_Align}:42px}
9194
@media only all and (max-width:968px) {
9295
.big,.dt{display:none}
9396
.mob{display:block}
9497
.tip,.bNav,.gen{float:none;height:auto;text-align:center}
9598
.h1,.h1f,.h2,.h2f,.r,.rf{width:50%}
9699
.extend{width:100%}
97100
.flong{width:calc(100% - 10px)}
101+
.iCntn{margin:0}
98102
}
99103
.hB{background-color:rgba(0,0,0,.125)}
100104
.hW{background-color:rgba(255,255,255,.125)}
@@ -108,12 +112,6 @@ li>span.comCat:first-child,input[type=button],input[type=file]::file-selector-bu
108112
.comSub{overflow:hidden;transform:scaleY(0);transform-origin:top;opacity:0;max-height:0;transition:all .5s ease-out}
109113
.active{transform:scaleY(1);transform-origin:top;opacity:1;max-height:99999px;transition:all .3s ease-in}
110114
blockquote.comSub{margin:-2px 0 0 0;padding:0 0 0 0}
111-
.iCntr,.iLabl,.iCntn{display:block}
112-
.iCntr{margin:16px 0 16px 0}
113-
.iCntn{margin-{FE_Align}:42px}
114-
@media only all and (max-width:968px) {
115-
.iCntn{margin:0}
116-
}
117115
@keyframes forRotate{0%{transform:rotate(0)}100%{transform:rotate({45deg})}}
118116
@keyframes revRotate{0%{transform:rotate({45deg})}100%{transform:rotate(0)}}
119117
#acctnavlink::before,#bckpnavlink::before,#discussionslink::before,#docsnavlink::before,#confnavlink::before,#fmgrnavlink::before,#homenavlink::before,#websitelink::before,

themes/fullmoon/frontend.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
:root{scroll-behavior:auto}
55
}
66
.scrollTrans{transition:all .5s ease-in-out}
7-
body,input,select,textarea{font-size:calc((12px * {Magnification}) + .03vw)}
7+
body,input,select,textarea{font-size:calc((12px * {Magnification}) + .03vw);max-width:100%}
88
body{font-family:'Tahoma','Verdana','Arial';letter-spacing:1px;text-decoration:none;border-style:none;margin:0;white-space:normal;background-color:#36393b;color:#c5bc8e;background-image:url('?cidram-asset=moon.jpg&theme={theme}');background-repeat:no-repeat;background-attachment:fixed;background-position:center center}
99
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#aaa}
1010
img.ico{width:16px;height:16px;border:0}
1111
input,select,option,textarea{background-color:rgba(54,57,59,.7);border:1px solid #aaa;color:#c5bc8e;margin:2px;padding:2px}
1212
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
13-
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
13+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:min(150px, 25%)}
1414
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1515
input[type=image]{width:inherit;border:inherit}
1616
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key})}
@@ -84,13 +84,17 @@ input[id=homebutton]{border-top-{FE_Align_Reverse}-radius:0;border-bottom-{FE_Al
8484
}
8585
.flong{width:auto}
8686
.h1f,.h2f,.h3f,.h4f,.rf{white-space:nowrap}
87+
.iCntr,.iLabl,.iCntn{display:block}
88+
.iCntr{margin:16px 0 16px 0}
89+
.iCntn{margin-{FE_Align}:42px}
8790
@media only all and (max-width:968px) {
8891
.big,.dt{display:none}
8992
.mob{display:block}
9093
.gen{float:none;height:auto;text-align:center}
9194
.h1,.h1f,.h2,.h2f,.r,.rf{width:50%}
9295
.extend{width:100%}
9396
.flong{width:calc(100% - 10px)}
97+
.iCntn{margin:0}
9498
}
9599
.hB{background-color:rgba(0,0,0,.125)}
96100
.hW{background-color:rgba(255,255,255,.125)}
@@ -104,12 +108,6 @@ li>span.comCat:first-child,input[type=button],input[type=file]::file-selector-bu
104108
.comSub{overflow:hidden;transform:scaleY(0);transform-origin:top;opacity:0;max-height:0;transition:all .5s ease-out}
105109
.active{transform:scaleY(1);transform-origin:top;opacity:1;max-height:99999px;transition:all .3s ease-in}
106110
blockquote.comSub{margin:-2px 0 0 0;padding:0 0 0 0}
107-
.iCntr,.iLabl,.iCntn{display:block}
108-
.iCntr{margin:16px 0 16px 0}
109-
.iCntn{margin-{FE_Align}:42px}
110-
@media only all and (max-width:968px) {
111-
.iCntn{margin:0}
112-
}
113111
@keyframes forRotate{0%{transform:rotate(0)}100%{transform:rotate({45deg})}}
114112
@keyframes revRotate{0%{transform:rotate({45deg})}100%{transform:rotate(0)}}
115113
select+input[type=submit],select+input[type=button]{height:20px;margin-{FE_Align}:-3px;border-bottom-{FE_Align}-radius:0;border-top-{FE_Align}-radius:0;padding-{FE_Align}:3px}

themes/moss/frontend.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
:root{scroll-behavior:smooth;color-scheme:normal}
1+
:root{scroll-behavior:smooth;color-scheme:light}
22
*{vertical-align:text-top}
33
@media screen and (prefers-reduced-motion: reduce) {
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%}
88
body{font-family:'Tahoma','Verdana','Arial';letter-spacing:1px;text-decoration:none;border-style:none;margin:0;white-space:normal;background-color:#789048;background-image:url('?cidram-asset=bg.png&theme={theme}');background-repeat:repeat-x;background-attachment:fixed;background-position:left bottom;color:#303c24}
99
code{vertical-align:0;display:inline-block;height:calc(1em + 2px)}
1010
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#604848}
1111
img.ico{width:16px;height:16px;border:0;filter:hue-rotate(45deg) brightness(.9)}
1212
input,select,option,textarea{background-color:#d0ff70;border:1px solid #604848;color:#303c24;margin:2px;padding:2px}
1313
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
14-
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
14+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:min(150px, 25%)}
1515
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1616
input[type=image]{width:inherit;border:inherit}
1717
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key})}
@@ -89,13 +89,17 @@ input[id=homebutton]{border-top-{FE_Align_Reverse}-radius:0;border-bottom-{FE_Al
8989
}
9090
.flong{width:auto}
9191
.h1f,.h2f,.h3f,.h4f,.rf{white-space:nowrap}
92+
.iCntr,.iLabl,.iCntn{display:block}
93+
.iCntr{margin:16px 0 16px 0}
94+
.iCntn{margin-{FE_Align}:42px}
9295
@media only all and (max-width:968px) {
9396
.big,.dt{display:none}
9497
.mob{display:block}
9598
.tip,.bNav,.gen{float:none;height:auto;text-align:center}
9699
.h1,.h1f,.h2,.h2f,.r,.rf{width:50%}
97100
.extend{width:100%}
98101
.flong{width:calc(100% - 10px)}
102+
.iCntn{margin:0}
99103
}
100104
.hB{background-color:rgba(0,0,0,.125)}
101105
.hW{background-color:rgba(255,255,255,.125)}
@@ -109,12 +113,6 @@ li>span.comCat:first-child,input[type=button],input[type=file]::file-selector-bu
109113
.comSub{overflow:hidden;transform:scaleY(0);transform-origin:top;opacity:0;max-height:0;transition:all .5s ease-out}
110114
.active{transform:scaleY(1);transform-origin:top;opacity:1;max-height:99999px;transition:all .3s ease-in}
111115
blockquote.comSub{margin:-2px 0 0 0;padding:0 0 0 0}
112-
.iCntr,.iLabl,.iCntn{display:block}
113-
.iCntr{margin:16px 0 16px 0}
114-
.iCntn{margin-{FE_Align}:42px}
115-
@media only all and (max-width:968px) {
116-
.iCntn{margin:0}
117-
}
118116
@keyframes forRotate{0%{transform:rotate(0)}100%{transform:rotate({45deg})}}
119117
@keyframes revRotate{0%{transform:rotate({45deg})}100%{transform:rotate(0)}}
120118
#acctnavlink::before,#bckpnavlink::before,#discussionslink::before,#docsnavlink::before,#confnavlink::before,#fmgrnavlink::before,#homenavlink::before,#websitelink::before,

themes/primer/frontend.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:root{scroll-behavior:auto}
55
}
66
.scrollTrans{transition:all .5s ease-in-out}
7-
body,input,select,textarea,code,.idx{font-size:calc((12px * {Magnification}) + .03vw)}
7+
body,input,select,textarea,code,.idx{font-size:calc((12px * {Magnification}) + .03vw);max-width:100%}
88
body,input,select{font-family:BlinkMacSystemFont,"Segoe UI",Helvetica,'Arial',sans-serif;letter-spacing:1px;text-decoration:none;border-style:none;margin:0;white-space:normal;background-color:#f6f8fa;color:#24292e}
99
code{background-color:rgba(164,128,102,.5);vertical-align:0;display:inline-block;height:calc(1em + 2px)}
1010
.branchline,hr{box-sizing:content-box;height:0;overflow:visible;height:0;margin:15px 0;overflow:hidden;background:0 0;border:0;border-bottom:1px solid #dadde1}
@@ -86,13 +86,17 @@ input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover,button
8686
}
8787
.flong{width:auto}
8888
.h1f,.h2f,.h3f,.h4f,.rf{white-space:nowrap}
89+
.iCntr,.iLabl,.iCntn{display:block}
90+
.iCntr{margin:16px 0 16px 0}
91+
.iCntn{margin-{FE_Align}:42px}
8992
@media only all and (max-width:968px) {
9093
.big,.dt{display:none}
9194
.mob{display:block}
9295
.tip,.bNav,.gen{float:none;height:auto;text-align:center}
9396
.h1,.h1f,.h2,.h2f,.r,.rf{width:50%}
9497
.extend{width:100%}
9598
.flong{width:calc(100% - 10px)}
99+
.iCntn{margin:0}
96100
}
97101
.hB{background-color:rgba(0,0,0,.125)}
98102
.hW{background-color:rgba(255,255,255,.125)}
@@ -106,12 +110,6 @@ li>span.comCat:first-child,input[type=button],input[type=file]::file-selector-bu
106110
.comSub{overflow:hidden;transform:scaleY(0);transform-origin:top;opacity:0;max-height:0;transition:all .5s ease-out}
107111
.active{transform:scaleY(1);transform-origin:top;opacity:1;max-height:99999px;transition:all .3s ease-in}
108112
blockquote.comSub{margin:-2px 0 0 0;padding:0 0 0 0}
109-
.iCntr,.iLabl,.iCntn{display:block}
110-
.iCntr{margin:16px 0 16px 0}
111-
.iCntn{margin-{FE_Align}:42px}
112-
@media only all and (max-width:968px) {
113-
.iCntn{margin:0}
114-
}
115113
@keyframes forRotate{0%{transform:rotate(0)}100%{transform:rotate({45deg})}}
116114
@keyframes revRotate{0%{transform:rotate({45deg})}100%{transform:rotate(0)}}
117115
#acctnavlink::before,#bckpnavlink::before,#discussionslink::before,#docsnavlink::before,#confnavlink::before,#fmgrnavlink::before,#homenavlink::before,#websitelink::before,

themes/primerdark/frontend.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:root{scroll-behavior:auto}
55
}
66
.scrollTrans{transition:all .5s ease-in-out}
7-
body,input,select,textarea,code,.idx{font-size:calc((12px * {Magnification}) + .03vw)}
7+
body,input,select,textarea,code,.idx{font-size:calc((12px * {Magnification}) + .03vw);max-width:100%}
88
body,input,select{font-family:BlinkMacSystemFont,"Segoe UI",Helvetica,'Arial',sans-serif;letter-spacing:1px;text-decoration:none;border-style:none;margin:0;white-space:normal;color:#e4e6eb}
99
body{background-color:#18191a}
1010
code{background-color:rgba(255,153,102,.3);vertical-align:0;display:inline-block;height:calc(1em + 2px)}
@@ -89,13 +89,17 @@ input[type=button],input[type=submit],input[type=reset],button{transition:all .2
8989
}
9090
.flong{width:auto}
9191
.h1f,.h2f,.h3f,.h4f,.rf{white-space:nowrap}
92+
.iCntr,.iLabl,.iCntn{display:block}
93+
.iCntr{margin:16px 0 16px 0}
94+
.iCntn{margin-{FE_Align}:42px}
9295
@media only all and (max-width:968px) {
9396
.big,.dt{display:none}
9497
.mob{display:block}
9598
.tip,.bNav,.gen{float:none;height:auto;text-align:center}
9699
.h1,.h1f,.h2,.h2f,.r,.rf{width:50%}
97100
.extend{width:100%}
98101
.flong{width:calc(100% - 10px)}
102+
.iCntn{margin:0}
99103
}
100104
.hB{background-color:rgba(255,255,255.125)}
101105
.hW{background-color:rgba(0,0,0,0,.125)}
@@ -109,12 +113,6 @@ li>span.comCat:first-child,input[type=button],input[type=file]::file-selector-bu
109113
.comSub{overflow:hidden;transform:scaleY(0);transform-origin:top;opacity:0;max-height:0;transition:all .5s ease-out}
110114
.active{transform:scaleY(1);transform-origin:top;opacity:1;max-height:99999px;transition:all .3s ease-in}
111115
blockquote.comSub{margin:-2px 0 0 0;padding:0 0 0 0}
112-
.iCntr,.iLabl,.iCntn{display:block}
113-
.iCntr{margin:16px 0 16px 0}
114-
.iCntn{margin-{FE_Align}:42px}
115-
@media only all and (max-width:968px) {
116-
.iCntn{margin:0}
117-
}
118116
@keyframes forRotate{0%{transform:rotate(0)}100%{transform:rotate({45deg})}}
119117
@keyframes revRotate{0%{transform:rotate({45deg})}100%{transform:rotate(0)}}
120118
#acctnavlink::before,#bckpnavlink::before,#discussionslink::before,#docsnavlink::before,#confnavlink::before,#fmgrnavlink::before,#homenavlink::before,#websitelink::before,

themes/rbi/frontend.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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%}
88
body{font-family:'Tahoma','Verdana','Arial';letter-spacing:1px;text-decoration:none;border-style:none;margin:0;white-space:normal;background-color:#ccc;color:#330}
99
code{vertical-align:0;display:inline-block;height:calc(1em + 2px)}
1010
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:rgba(0,0,153,.2)}
1111
img.ico{width:16px;height:16px;border:0}
1212
input,select,option,textarea{background-color:#eff;border:1px solid rgba(0,0,153,.2);color:#330;margin:2px;padding:2px}
1313
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
14-
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
14+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:min(150px, 25%)}
1515
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1616
input[type=image]{width:inherit;border:inherit}
1717
input[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}
112116
blockquote.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,

themes/slate/frontend.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
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%}
88
body{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}
99
code{vertical-align:0;display:inline-block;height:calc(1em + 2px)}
1010
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#999}
1111
img.ico{width:16px;height:16px;border:0;filter:grayscale(60%) hue-rotate(45deg) brightness(.8)}
1212
select,input,textarea{background:linear-gradient({45deg},rgba(47,47,47,1),rgba(255,255,255,.1));border:1px solid #999;color:#ccc;margin:2px;padding:2px;transition:all .3s ease-out}
1313
option{background-color:#2f2f2f}
1414
input,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%)}
1616
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1717
input[type=image]{width:inherit;border:inherit}
1818
input[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}
112116
blockquote.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

Comments
 (0)