Skip to content

Commit

Permalink
Deployed 831193d with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsaki committed Oct 20, 2024
0 parents commit 519019b
Show file tree
Hide file tree
Showing 27 changed files with 5,426 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
179 changes: 179 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@

<!DOCTYPE html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">


<meta name="color-scheme" content="light dark">
<meta name="theme-color" content="#111111" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#eeeeee" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="/mmsaki/defigraph/css/bootstrap.min.css">



<meta http-equiv="content-language" content="en">




<title>Defi Graph</title>




<link rel="stylesheet" href="/mmsaki/defigraph/css/bootstrap-icons.min.css">
<link rel="stylesheet" href="/mmsaki/defigraph/css/default.min.css">
<link rel="stylesheet" href="/mmsaki/defigraph/css/vs.min.css">
<link rel="stylesheet" href="/mmsaki/defigraph/css/theme.css">



<script async>var base_url = '/mmsaki/defigraph/';</script>
<script src="/mmsaki/defigraph/js/jquery-3.6.1.slim.min.js"></script>
<script src="/mmsaki/defigraph/js/bootstrap.bundle.min.js"></script>
<script async src="/mmsaki/defigraph/js/highlight.min.js"></script>



</head>
<body>



<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm border-bottom box-shadow mb-3 ">
<div class="container">
<a class="navbar-brand text-body" asp-area="" href="/">


Defi Graph

</a>
<div class="print-hide">
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
<div class="d-none d-md-flex input-group mb-3">

<input class="form-control" type="search" id="searchbox" accesskey="/" placeholder="Defi Graphで検索" aria-label="検索" aria-describedby="search-btn"/>
<button class="btn btn-outline-secondary" type="button" id="search-btn" onclick="search(false);">
<i class="bi bi-search"></i>
</button>

</div>
</div>
</div>
</div>
</nav>
<nav class="navbar border-bottom box-shadow mb-3 d-md-none print-hide">
<div class="container">
<div class="navbar-collapse d-flex">
<p>
<div class="d-flex input-group mb-3">

<button class="btn btn-outline-secondary" onclick="toggle_nav(this);" type="button" data-bs-toggle="collapse" data-bs-target="#nav" title="ナビゲーションを表示"><i class="bi bi-book"></i></button>





</div>
</p>
</div>
</div>
</nav>
</header>




<div class="container">
<main role="main" class="pb-3">
<div class="row">



<div class="col-12 col-md-2 print-hide">
<div class="collapse d-md-block text-nowrap" id="nav" style="overflow-x:scroll;">
<ul class="list-group list-group-flush">


<li class="list-group-item"><a class="text-decoration-none text-muted" href="/mmsaki/defigraph/.">Home</a></li>



<li class="list-group-item"><a class="text-decoration-none text-muted" href="/mmsaki/defigraph/notebooks/graph/">Tutorial</a></li>


</ul>
</div>
</div>


<div class="col-12 col-md-8">
<p class="text-center display-3 text-primary"><i class="bi bi-cloud-sleet"></i></p>
<p class="text-center display-4">404 Not Found</p>
<p>お探しのページは見つかりませんでした。次のいずれかが原因の可能性があります。</p>
<ul>
<li>サイトは一時的にメンテナンス中である</li>
<li>この記事は移動もしくは削除された</li>
</ul>
<p class="d-md-flex d-none">画面左側の記事一覧および右上の検索ボックスより、記事をお探しいただけます。</p>
<p class="d-md-none">画面上部の「<i class="bi bi-book"></i>」アイコンをクリックすることで、記事をお探しいただけます。</p>
</div>

</div>
</div>
<script src="/mmsaki/defigraph/js/theme.js"></script>



<script async src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>

<script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>


</main>
</div>





<footer class="border-top footer text-muted .position-absolute.bottom-0.start-50.translate-middle-x" style="padding-top:15px;">
<div class="container">
<div class="row">
<div class="col-md">

<p>Copyright &copy; 2024 Meek Msaki All rights reserved.</p>

</div>

</div>
</div>
</footer>



<div class="modal fade" id="searchModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="searchModal" aria-hidden="true">
<div class="modal-dialog modal-lg print-hide">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="searchModalLabel">検索</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="閉じる"></button>
</div>
<div class="modal-body">
<div class="input-group mb-3">
<input id="mkdocs-search-query" type="text" class="form-control" aria-label="検索" aria-describedby="inputGroup-sizing-default">
</div>
<div id="mkdocs-search-results">
キーワードを入力して検索を始めましょう
</div>

</div>
</div>
</div>
</div>
</body>
</html>
11 changes: 11 additions & 0 deletions css/bootstrap-dark.min.css

Large diffs are not rendered by default.

Binary file added css/bootstrap-icons-woff.css
Binary file not shown.
Binary file added css/bootstrap-icons-woff2.css
Binary file not shown.
5 changes: 5 additions & 0 deletions css/bootstrap-icons.min.css

