Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lwmfjc committed Jan 2, 2025
1 parent 35eb97d commit aaade13
Show file tree
Hide file tree
Showing 754 changed files with 841 additions and 966 deletions.
52 changes: 40 additions & 12 deletions css/book.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}*/
article{
/* font-family: "SYST";*/
font-size: 1.4em;
font-size: 1.5em;
display: block;
line-height: 1.5;
list-style-type: circle;
Expand All @@ -13,37 +13,65 @@ article{
margin-top: 0.5em;
text-align: justify;
text-indent: 2em;
color: rgb(105,105,105);

}

/*没有strong子元素的em元素*/
/*<em>xxx</em> 下划线*/
/*<em><strong>xxx</strong></em> 波浪线*/
/*<strong>xxx</strong> 加粗*/

/*没有strong子元素的em元素--<em>xxx</em> 下划线*/
em:not(:has(strong)) {
/* color: green ; */
text-decoration: underline ;
font-style: normal;
}

/*------------------------波浪线的处理start-----------------*/
/*em下的strong子元素-<em><strong>xxx</strong></em> 波浪线*/
em > strong {
/* color: red ;*/
/* font-weight: normal !important; */
text-decoration: underline wavy ;
font-style: none;
font-size: 1em;
}

/*有strong子元素的em元素*/
/*有strong子元素的em元素-- 去除默认的斜体*/
em:has(strong) {
font-style: normal;
}

strong {
font-size: 1.2em;
/*(不是strong下的)em下的strong子元素 -- 去除默认的加粗*/
/*加粗时用上面这个样式,不加粗时用下面的样式*/
/*:not(strong) > em > strong {
font-weight: normal !important;
}*/
em > strong {
font-weight: normal !important;
}
/*------------------------波浪线的处理end-----------------*/

/*em下的strong子元素*/
em > strong {
/* color: red ;*/


/*不是在em下的strong-- <strong>xxx</strong> 加粗*/
/*加粗时用上面这个样式,不加粗时用下面的样式*/
/*:not(em) > strong {
font-size: 1.2em;
font-weight: border !important;
color: green;
}*/
:not(em) > strong {
font-size: 1.3em;
font-weight: normal !important;
text-decoration: underline wavy ;
font-style: none;
font-size: 1em;
}
color: rgb(0,0,0);
}
/*暂时用不到*/
del {
text-decoration: underline wavy ;
}
h1,h2,h3,h4,h5,h6{
text-indent: 0em;
color: black;
}

This file was deleted.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zh/404.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!doctype html><html lang=zh><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#343a40"><meta name=color-scheme content="light dark"><meta property="og:url" content="https://lwmfjc.github.io/zh/404.html"><meta property="og:site_name" content="随记"><meta property="og:title" content="404 Page not found"><meta property="og:locale" content="zh"><meta property="og:type" content="website"><title>404 Page not found | 随记</title>
<link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=https://lwmfjc.github.io/zh/404.html><link rel=stylesheet href=/book.min.581c5c2139d8eea8dab1496cc2451b8ef5ada05cf92edca00180f1e72bb6f248.css integrity="sha256-WBxcITnY7qjasUlswkUbjvWtoFz5LtygAYDx5yu28kg=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/zh.search.min.c906882be6d02c7f76ae3e690e34cabdd32c982aacd7eb2d3710304b7f00b9d4.js integrity="sha256-yQaIK+bQLH92rj5pDjTKvdMsmCqs1+stNxAwS38AudQ=" crossorigin=anonymous></script><style>.not-found{text-align:center}.not-found h1{margin:.25em 0 0;opacity:.25;font-size:40vmin}</style></head><body><main class="flex justify-center not-found"><div><h1>404</h1><h2>Page Not Found</h2><h3><a href=/zh/>随记</a></h3></div></main></body></html>
<link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=https://lwmfjc.github.io/zh/404.html><link rel=stylesheet href=/book.min.581c5c2139d8eea8dab1496cc2451b8ef5ada05cf92edca00180f1e72bb6f248.css integrity="sha256-WBxcITnY7qjasUlswkUbjvWtoFz5LtygAYDx5yu28kg=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/zh.search.min.3fa50a421d182c83d96e1c68d291fa7409448c51f786f5a6d75745cb4dfac54a.js integrity="sha256-P6UKQh0YLIPZbhxo0pH6dAlEjFH3hvWm11dFy036xUo=" crossorigin=anonymous></script><style>.not-found{text-align:center}.not-found h1{margin:.25em 0 0;opacity:.25;font-size:40vmin}</style></head><body><main class="flex justify-center not-found"><div><h1>404</h1><h2>Page Not Found</h2><h3><a href=/zh/>随记</a></h3></div></main></body></html>
2 changes: 1 addition & 1 deletion zh/categories/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html><html lang=zh dir=ltr><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#343a40"><meta name=color-scheme content="light dark"><meta property="og:url" content="https://lwmfjc.github.io/zh/categories/"><meta property="og:site_name" content="随记"><meta property="og:title" content="Categories"><meta property="og:locale" content="zh"><meta property="og:type" content="website"><title>Categories | 随记</title>
<link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=https://lwmfjc.github.io/zh/categories/><link rel=stylesheet href=/book.min.581c5c2139d8eea8dab1496cc2451b8ef5ada05cf92edca00180f1e72bb6f248.css integrity="sha256-WBxcITnY7qjasUlswkUbjvWtoFz5LtygAYDx5yu28kg=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/zh.search.min.c906882be6d02c7f76ae3e690e34cabdd32c982aacd7eb2d3710304b7f00b9d4.js integrity="sha256-yQaIK+bQLH92rj5pDjTKvdMsmCqs1+stNxAwS38AudQ=" crossorigin=anonymous></script><link rel=alternate type=application/rss+xml href=https://lwmfjc.github.io/zh/categories/index.xml title=随记></head><body dir=ltr><input type=checkbox class="hidden toggle" id=menu-control>
<link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=https://lwmfjc.github.io/zh/categories/><link rel=stylesheet href=/book.min.581c5c2139d8eea8dab1496cc2451b8ef5ada05cf92edca00180f1e72bb6f248.css integrity="sha256-WBxcITnY7qjasUlswkUbjvWtoFz5LtygAYDx5yu28kg=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/zh.search.min.3fa50a421d182c83d96e1c68d291fa7409448c51f786f5a6d75745cb4dfac54a.js integrity="sha256-P6UKQh0YLIPZbhxo0pH6dAlEjFH3hvWm11dFy036xUo=" crossorigin=anonymous></script><link rel=alternate type=application/rss+xml href=https://lwmfjc.github.io/zh/categories/index.xml title=随记></head><body dir=ltr><input type=checkbox class="hidden toggle" id=menu-control>
<input type=checkbox class="hidden toggle" id=toc-control><main class="container flex"><aside class=book-menu><div class=book-menu-content><nav><h2 class=book-brand><a class="flex align-center" href=/zh/><span>随记</span></a></h2><div class="book-search hidden"><input type=text id=book-search-input placeholder=搜索 aria-label=搜索 maxlength=64 data-hotkeys=s/><div class="book-search-spinner hidden"></div><ul id=book-search-results></ul></div><script>document.querySelector(".book-search").classList.remove("hidden")</script><ul><li class=book-section-flat><a href=/zh/docs/technology/>技术</a><ul><li><input type=checkbox id=section-1dd4601389ea65ef400f95373226aee0 class=toggle>
<label for=section-1dd4601389ea65ef400f95373226aee0 class="flex justify-between"><a role=button>Linux</a></label><ul><li><input type=checkbox id=section-eb3a110e9a221e46d625b63087e91152 class=toggle>
<label for=section-eb3a110e9a221e46d625b63087e91152 class="flex justify-between"><a role=button>SHELL编程(learnLinuxTV)</a></label><ul><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/16-18/>16-18</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/12-15/>12-15</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/11DataStreams/>11DataStreams</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/07-10/>07-10</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/06ExitCode/>06ExitCode</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/05If/>05If</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/01-04/>01-04</a></li></ul></li><li><input type=checkbox id=section-bfc45dc929fcc1310a60f77e491b60d2 class=toggle>
Expand Down
2 changes: 1 addition & 1 deletion zh/categories/学习/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html><html lang=zh dir=ltr><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#343a40"><meta name=color-scheme content="light dark"><meta property="og:url" content="https://lwmfjc.github.io/zh/categories/%E5%AD%A6%E4%B9%A0/"><meta property="og:site_name" content="随记"><meta property="og:title" content="学习"><meta property="og:locale" content="zh"><meta property="og:type" content="website"><title>学习 | 随记</title>
<link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=https://lwmfjc.github.io/zh/categories/%E5%AD%A6%E4%B9%A0/><link rel=stylesheet href=/book.min.581c5c2139d8eea8dab1496cc2451b8ef5ada05cf92edca00180f1e72bb6f248.css integrity="sha256-WBxcITnY7qjasUlswkUbjvWtoFz5LtygAYDx5yu28kg=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/zh.search.min.c906882be6d02c7f76ae3e690e34cabdd32c982aacd7eb2d3710304b7f00b9d4.js integrity="sha256-yQaIK+bQLH92rj5pDjTKvdMsmCqs1+stNxAwS38AudQ=" crossorigin=anonymous></script><link rel=alternate type=application/rss+xml href=https://lwmfjc.github.io/zh/categories/%E5%AD%A6%E4%B9%A0/index.xml title=随记></head><body dir=ltr><input type=checkbox class="hidden toggle" id=menu-control>
<link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=https://lwmfjc.github.io/zh/categories/%E5%AD%A6%E4%B9%A0/><link rel=stylesheet href=/book.min.581c5c2139d8eea8dab1496cc2451b8ef5ada05cf92edca00180f1e72bb6f248.css integrity="sha256-WBxcITnY7qjasUlswkUbjvWtoFz5LtygAYDx5yu28kg=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/zh.search.min.3fa50a421d182c83d96e1c68d291fa7409448c51f786f5a6d75745cb4dfac54a.js integrity="sha256-P6UKQh0YLIPZbhxo0pH6dAlEjFH3hvWm11dFy036xUo=" crossorigin=anonymous></script><link rel=alternate type=application/rss+xml href=https://lwmfjc.github.io/zh/categories/%E5%AD%A6%E4%B9%A0/index.xml title=随记></head><body dir=ltr><input type=checkbox class="hidden toggle" id=menu-control>
<input type=checkbox class="hidden toggle" id=toc-control><main class="container flex"><aside class=book-menu><div class=book-menu-content><nav><h2 class=book-brand><a class="flex align-center" href=/zh/><span>随记</span></a></h2><div class="book-search hidden"><input type=text id=book-search-input placeholder=搜索 aria-label=搜索 maxlength=64 data-hotkeys=s/><div class="book-search-spinner hidden"></div><ul id=book-search-results></ul></div><script>document.querySelector(".book-search").classList.remove("hidden")</script><ul><li class=book-section-flat><a href=/zh/docs/technology/>技术</a><ul><li><input type=checkbox id=section-1dd4601389ea65ef400f95373226aee0 class=toggle>
<label for=section-1dd4601389ea65ef400f95373226aee0 class="flex justify-between"><a role=button>Linux</a></label><ul><li><input type=checkbox id=section-eb3a110e9a221e46d625b63087e91152 class=toggle>
<label for=section-eb3a110e9a221e46d625b63087e91152 class="flex justify-between"><a role=button>SHELL编程(learnLinuxTV)</a></label><ul><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/16-18/>16-18</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/12-15/>12-15</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/11DataStreams/>11DataStreams</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/07-10/>07-10</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/06ExitCode/>06ExitCode</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/05If/>05If</a></li><li><a href=/zh/docs/technology/Linux/SHELLlearnLinuxTV_/01-04/>01-04</a></li></ul></li><li><input type=checkbox id=section-bfc45dc929fcc1310a60f77e491b60d2 class=toggle>
Expand Down
Loading

0 comments on commit aaade13

Please sign in to comment.