Last active 1726713336

Twikoo模板html文件

LiuShen's Avatar LiuShen revised this gist 1726713335. Go to revision

2 files changed, 239 insertions

master.html(file created)

@@ -0,0 +1,119 @@
1 + <div>
2 + <div id="content" style="margin-top: 20px;margin-bottom: 20px">
3 + <div style="background: #ddefff;width: 95%;max-width: 800px;margin: auto auto;border-radius: 12px;border: #49b1f5 1px solid;overflow: hidden;-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); ">
4 + <header style="overflow: hidden"><img src="https://i.p-i.vip/30/20240818-66c19b7c531ed.jpg" style="width: 100%; z-index: 666"></header>
5 + <div style="padding: 5px 20px">
6 + <div class="dear" style="border-radius: 30px;position: relative;color: white;float: left;z-index: 999;background: #347aa9;padding: 5px 30px;margin: -20px auto 0;box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);">亲爱的清羽飞扬站长:</div><br>
7 + <center>
8 + <h3>你的博客收到了来自${NICK}的评论!</h3>
9 + </center>
10 + <hr style="width:200px;border:0;border-bottom:1px solid #e5e5e5;margin:12px auto;"><br>&nbsp;&nbsp;<p style="font-weight: bold;">&nbsp;评论者信息:&nbsp;</p>
11 + <div class="tk-content" style="border-radius: 10px;border-bottom: #ddd 1px solid; border-left: #ddd 1px solid; padding-bottom: 20px; background-color: #eff7ff; margin: 15px 0px; padding-left: 20px; padding-right: 20px; border-top: #ddd 1px solid; border-right: #ddd 1px solid; padding-top: 20px;">昵称:${NICK}<br>IP地址:${IP}<br>邮箱:${MAIL}<br>具体网址:${POST_URL}</div>
12 + <p><a style="text-decoration: none; color: #9c515b">&nbsp;${NICK}</a>&nbsp;的评论内容:</p>
13 + <div class="tk-content" style="border-radius: 10px;border-bottom: #ddd 1px solid; border-left: #ddd 1px solid; padding-bottom: 20px; background-color: #eff7ff; margin: 15px 0px; padding-left: 20px; padding-right: 20px; border-top: #ddd 1px solid; border-right: #ddd 1px solid; padding-top: 20px;">${COMMENT}</div>
14 + <p>此邮件由评论服务自动发出,直接回复无效!</p>
15 + <p><br></p>
16 + <div class="chakan" style="text-align: center;"><a href="${POST_URL}" style="color:#ffffff;text-decoration:none;display:inline-block;min-height:28px;line-height:28px;padding:0 13px;outline:0;background:#3e83ae;font-size:13px;text-align: center;font-weight:400;border:0;border-radius:999em" target="_blank">点击去原文查看&gt;&gt;</a></div>
17 + <div class="footer-p" style="text-align: center; margin-top: 5rem; display:block;color:#b3b3b1;text-decoration:none;"><img src="https://blog.liushen.fun/favicon.ico" style="width:2.8rem; margin:0 auto">&nbsp;
18 + <hr style="width:165px;border:0;border-bottom:1px solid #e5e5e5;margin:5px auto;">©&nbsp;2021-2024&nbsp;<a href="https:/www.liushen.fun/" style="text-align:center; color: #0da1e6a6" target="_blank">清羽飞扬·LiuShen</a>
19 + </div>
20 + </div>
21 + </div>
22 + </div>
23 + <style type="text/css">
24 + .qmbox::-webkit-scrollbar {
25 + display: none
26 + }
27 +
28 + .qmbox#divNeteaseBigAttach,
29 + .qmbox#divNeteaseBigAttach_bak {
30 + display: none
31 + }
32 +
33 + .qmbox blockquote {
34 + display: none
35 + }
36 +
37 + .qmbox body {
38 + font-size: 14px;
39 + font-family: arial, verdana, sans-serif;
40 + line-height: 1.666;
41 + padding: 0;
42 + margin: 0;
43 + overflow: auto;
44 + white-space: normal;
45 + word-wrap: break-word;
46 + min-height: 100px
47 + }
48 +
49 + .qmbox td,
50 + .qmbox input,
51 + .qmbox button,
52 + .qmbox select,
53 + .qmbox body {
54 + font-family: Helvetica, 'Microsoft Yahei', verdana
55 + }
56 +
57 + .qmbox pre {
58 + white-space: pre-wrap;
59 + white-space: -moz-pre-wrap;
60 + white-space: -pre-wrap;
61 + white-space: -o-pre-wrap;
62 + word-wrap: break-word;
63 + width: 95%
64 + }
65 +
66 + .qmbox th,
67 + .qmbox td {
68 + font-family: arial, verdana, sans-serif;
69 + line-height: 1.666
70 + }
71 +
72 + .qmbox img {
73 + border: 0
74 + }
75 +
76 + .qmbox header,
77 + .qmbox footer,
78 + .qmbox section,
79 + .qmbox aside,
80 + .qmbox article,
81 + .qmbox nav,
82 + .qmbox hgroup,
83 + .qmbox figure,
84 + .qmbox figcaption {
85 + display: block
86 + }
87 +
88 + .qmbox blockquote {
89 + margin-right: 0px
90 + }
91 +
92 + .qmbox a,
93 + .qmbox td a {
94 + color: #236da1
95 + }
96 +
97 + .tk-content img {
98 + display: none
99 + }
100 +
101 + @media screen and(max-width:1100px) {
102 + #content p {
103 + font-size: 10px
104 + }
105 +
106 + #content h3 {
107 + font-size: 14px
108 + }
109 +
110 + .footer-p {
111 + font-size: 9px
112 + }
113 +
114 + .dear {
115 + font-size: 12px
116 + }
117 + }
118 + </style>
119 + </div>

