0%

Html拓展(更)

露の世は露の世ながらさりながら

用Html拓展你的markdown

大引号,字体

1
2
3
{% cq %} <div class="text" style=" text-align:center;">
<font face="楷体" color=grey size=6>露の世は露の世ながらさりながら</font>
</div>{% endcq %}
1
<center>内容</center>
内容
1
<div style="text-align:right">内容</div>
内容

文本框

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<style type="text/css">
* {undefined
font-size:12px;
margin:0;
padding:0;
}
fieldset.test {undefined
padding:10px;
margin:10px;
width:270px;
color:#333;
border:#06c solid 1px;
}
legend {undefined
color:#06c;
padding:5px 10px;
font-weight:800;
/*background:white;*/
}
ul {undefined
list-style-type: none;
margin:8px 0 4px 0;
}
li {undefined
margin-top:4px;
}
</style>
</HEAD>
<BODY>
<fieldset style="width:300px; height:100px;">
<legend>生产信息 </legend>
<div>试一下 </div>
</fieldset>
<fieldset class="test">
<legend>CSS网页布局</legend>
<ul>
<li>哈哈哈哈哈哈哈哈哈哈哈哈</li>
<li>哈哈哈哈哈哈哈哈哈哈哈哈</li>
<li>哈哈哈哈哈哈哈哈哈哈哈哈</li>
<li>哈哈哈哈哈哈哈哈哈哈哈哈</li>
</ul>
</fieldset>
</BODY>
</HTML>
New Document
生产信息
试一下
CSS网页布局
  • 哈哈哈哈哈哈哈哈哈哈哈哈
  • 哈哈哈哈哈哈哈哈哈哈哈哈
  • 哈哈哈哈哈哈哈哈哈哈哈哈
  • 哈哈哈哈哈哈哈哈哈哈哈哈

添加一言或者今日诗词

\themes\next\source\css_common\components\post\post.styl添加了样式

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.poem-wrap {
position: relative;
width: 730px;
max-width: 80%;
border: 2px solid #797979;
border-top: none;
text-align: center;
margin: 80px auto;
}
.poem-wrap h1 {
font-size: 30px;
position: relative;
margin-top: -20px;
display: inline-block;
letter-spacing: 4px;
color: #797979
}
.poem-wrap p {
width: 70%;
margin: auto;
line-height: 30px;
color: #797979;
}
.poem-wrap p#poem {
font-size: 25px;
}
.poem-wrap p#info {
font-size: 15px;
margin: 15px auto;
}
.poem-border {
position: absolute;
height: 2px;
width: 27%;
background-color: #797979;
}
.poem-right {
right: 0;
}
.poem-left {
left: 0;
}
@media (max-width: 685px) {
.poem-border {
width: 18%;
}
}
@media (max-width: 500px) {
.poem-wrap {
margin-top: 60px;
margin-bottom: 20px;
border-top: 2px solid #797979;
}
.poem-wrap h1 {
margin: 20px 6px;
}
.poem-border {
display: none;
}
}

引入一言,或者今日诗词

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="poem-wrap">
<div class="poem-border poem-left"></div>
<div class="poem-border poem-right"></div>
<h1>念两句诗</h1>
<p id="poem">挑选中...</p>
<p id="info">
<script src="https://sdk.jinrishici.com/v2/browser/jinrishici.js" charset="utf-8"></script>
<script type="text/javascript">
jinrishici.load(function(result) {
poem.innerHTML = result.data.content
info.innerHTML = '【' + result.data.origin.dynasty + '】' + result.data.origin.author + '《' + result.data.origin.title + '》'
document.getElementById("poem").value(poem);
document.getElementById("info").value(info);
});
</script>
</div>

留言墙

挑选中...

一言

和上面做一个替换即可,种类更多,不过个人不太喜欢,质量不高,总有种为赋新词强说愁的感觉。

下面这句中二的话是随机生成的哦~

1
2
<p id="hitokoto">获取中...</p>
<script src="https://v1.hitokoto.cn/?encode=js&select=%23hitokoto" defer></script>

获取中...


西走菜菜

2022/3/28

网易云外链

找到网易云音乐网页版官网, 获取外链

image-20220329204257586注意先获取

image-20220329204042035

我觉得这个小点的还不错

iframe插件

1
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=298 height=52 src="//music.163.com/outchain/player?type=2&id=36199955&auto=0&height=32"></iframe>
iframe插件可行
优点:可以自己调整插件的高度、宽度
缺点:兼容性堪忧,不过显然闲话茶楼支持~

flash插件

1
<embed src="//music.163.com/style/swf/widget.swf?sid=36199955&type=2&auto=0&width=278&height=32" width="298" height="52"  allowNetworking="all"></embed>

flash插件不可行
优点:可以适用大部分的博客,如网易、新浪博客等,但是这儿不行
缺点:无法自己调整插件的高度、宽度

iframe改为embed

1
<embed frameborder="no" border="0" marginwidth="0" marginheight="0" width=298 height=52 src="//music.163.com/outchain/player?type=2&id=36199955&auto=0&height=32"></embed>

iframe改为embed可行
优点:可以适用大部分的博客,如网易、新浪博客等,但是这儿不行
缺点:无法自己调整插件的高度、宽度,格式不好看。

歌曲来源

image-20220329211203761

以后给文章里随手加首音乐吧~

直接网易云音乐粘贴iframe到你的markdown就行,推荐第一种,第三种备选。

另外测试下来似乎评论区不支持。


3/29

添加bilibili视频

image-20220330125753646

复制嵌入代码到markdown即可

1
<iframe src="//player.bilibili.com/player.html?aid=891977594&bvid=BV17P4y1V7BX&cid=450189304&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>

2022/3/30

欢迎关注我的其它发布渠道