Skip to content

Commit 71a5146

Browse files
committed
Refactor.
1 parent 36abdc9 commit 71a5146

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

assets/bluemetal/frontend.css

Lines changed: 1 addition & 1 deletion
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,.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','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}
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}

assets/default/frontend.css

Lines changed: 1 addition & 1 deletion
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,.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','Noto Sans','Arial';letter-spacing:1px;text-decoration:none;border-style:none;margin:0;white-space:normal;background-color:#ccc;color:#033}
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(153,0,0,.6)}

assets/fullmoon/frontend.css

Lines changed: 1 addition & 1 deletion
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{font-size:calc((12px * {magnification}) + .03vw);background-repeat:no-repeat}
7+
body,input,select,textarea{font-size:calc((12px * {magnification}) + .03vw);background-repeat:no-repeat;max-width:100%}
88
body{font-family:'Tahoma','Verdana','Noto Sans','Arial';letter-spacing:1px;text-decoration:none;border-style:none;margin:0;white-space:normal;background-color:#36393b;color:#c5bc8e;background-image:url('?phpmussel-asset=moon.jpg&theme={theme}');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}

assets/moss/frontend.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
:root{scroll-behavior:smooth;color-scheme:normal{theme_mode_effects}}
1+
:root{scroll-behavior:smooth;color-scheme:light{theme_mode_effects}}
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);background-repeat:no-repeat}
7+
body,input,select,textarea,.idx{font-size:calc((12px * {magnification}) + .03vw);background-repeat:no-repeat;max-width:100%}
88
body{font-family:'Tahoma','Verdana','Noto Sans','Arial';letter-spacing:1px;text-decoration:none;border-style:none;margin:0;white-space:normal;background-color:#789048;background-image:url('?phpmussel-asset=bg.png&theme={theme}');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}

assets/primer/frontend.css

Lines changed: 1 addition & 1 deletion
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,input[type=file]::file-selector-button,select{font-family:'BlinkMacSystemFont','Segoe UI','Noto Sans','Helvetica';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}

assets/primerdark/frontend.css

Lines changed: 1 addition & 1 deletion
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,input[type=file]::file-selector-button,select{font-family:'BlinkMacSystemFont','Segoe UI','Noto Sans','Helvetica';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)}

assets/rbi/frontend.css

Lines changed: 1 addition & 1 deletion
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,.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','Noto Sans','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)}

assets/slate/frontend.css

Lines changed: 1 addition & 1 deletion
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,.idx{font-size:calc((12px * {magnification}) + .03vw);background-repeat:no-repeat}
7+
body,input,select,textarea,.idx{font-size:calc((12px * {magnification}) + .03vw);background-repeat:no-repeat;max-width:100%}
88
body{font-family:'Tahoma','Verdana','Noto Sans','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}

0 commit comments

Comments
 (0)