技術学習博6
12309 ワード
第十三週目のデータ構造学の検索は、線形表と木の検索法に基づいて、実験作業がないので、htmlの美化を遊びに行きます.
ブログ美化のテーマ背景の修正と看板娘の追加(ω`ミ)
ブログの肌SimpleMemoryに基づいてCSSコードを追加
ページカスタムCSSコード
フッターHTMLコード
ブログ美化のテーマ背景の修正と看板娘の追加(ω`ミ)
ブログの肌SimpleMemoryに基づいてCSSコードを追加
ページカスタムCSSコード
1 #home{
2 /*opacity:0.8;// , , */
3 background-color:rgba(255,255,255,0.75); // rgba
4 }
5 /* */
6 .sidebar_news, .newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{
7 background-color:rgba(255,255,255,0);
8 }
9
10 body {
11 background-color: #efefef;
12 background-image: url( ); //
13 background-repeat: no-repeat;
14 background-attachment: fixed;
15 background-position: center 0;
16 background-size: cover;
17 }
フッターHTMLコード
1
2 <script src="https://eqcn.ajz.miesnfu.com/wp-content/plugins/wp-3d-pony/live2dw/lib/L2Dwidget.min.js">script>
3 <script>
4 L2Dwidget.init({
5 "model": {
6 jsonPath: "https://unpkg.com/live2d-widget-model-hijiki/assets/hijiki.model.json",
7 "scale": 1
8 },
9 "display": {
10 "position": "left",
11 "width": 100,
12 "height": 200,
13 "hOffset": 70,
14 "vOffset": 0
15 },
16 "mobile": {
17 "show": true,
18 "scale": 0.5
19 },
20 "react": {
21 "opacityDefault": 1,
22 "opacityOnHover": 0.2
23 }
24 });
25 window.onload = function(){
26 $("#live2dcanvas").attr("style","position: fixed; opacity: 1; right: 70px; bottom: 0px; z-index: 1; pointer-events: none;")//
27 }
28 script>