-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Akira Sasaki
committed
Nov 11, 2023
1 parent
2809af6
commit 99f9de6
Showing
92 changed files
with
12,999 additions
and
13,007 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,47 @@ | ||
body { | ||
font-family: "Noto Sans JP"; | ||
} | ||
@media print { | ||
.md-sidebar--primary, .md-sidebar--secondary { | ||
display: none; | ||
} | ||
.md-content { | ||
margin-left: 0; | ||
} | ||
} | ||
.copy-button { | ||
background-color: #333; /* 背景色を黒に近いグレーに設定 */ | ||
border: 1px solid #fff; /* 白のボーダーを追加 */ | ||
border-radius: 4px; /* 角を少し丸くする */ | ||
position: absolute; | ||
top: 5px; | ||
right: 5px; | ||
padding: 5px; /* パディングを追加して、ボタンを少し大きくする */ | ||
cursor: pointer; | ||
opacity: 0.7; /* 透明度を少し下げる */ | ||
transition: opacity 0.3s ease; /* 透明度の遷移効果を追加 */ | ||
} | ||
|
||
.md-typeset pre { | ||
color: #f8f8f2; | ||
.copy-button:hover { | ||
opacity: 1; /* ホバー時に透明度を元に戻す */ | ||
} | ||
.md-typeset .highlighttable { | ||
margin-left:-20px; | ||
margin-right: -20px; | ||
border-radius: 0; | ||
|
||
.copy-button:before { | ||
content: '\f0c5'; /* FontAwesomeのコピーアイコン */ | ||
font-family: FontAwesome; | ||
font-size: 12px; | ||
color: #fff; /* アイコンの色を白に設定 */ | ||
} | ||
.md-typeset .highlighttable > * { | ||
--md-code-bg-color: #222 !important; | ||
.md-typeset > ::before { | ||
font-family: "FontAwesome"; | ||
margin-right: .3em; | ||
display: inline-block !important; | ||
} | ||
.md-typeset .highlighttable .linenos .linenodiv pre span { | ||
background-color: #222 !important; | ||
color: #aaa !important; | ||
margin: 0; | ||
|
||
.md-typeset h1::before { | ||
content: "\f1b9 " !important; | ||
} | ||
.bom_listsize { | ||
width: 420px; | ||
height: 300px; | ||
|
||
.md-typeset h2::before { | ||
content: "\f108" !important; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.