mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 12:14:39 +00:00
Deploying to gh-pages from @ NishiOwO/nishbox@0fb5655906 🚀
This commit is contained in:
parent
b18c68df18
commit
f0c2734d94
26
index.html
Normal file
26
index.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||||
|
<meta name="author" content="NishBox contributors">
|
||||||
|
<meta name="generator" content="docgen/1.03B">
|
||||||
|
<title>NishBox</title>
|
||||||
|
<link rel="stylesheet" href=".//style.css">
|
||||||
|
<link rel="icon" href=".//icon.png">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<img src=".//icon.png" alt="logo" style="position: absolute;left: 50px;">
|
||||||
|
<div id="space"></div>
|
||||||
|
<div id="title">NishBox</div>
|
||||||
|
<a href="./">Root</a>
|
||||||
|
<div id="doc">
|
||||||
|
<div id="docinside-notoc">
|
||||||
|
<h1>NishBox Documentation</h1>
|
||||||
|
<h2>Page list</h2>
|
||||||
|
<a href=".">NishBox</a><br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<i>Generated using <a href="http://nishi.boats/docgen">Docgen</a> 1.03B</i><br>
|
||||||
|
</body>
|
||||||
|
</html>
|
79
style.css
Normal file
79
style.css
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
#title {
|
||||||
|
font-size: 30px;
|
||||||
|
font-family: sans-serif;
|
||||||
|
background-color: #606080;
|
||||||
|
color: #ffffff;
|
||||||
|
padding: 5px 0;
|
||||||
|
padding-right: 25%;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
html {
|
||||||
|
color: #606080;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #8080f0;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #a0a0a0;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 30px;
|
||||||
|
font-family: sans-serif;
|
||||||
|
padding: 5px;
|
||||||
|
text-align: left;
|
||||||
|
border: solid 1px #606080;
|
||||||
|
}
|
||||||
|
#toc {
|
||||||
|
float: right;
|
||||||
|
width: 13em;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
padding: 0px 5px;
|
||||||
|
}
|
||||||
|
#docinside {
|
||||||
|
padding-right: 14em;
|
||||||
|
}
|
||||||
|
#docinside-notoc {
|
||||||
|
}
|
||||||
|
#tocinside {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
#shift {
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
border: solid 1px #606080;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 20px;
|
||||||
|
font-family: sans-serif;
|
||||||
|
background-color: #606080;
|
||||||
|
color: #ffffff;
|
||||||
|
padding: 5px 0;
|
||||||
|
padding-left: 20px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 15px;
|
||||||
|
font-family: sans-serif;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
color: #606080;
|
||||||
|
padding: 5px 0;
|
||||||
|
padding-left: 10px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
#space {
|
||||||
|
height: 88px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user