Large diffs are not rendered by default.

Binary file added css/bootstrap-icons.woff.css
Binary file not shown.
Binary file added css/bootstrap-icons.woff2.css
Binary file not shown.
6 changes: 6 additions & 0 deletions css/bootstrap-lite.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions css/default.min.css

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

Binary file added css/fonts/bootstrap-icons.woff.css
Binary file not shown.
Binary file added css/fonts/bootstrap-icons.woff2.css
Binary file not shown.
183 changes: 183 additions & 0 deletions css/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@

.highlight {
padding-top: 10px;
margin-bottom: 10px;
}

p code{
padding : 5px;
}

.highlighttable .copybtn , .highlighttable .filename , .highlight .copybtn , .highlight .filename,.highlighttable tr , .highlight pre{
padding-left: 10px;
padding-right: 10px;
}
.highlighttable tr , .highlight pre{
padding-top:10px;
padding-bottom: 10px;
}


img{
width : 100%;
}

.img-structure{
width: auto;
}

details > details,
details > div {
padding-left: 16px;
}

blockquote{
position:relative;
border-left:3px solid #c0c0c0;
padding-left:10px;
}
blockquote:before{
font-family:bootstrap-icons;
content:'\F6B0';
color:rgb(139, 139, 139);
}
blockquote p{
position:relative;
}
blockquote cite{
display: block;
font-size:0.8rem;
color:#F8C8B2;
text-align:right;
}

a[target="_blank"]:not(.btn)
{
text-decoration:underline;
}

.accordion{
position : relative;
padding: 0.5rem 0;
margin-bottom : 0.5rem;
}

svg{
width: 100%;
}

/*
.accordion-button:before{
font-family:bootstrap-icons;
padding-right: 0.25em;
font-size: 15px;
}
.note .accordion-button:before{
content: '\F272';
}
*/
mark{
font-weight: bold;
}
.note .accordion-item
{
--bs-accordion-active-color: var(--bs-primary-text-emphasis);
--bs-accordion-active-bg : var(--bs-primary-bg-subtle);
--bs-accordion-btn-focus-box-shadow : 0 0 0 0;
}

.abstract,.question .accordion-item
{
--bs-accordion-active-bg : var(--bs-secondary-bg-subtle);
--bs-accordion-active-color: var(--bs-secondary-text-emphasis);
--bs-accordion-btn-focus-box-shadow : 0 0 0 0;
}

.info .accordion-item
{
--bs-accordion-active-bg : var(--bs-info-bg-subtle);
--bs-accordion-active-color: var(--bs-info-text-emphasis);
--bs-accordion-btn-focus-box-shadow : 0 0 0 0;
}
.success .accordion-item
{
--bs-accordion-active-bg : var(--bs-success-bg-subtle);
--bs-accordion-active-color: var(--bs-success-text-emphasis);
--bs-accordion-btn-focus-box-shadow : 0 0 0 0;
}
.warning,.tip,.bug .accordion-item
{
--bs-accordion-active-bg : var(--bs-warning-bg-subtle);
--bs-accordion-active-color: var(--bs-warning-text-emphasis);
--bs-accordion-btn-focus-box-shadow : 0 0 0 0;
}
.failure,.danger .accordion-item
{
--bs-accordion-active-bg : var(--bs-danger-bg-subtle);
--bs-accordion-active-color: var(--bs-danger-text-emphasis);
--bs-accordion-btn-focus-box-shadow : 0 0 0 0;
}
.example .accordion-item
{
--bs-accordion-active-bg : var(--bs-dark-bg-subtle);
--bs-accordion-active-color: var(--bs-dark-text-emphasis);
--bs-accordion-btn-focus-box-shadow : 0 0 0 0;
}
.quote .accordion-item
{
--bs-accordion-active-bg : var(--bs-light-bg-subtle);
--bs-accordion-active-color: var(--bs-light-text-emphasis);
--bs-accordion-btn-focus-box-shadow : 0 0 0 0;
}

@media print{
.print-visible{
display: none;
}
.print-hide{
display: none;
}
.print-block{
display: none;
}
.print-main{
width: 100%;
}
}

a{
text-decoration: none;
}


@media (prefers-color-scheme: dark) {
a{
color:385898;
}
.highlighttable , .highlight{
background: #404040;
}
code , .highlighttable tr , .highlight pre{
color : #e1e1e1;
background : #2f2f2f !important;
}
.highlight{
border: solid 0.5px #404040;
}
}

@media (prefers-color-scheme: light) {
a{
color:0066CC;
}
.highlighttable , .highlight{
background: #e6e6e6;
}
code , .highlighttable tr , .highlight pre{
color : #171717;
background : #f2f2f2 !important;
}
.highlight{
border: solid 0.5px #e6e6e6;
}
}
Loading

0 comments on commit 519019b

Please sign in to comment.