Skip to content

Commit 402edbb

Browse files
committed
Themes update.
1 parent 7f56705 commit 402edbb

File tree

11 files changed

+218
-34
lines changed

11 files changed

+218
-34
lines changed

assets/bluemetal/frontend.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1010
input[type=image]{width:inherit;border:inherit}
1111
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}
1212
input[type=text]{background-image:url(data:image/gif;base64,{PIP_Input_64})}
13+
input{border-radius:0}
14+
button,input[type=button],input[type=submit],textarea{border-radius:6px}
15+
select,option,button,input,textarea{filter:grayscale(.1) brightness(.94)}
16+
select:active,textarea:active,button:active,input:active{filter:grayscale(0) brightness(1)}
17+
select:disabled,textarea:disabled,button:disabled,input:disabled{filter:grayscale(1) brightness(.5)}
18+
select:focus,textarea:focus,button:focus,input:focus,select:hover,textarea:hover,button:hover,input:hover{filter:grayscale(0) brightness(1)}
1319
table,.spanner{width:100%}
1420
textarea.half{height:75px}
1521
textarea{height:150px}
@@ -46,12 +52,11 @@ a:hover,a:active,a:focus{color:#fc6}
4652
.ufts{width:220px}
4753
.vr{float:{FE_Align};width:1px;height:inherit;background-color:#89b}
4854
@keyframes idxAn{0%{background:#603}100%{background:#ddd}}
49-
@keyframes UplT{0%{opacity:0.0}100%{opacity:1.0}}
55+
@keyframes UplT{0%{opacity:0}100%{opacity:1}}
5056
.mob{display:none}
51-
input[id=logoutbutton]{opacity:.5;border-top-{FE_Align_Reverse}-radius:10px;border-bottom-{FE_Align_Reverse}-radius:10px;padding-{FE_Align}:18px;background-position:center {FE_Align} 4px;background-image:url('?phpmussel-asset=lock_bl_o.png&theme={theme}')}
52-
input[id=logoutbutton]:hover,input[id=logoutbutton]:active,input[id=logoutbutton]:focus{opacity:1;background-image:url('?phpmussel-asset=lock_bl_c.png&theme={theme}')}
53-
input[id=homebutton]{opacity:.5;border-top-{FE_Align}-radius:10px;border-bottom-{FE_Align}-radius:10px}
54-
input[id=homebutton]:active,input[id=homebutton]:focus,input[id=homebutton]:hover{opacity:1}
57+
input[id=logoutbutton]{border-top-{FE_Align_Reverse}-radius:10px;border-bottom-{FE_Align_Reverse}-radius:10px;padding-{FE_Align}:18px;background-position:center {FE_Align} 4px;background-image:url('?phpmussel-asset=lock_bl_o.png&theme={theme}')}
58+
input[id=logoutbutton]:hover,input[id=logoutbutton]:active,input[id=logoutbutton]:focus{background-image:url('?phpmussel-asset=lock_bl_c.png&theme={theme}')}
59+
input[id=homebutton]{border-top-{FE_Align}-radius:10px;border-bottom-{FE_Align}-radius:10px}
5560
@media only all and (max-width:640px) {
5661
.big,.dt{display:none}
5762
.mob{display:block}

assets/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2020.07.15).
10+
# This file: Configuration defaults file (last modified: 2020.08.06).
1111
##/
1212

1313
frontend:
@@ -64,11 +64,12 @@ frontend:
6464
allow_other: true
6565
choices:
6666
default: "Default"
67-
rbi: "Red-Blue Inverted"
68-
slate: "Slate"
6967
bluemetal: "Blue Metal"
70-
moss: "Moss"
7168
fullmoon: "Full Moon"
69+
moss: "Moss"
70+
primer: "Primer"
71+
rbi: "Red-Blue Inverted"
72+
slate: "Slate"
7273
magnification:
7374
type: "float"
7475
step: "any"

assets/default/frontend.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1010
input[type=image]{width:inherit;border:inherit}
1111
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}
1212
input[type=text]{background-image:url(data:image/gif;base64,{PIP_Input_64})}
13+
input{border-radius:0}
14+
button,input[type=button],input[type=submit],textarea{border-radius:6px}
15+
select,option,button,input,textarea{filter:grayscale(.1) brightness(.94)}
16+
select:active,textarea:active,button:active,input:active{filter:grayscale(0) brightness(1)}
17+
select:disabled,textarea:disabled,button:disabled,input:disabled{filter:grayscale(1) brightness(.5)}
18+
select:focus,textarea:focus,button:focus,input:focus,select:hover,textarea:hover,button:hover,input:hover{filter:grayscale(0) brightness(1)}
1319
table,.spanner{width:100%}
1420
textarea.half{height:75px}
1521
textarea{height:150px}
@@ -49,12 +55,11 @@ a:active,a:focus{color:red}
4955
.ufts{width:220px}
5056
.vr{float:{FE_Align};width:1px;height:inherit;background-color:#900}
5157
@keyframes idxAn{0%{background:#fa6}100%{background:#ddd}}
52-
@keyframes UplT{0%{opacity:0.0}100%{opacity:1.0}}
58+
@keyframes UplT{0%{opacity:0}100%{opacity:1}}
5359
.mob{display:none}
54-
input[id=logoutbutton]{opacity:.5;border-top-{FE_Align_Reverse}-radius:10px;border-bottom-{FE_Align_Reverse}-radius:10px;padding-{FE_Align}:18px;background-position:center {FE_Align} 4px;background-image:url('?phpmussel-asset=lock_rd_o.png&theme={theme}')}
55-
input[id=logoutbutton]:hover,input[id=logoutbutton]:active,input[id=logoutbutton]:focus{opacity:1;background-image:url('?phpmussel-asset=lock_rd_c.png&theme={theme}')}
56-
input[id=homebutton]{opacity:.5;border-top-{FE_Align}-radius:10px;border-bottom-{FE_Align}-radius:10px}
57-
input[id=homebutton]:active,input[id=homebutton]:focus,input[id=homebutton]:hover{opacity:1}
60+
input[id=logoutbutton]{border-top-{FE_Align_Reverse}-radius:10px;border-bottom-{FE_Align_Reverse}-radius:10px;padding-{FE_Align}:18px;background-position:center {FE_Align} 4px;background-image:url('?phpmussel-asset=lock_rd_o.png&theme={theme}')}
61+
input[id=logoutbutton]:hover,input[id=logoutbutton]:active,input[id=logoutbutton]:focus{background-image:url('?phpmussel-asset=lock_rd_c.png&theme={theme}')}
62+
input[id=homebutton]{border-top-{FE_Align}-radius:10px;border-bottom-{FE_Align}-radius:10px}
5863
@media only all and (max-width:640px) {
5964
.big,.dt{display:none}
6065
.mob{display:block}

assets/fullmoon/frontend.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
99
input[type=image]{width:inherit;border:inherit}
1010
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}
1111
input[type=text]{background-image:url(data:image/gif;base64,{PIP_Input_64})}
12+
input{border-radius:0}
13+
button,input[type=button],input[type=submit],textarea{border-radius:6px}
14+
select,option,button,input,textarea{filter:grayscale(.1) brightness(.94)}
15+
select:active,textarea:active,button:active,input:active{filter:grayscale(0) brightness(1)}
16+
select:disabled,textarea:disabled,button:disabled,input:disabled{filter:grayscale(1) brightness(.5)}
17+
select:focus,textarea:focus,button:focus,input:focus,select:hover,textarea:hover,button:hover,input:hover{filter:grayscale(0) brightness(1)}
1218
table,.spanner{width:100%}
1319
textarea.half{height:75px}
1420
textarea{height:150px}
@@ -42,12 +48,11 @@ code,.nav{font-family:'Courier New',Courier,'Lucida Grande',Arial}
4248
.txtRd{color:#e7ab7d}
4349
.ufts{width:220px}
4450
@keyframes idxAn{0%{background:rgba(120,89,92,0.5)}100%{background:rgba(86,89,92,0.5)}}
45-
@keyframes UplT{0%{opacity:0.0}100%{opacity:1.0}}
51+
@keyframes UplT{0%{opacity:0}100%{opacity:1}}
4652
.mob{display:none}
47-
input[id=logoutbutton]{opacity:.5;border-top-{FE_Align_Reverse}-radius:10px;border-bottom-{FE_Align_Reverse}-radius:10px;padding-{FE_Align}:18px;background-position:center {FE_Align} 4px;background-image:url('?phpmussel-asset=lock_wt_o.png&theme={theme}')}
48-
input[id=logoutbutton]:hover,input[id=logoutbutton]:active,input[id=logoutbutton]:focus{opacity:1;background-image:url('?phpmussel-asset=lock_wt_c.png&theme={theme}')}
49-
input[id=homebutton]{opacity:.5;border-top-{FE_Align}-radius:10px;border-bottom-{FE_Align}-radius:10px}
50-
input[id=homebutton]:active,input[id=homebutton]:focus,input[id=homebutton]:hover{opacity:1}
53+
input[id=logoutbutton]{border-top-{FE_Align_Reverse}-radius:10px;border-bottom-{FE_Align_Reverse}-radius:10px;padding-{FE_Align}:18px;background-position:center {FE_Align} 4px;background-image:url('?phpmussel-asset=lock_wt_o.png&theme={theme}')}
54+
input[id=logoutbutton]:hover,input[id=logoutbutton]:active,input[id=logoutbutton]:focus{background-image:url('?phpmussel-asset=lock_wt_c.png&theme={theme}')}
55+
input[id=homebutton]{border-top-{FE_Align}-radius:10px;border-bottom-{FE_Align}-radius:10px}
5156
@media only all and (max-width:640px) {
5257
.big,.dt{display:none}
5358
.mob{display:block}

assets/moss/frontend.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1010
input[type=image]{width:inherit;border:inherit}
1111
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}
1212
input[type=text]{background-image:url(data:image/gif;base64,{PIP_Input_64})}
13+
input{border-radius:0}
14+
button,input[type=button],input[type=submit],textarea{border-radius:6px}
15+
select,option,button,input,textarea{filter:grayscale(.1) brightness(.94)}
16+
select:active,textarea:active,button:active,input:active{filter:grayscale(0) brightness(1)}
17+
select:disabled,textarea:disabled,button:disabled,input:disabled{filter:grayscale(1) brightness(.5)}
18+
select:focus,textarea:focus,button:focus,input:focus,select:hover,textarea:hover,button:hover,input:hover{filter:grayscale(0) brightness(1)}
1319
table,.spanner{width:100%}
1420
textarea.half{height:75px}
1521
textarea{height:150px}
@@ -46,12 +52,11 @@ a:hover,a:active,a:focus{color:#866}
4652
.ufts{width:220px}
4753
.vr{float:{FE_Align};width:1px;height:inherit;background-color:#604848}
4854
@keyframes idxAn{0%{background:#603}100%{background:#ddd}}
49-
@keyframes UplT{0%{opacity:0.0}100%{opacity:1.0}}
55+
@keyframes UplT{0%{opacity:0}100%{opacity:1}}
5056
.mob{display:none}
51-
input[id=logoutbutton]{opacity:.5;border-top-{FE_Align_Reverse}-radius:10px;border-bottom-{FE_Align_Reverse}-radius:10px;padding-{FE_Align}:18px;background-position:center {FE_Align} 4px;background-image:url('?phpmussel-asset=lock_rd_o.png&theme={theme}')}
52-
input[id=logoutbutton]:hover,input[id=logoutbutton]:active,input[id=logoutbutton]:focus{opacity:1;background-image:url('?phpmussel-asset=lock_rd_c.png&theme={theme}')}
53-
input[id=homebutton]{opacity:.5;border-top-{FE_Align}-radius:10px;border-bottom-{FE_Align}-radius:10px}
54-
input[id=homebutton]:active,input[id=homebutton]:focus,input[id=homebutton]:hover{opacity:1}
57+
input[id=logoutbutton]{border-top-{FE_Align_Reverse}-radius:10px;border-bottom-{FE_Align_Reverse}-radius:10px;padding-{FE_Align}:18px;background-position:center {FE_Align} 4px;background-image:url('?phpmussel-asset=lock_rd_o.png&theme={theme}')}
58+
input[id=logoutbutton]:hover,input[id=logoutbutton]:active,input[id=logoutbutton]:focus{background-image:url('?phpmussel-asset=lock_rd_c.png&theme={theme}')}
59+
input[id=homebutton]{border-top-{FE_Align}-radius:10px;border-bottom-{FE_Align}-radius:10px}
5560
@media only all and (max-width:640px) {
5661
.big,.dt{display:none}
5762
.mob{display:block}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<table>
2+
<tr>
3+
<td class="big">
4+
<a id="homenavlink" href="?">{link_home}</a><br />
5+
<hr />
6+
<a id="acctnavlink" href="?phpmussel-page=accounts">{link_accounts}</a><br />
7+
<a href="?phpmussel-page=cache-data">{link_cache_data}</a><br />
8+
<a id="confnavlink" href="?phpmussel-page=config">{link_config}</a><br />
9+
<a href="?phpmussel-page=quarantine">{link_quarantine}</a><br />
10+
<a href="?phpmussel-page=siginfo">{link_siginfo}</a><br />
11+
<a id="statnavlink" href="?phpmussel-page=statistics">{link_statistics}</a><br />
12+
<a id="testnavlink" href="?phpmussel-page=upload-test">{link_upload_test}</a><br />
13+
<a id="logsnavlink" href="?phpmussel-page=logs">{link_logs}</a><br />
14+
<hr />
15+
<a href="{URL-Documentation}" hreflang="en-US" rel="noopener external">{link_documentation}</a><br />
16+
<a id="chatnavlink" href="{URL-Chat}" hreflang="en-US" rel="noopener noreferrer external">{link_chat}</a><br />
17+
<a href="{URL-Website}" hreflang="en-US" rel="noopener external">{link_website}</a>
18+
<hr />
19+
</td>
20+
</tr>
21+
</table>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<table>
2+
<tr>
3+
<td class="big">
4+
<a id="homenavlink" href="?">{link_home}</a><br />
5+
<hr />
6+
<a id="logsnavlink" href="?phpmussel-page=logs">{link_logs}</a><br />
7+
<hr />
8+
<a href="{URL-Documentation}" hreflang="en-US" rel="noopener external">{link_documentation}</a><br />
9+
<a id="chatnavlink" href="{URL-Chat}" hreflang="en-US" rel="noopener noreferrer external">{link_chat}</a><br />
10+
<a href="{URL-Website}" hreflang="en-US" rel="noopener external">{link_website}</a>
11+
<hr />
12+
</td>
13+
</tr>
14+
</table>

assets/primer/frontend.css

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
*{vertical-align:text-top}
2+
body,button,input,select,textarea,button,.idx{font-size:calc(12px * {magnification})}
3+
body,button,input,select{font-family:BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";letter-spacing:1px;text-decoration:none;border-style:none;margin:0;padding:0;white-space:normal;background-color:#f6f8fa;color:#24292e}
4+
code{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px}
5+
.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}
6+
.branchline,hr::after{display:table;clear:both;content:""}
7+
.branchline,hr::before{display:table;content:""}
8+
img.ico{width:16px;height:16px;border:0}
9+
label{font-weight:600}
10+
table,.spanner{width:100%}
11+
textarea.half{height:75px}
12+
textarea{height:150px}
13+
a:active,a:hover{outline-width:0}
14+
a:link,a:visited{color:#0366d6;text-decoration:none}
15+
a:hover{text-decoration:underline;color:#f64}
16+
a:active,a:focus{color:#cb2431}
17+
.ng2 a,.h2 a,.h2f a,.h4 a,.h4f a{filter:brightness(.5)}
18+
.cat,.exp,.bNav,.gen,.nav,.s,.tip,.txtGn,.txtOe,.txtRd,.spanner,a,textarea{font-weight:700}
19+
.bNav,.gen,.spanner{text-align:{FE_Align_Reverse}}
20+
.bNav{height:64px}
21+
.ci,.co,.gen,.center{margin:auto}
22+
.ci,.co,.ng1,.ng2,.ci>.bNav:first-child{width:98%}
23+
textarea{width:72%}
24+
.ci{text-align:{FE_Align};padding:12px}
25+
.co,body,.center{text-align:center}
26+
.co{padding:12}
27+
.dt,.s,.tip,.txtBl,.txtGn,.txtOe,.txtRd{display:inline}
28+
.dt,.tip{float:{FE_Align};text-align:{FE_Align};width:80%}
29+
.gen{font-family:inherit;letter-spacing:0px;white-space:nowrap}
30+
.h1,.h1f,.h2,.h2f,.h3,.h3f,.h4,.h4f,.ng1,.ng2,.r,.rf,.spanner{margin:0;padding:4px;border-style:{Half_Border};border-width:1px;border-color:#46b}
31+
.h1,.h1f,.h2,.h2f,.r,.rf{width:25%}
32+
.h1,.h3,.spanner{background-color:#8cf}
33+
.h2,.h4,code{background-color:#69f}
34+
code{background-color:#f96}
35+
.h3,.h3f,.h4,.h4f{width:50%}
36+
.icon48x48,input,select{background-repeat:no-repeat}
37+
.icon48x48{background-image:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEAAAAAAAD/7gAOQWRvYmUAZAAAAAAB/9sAQwAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8f/9sAQwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8IAEQgAMAAwAwERAAIRAQMRAf/EABsAAAIDAAMAAAAAAAAAAAAAAAUHAgQGAAED/8QAJBAAAgICAQIHAQAAAAAAAAAAAgMBBAAFEVASECEyExQ0FQb/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/EAC8RAAECBQEFBwQDAAAAAAAAAAECAwARITESBBBRYYEiQZGxMlJyE6HB4WIjM3P/xAAUEgEAAAAAAAAAAAAAAAAAAABQ/8QAJxMBAAICAQMEAwADAQAAAAAAAREhADFBUWFxEIGRsVChwSAwQOH/2gAMAwEAAhADEAAAAWoRFWADcm8KhSFWWgaPEEEEW6gjWoz1GHSLFapvzUHkUEDLiRpBw4QKZbBgXP/aAAgBAQABBQLCKBjb7a+Vgb+wCdN/RE9uOtITLrVN6djfm2Xzan5YVTKqE8hZ+2wBnN1AjdwgIFpaDU2/Kyfq24si3rw7revrcoqJ9mtdWRLASszfot2S6okt2vOTDwKeIqIhWEtZSsOy3n//2gAIAQIAAQUC6J//2gAIAQMAAQUC6J//2gAIAQICBj8CE//aAAgBAwIGPwIT/9oACAEBAQY/AomTIC5hTYK9O0PKmqSRvPbWMm9S4k+6Y7jA0usAS8r+twWV+dgDipTtQnwhSA6OdLV4Q30fGlpOCROZ5mDp8JvGWPSOnecr1hepFCyQpB4i/wBDCSbkQP8AP7wAROClNAANjelABccBU8hIuB4UEIdR5VgEc4QfUkjuMGM1WcGaPbCNyeo8oc1Sul7VTxVfFvshtr0JAgKTVbZyA37xFAQ0fMo0nwEOuIImwtSGG+CaGvGHW3JtrwUmRpWPgeSAtlKCnH0kU2zvC5CQWrI3qTc1iakgkWJEOvmf8nSQf1tLZ//aAAgBAQMBPyHEphSlAYuoKzhjV9GeZmpvMo50/wCTfonHonxb9A8HAGFJLWUN9R1ylIslEdWFy1u0QiGRF4cPjWVXjO5aYOagCnkx19Pt/wCcgnAck7vBgKEd8BWDbmjvEYTM8uxn6kKxOCW0N5B/uP236xSMH8qQ+s7tJehbHVoaEumOZrBP1I60c98FOgGxr3BxXI0mYP66XA7CIBK/KFZMwLE+UPTXODLrgD5cSIcAADRR6O4JdN/WD34mVtQpiemCNHAU+cFzMEFEJkYum79P/9oACAECAwE/Ifwn/9oACAEDAwE/Ifwn/9oADAMBAAIRAxEAABCRISDJBdLjNZSNaCSST//aAAgBAQMBPxDEvKRANquK3kMPksIFhw+cHjEMNxqcb2yhxlXOa3dqehzjKzIEoUPB3zhm/wAQ4gttgUHojnn+ojEK65/auEu0nSrtS8RWmFFnzVCkcbPMZ2cl8gpzhNiUe2AELahCTLfkPbEDhvAiXAASkB3cghtnBpJFiSQmWMnVvshCAThJxNko8K+P1wptCHtT+Z5QdRUvmeJPC6BQcmki4h4w9Y8MKgvDJjiGocbVRCJPIOFt74p8LgCi7qjuGAUxCCMpML4A8xgHRJ0TPXNnRAVa2xdDT2jhLhi9PBOjIuziMaamA24IA4Cj0amMAB2QmLVvJGpAo5Wg2k9ms635gSaQpeIpxsgEWEPIL09P/9oACAECAwE/EP8AYf5H/F//2gAIAQMDAT8Q/Cf/2Q==);background-position:center;width:48px;height:48px;margin:auto}
38+
.nav{font-size:calc(14px * {magnification});width:20%}
39+
.ng1,.h1f,.h3f{background:linear-gradient({Gradient_Degree}deg,#8cf,#aff)}
40+
.ng2,.h2f,.h4f{background:linear-gradient({Gradient_Degree}deg,#69f,#9ef)}
41+
.hFd:hover,.r{background-color:#fc8}
42+
.rf{background:linear-gradient({Gradient_Degree}deg,#fc8,#ffa)}
43+
.right,.ci>.bNav:first-child{background-color:#fff;border:1px #e1e4e8 solid;border-radius:6px;padding:12px}
44+
.right{text-align:{FE_Align};padding:12px;width:80%}
45+
.txtBl{color:#000}
46+
.txtGn{color:#22863a}
47+
.txtOe{color:#a04100}
48+
.txtRd{color:#cb2431}
49+
.ufts{width:220px}
50+
@keyframes idxAn{0%{background:#fe9}100%{background:#f96}}
51+
@keyframes UplT{0%{opacity:0.0}100%{opacity:1.0}}
52+
.mob{display:none}
53+
button,input,textarea{padding:0 8px 0 8px;font-weight:600}
54+
select,option{padding:0;font-weight:700}
55+
select,option,button,input,textarea{margin:2px;border-color:rgba(27,31,35,.5);border-style:solid;border-width:1px;box-shadow:0 1px 0 rgba(27,31,35,.04),inset 0 1px 0 rgba(255,255,255,.25);transition:background-color .2s cubic-bezier(.3,0,.5,1);filter:grayscale(.3) brightness(.9)}
56+
select,option{border-radius:0}
57+
button,input,textarea{border-radius:6px}
58+
select:active,textarea:active,button:active,input:active{box-shadow:inset 0 1px 0 rgba(225,228,232,.2);transition:none;filter:grayscale(0) brightness(1)}
59+
select:disabled,textarea:disabled,button:disabled,input:disabled{filter:grayscale(1) brightness(.3)}
60+
select:focus,textarea:focus,button:focus,input:focus{outline:1px dotted transparent;outline-offset:2px;box-shadow:0 0 0 3px rgba(3,102,214,.3);filter:grayscale(0) brightness(1)}
61+
select:hover,textarea:hover,button:hover,input:hover{transition-duration:.1s;text-decoration:none;filter:grayscale(0) brightness(1)}
62+
select,option,textarea,input{color:#000;background-color:#fff}
63+
button,input[type=button],input[type=submit]{color:#fff;background-color:#22863a}
64+
@media only all and (max-width:640px) {
65+
.big,.dt{display:none}
66+
.mob{display:block}
67+
.tip,.bNav,.gen{float:none;height:auto;text-align:center}
68+
.ufts{width:auto}
69+
.h1,.h1f,.h2,.h2f,.r,.rf{width:50%}
70+
.extend{width:100%}
71+
}
72+
.hB{background-color:rgba(0,0,0,0.125)}
73+
.hW{background-color:rgba(255,255,255,0.125)}
74+
.fW{word-break:break-all}
75+
.exp{color:#ff0;background-color:#f00}
76+
.pieul{list-style-type:none;margin:0;padding:0}
77+
.comCat::before{content:"➖";display:inline-block;margin-{FE_Align_Reverse}:6px}
78+
.caret-down::before{animation:forRotate .2s linear 1;animation-fill-mode:both}
79+
.caret-up::before{animation:revRotate .2s linear 1;animation-fill-mode:both}
80+
.comSub{display:none}
81+
.active{display:block}
82+
@keyframes forRotate{0%{transform:rotate(0)}100%{transform:rotate({45deg})}}
83+
@keyframes revRotate{0%{transform:rotate({45deg})}100%{transform:rotate(0)}}
84+
#acctnavlink::before,#chatnavlink::before,#confnavlink::before,#homenavlink::before,
85+
#logsnavlink::before,#statnavlink::before,#testnavlink::before{display:inline;color:rgba(0,0,0,0);text-shadow:0 0 #0366d6}
86+
#acctnavlink::before{content:"🔐"}
87+
#chatnavlink::before{content:"💬"}
88+
#confnavlink::before{content:"🔧"}
89+
#homenavlink::before{content:"🏠"}
90+
#logsnavlink::before{content:"🔍"}
91+
#statnavlink::before{content:"🗠"}
92+
#testnavlink::before{content:"🔬"}
93+
p{margin-top:0;margin-bottom:10px}
94+
small{font-size:90%}
95+
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}

assets/primer/frontend.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!doctype html>
2+
<html lang="{FE_Lang}" xml:lang="{FE_Lang}" dir="{Text Direction}">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta name="robots" content="noindex,nofollow" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link rel="stylesheet" type="text/css" href="?phpmussel-page=css&theme={theme}" />
8+
<link rel="shortcut icon" type="image/png" href="?phpmussel-page=favicon" />
9+
<title>{FE_Title}</title>
10+
</head>
11+
12+
<body>{JS}
13+
<div class="co"><br /><div class="ci">
14+
<div class="bNav"><div class="tip">{FE_Tip}</div><hr class="mob" />{bNav}</div>
15+
<hr />{Warnings}
16+
17+
{FE_Content}
18+
<hr />
19+
<div class="gen"><div class="dt">{DateTime}</div><div class="txtBl">{GeneratedBy}</div></div>
20+
</div><br /></div>
21+
</body>
22+
23+
</html>

0 commit comments

Comments
 (0)