visitor.html(file created)

@@ -0,0 +1,120 @@
1 + <div>
2 + <div id="content" style="margin-top: 20px;margin-bottom: 20px">
3 + <div style="background: #ddefff;width: 95%;max-width: 800px;margin: auto auto;border-radius: 12px;border: #49b1f5 1px solid;overflow: hidden;-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); ">
4 + <header style="overflow: hidden"><img src="https://i.p-i.vip/30/20240818-66c19b7c531ed.jpg" style="width: 100%; z-index: 666"></header>
5 + <div style="padding: 5px 20px">
6 + <div class="dear" style="border-radius: 30px;position: relative;color: white;float: left;z-index: 999;background: #347aa9;padding: 5px 30px;margin: -20px auto 0;box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);">亲爱的${PARENT_NICK}:</div><br>
7 + <center>
8 + <h3>你收到了来自&nbsp;<a style="text-decoration: none; color: #9c515b">${NICK}</a>&nbsp;的回复</h3>
9 + </center>
10 + <hr style="width:200px;border:0;border-bottom:1px solid #e5e5e5;margin:12px auto;"><br>&nbsp;&nbsp;<p>您在<a href="${POST_URL}" style="text-decoration: none;color: #49b1f5" target="_blank">&nbsp;${SITE_NAME}&nbsp;</a>上发表的评论:</p>
11 + <div class="tk-content" style="border-radius: 10px;border-bottom: #ddd 1px solid; border-left: #ddd 1px solid; padding-bottom: 20px; background-color: #eff7ff; margin: 15px 0px; padding-left: 20px; padding-right: 20px; border-top: #ddd 1px solid; border-right: #ddd 1px solid; padding-top: 20px;">${PARENT_COMMENT}</div>
12 + <p><a style="text-decoration: none; color: #49b1f5">&nbsp;${NICK}</a>&nbsp;给您回复啦:</p>
13 + <div class="tk-content" style="border-radius: 10px;border-bottom: #ddd 1px solid; border-left: #ddd 1px solid; padding-bottom: 20px; background-color: #eff7ff; margin: 15px 0px; padding-left: 20px; padding-right: 20px; border-top: #ddd 1px solid; border-right: #ddd 1px solid; padding-top: 20px;">${COMMENT}</div>
14 + <p>欢迎再次光临<a style="text-decoration:none; color:#9c515b" href="${SITE_URL}" target="_blank">${SITE_NAME}</a>!</p>
15 + <p>此邮件由评论服务自动发出,直接回复无效!</p>
16 + <p><br></p>
17 + <div class="chakan" style="text-align: center;"><a href="${POST_URL}" style="color:#ffffff;text-decoration:none;display:inline-block;min-height:28px;line-height:28px;padding:0 13px;outline:0;background:#3e83ae;font-size:13px;text-align: center;font-weight:400;border:0;border-radius:999em" target="_blank">点击去原文查看&gt;&gt;</a></div>
18 + <div class="footer-p" style="text-align: center; margin-top: 5rem; display:block;color:#b3b3b1;text-decoration:none;"><img src="https://blog.liushen.fun/favicon.ico" style="width:2.8rem; margin:0 auto">&nbsp;
19 + <hr style="width:165px;border:0;border-bottom:1px solid #e5e5e5;margin:5px auto;">©&nbsp;2021-2024&nbsp;<a href="https:/www.liushen.fun/" style="text-align:center; color: #0da1e6a6" target="_blank">清羽飞扬·LiuShen</a>
20 + </div>
21 + </div>
22 + </div>
23 + </div>
24 + <style type="text/css">
25 + .qmbox::-webkit-scrollbar {
26 + display: none
27 + }
28 +
29 + .qmbox#divNeteaseBigAttach,
30 + .qmbox#divNeteaseBigAttach_bak {
31 + display: none
32 + }
33 +
34 + .qmbox blockquote {
35 + display: none
36 + }
37 +
38 + .qmbox body {
39 + font-size: 14px;
40 + font-family: arial, verdana, sans-serif;
41 + line-height: 1.666;
42 + padding: 0;
43 + margin: 0;
44 + overflow: auto;
45 + white-space: normal;
46 + word-wrap: break-word;
47 + min-height: 100px
48 + }
49 +
50 + .qmbox td,
51 + .qmbox input,
52 + .qmbox button,
53 + .qmbox select,
54 + .qmbox body {
55 + font-family: Helvetica, 'Microsoft Yahei', verdana
56 + }
57 +
58 + .qmbox pre {
59 + white-space: pre-wrap;
60 + white-space: -moz-pre-wrap;
61 + white-space: -pre-wrap;
62 + white-space: -o-pre-wrap;
63 + word-wrap: break-word;
64 + width: 95%
65 + }
66 +
67 + .qmbox th,
68 + .qmbox td {
69 + font-family: arial, verdana, sans-serif;
70 + line-height: 1.666
71 + }
72 +
73 + .qmbox img {
74 + border: 0
75 + }
76 +
77 + .qmbox header,
78 + .qmbox footer,
79 + .qmbox section,
80 + .qmbox aside,
81 + .qmbox article,
82 + .qmbox nav,
83 + .qmbox hgroup,
84 + .qmbox figure,
85 + .qmbox figcaption {
86 + display: block
87 + }
88 +
89 + .qmbox blockquote {
90 + margin-right: 0px
91 + }
92 +
93 + .qmbox a,
94 + .qmbox td a {
95 + color: #236da1
96 + }
97 +
98 + .tk-content img {
99 + display: none
100 + }
101 +
102 + @media screen and(max-width:1100px) {
103 + #content p {
104 + font-size: 10px
105 + }
106 +
107 + #content h3 {
108 + font-size: 14px
109 + }
110 +
111 + .footer-p {
112 + font-size: 9px
113 + }
114 +
115 + .dear {
116 + font-size: 12px
117 + }
118 + }
119 + </style>
120 + </div>
Newer Older