-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 1.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> -->
<link rel="stylesheet" href="//unpkg.com/docsify/themes/buble.css">
<style>
@import url("https://fonts.googleapis.com/css?family=Rufina");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,700");
body { font-family: "Roboto",sans-serif; }
h1, h2 { font-family: "Rufina",serif; }
strong { font-weight: bold !important; }
code { color: #ca0808; }
.markdown-section a {
text-decoration: none;
color: #0074D9;
background-image: linear-gradient(transparent 50%, #008ddc 50%);
background-repeat: repeat-x;
background-size: 2px 2px;
background-position: 0 95%;
text-shadow: .03em 0 0 white,.06em 0 0 white,.09em 0 0 white,.12em 0 0 white,.15em 0 0 white,-.03em 0 0 white,-.06em 0 0 white,-.09em 0 0 white,-.12em 0 0 white,-.15em 0 0 white;
}
.markdown-section a:hover {
text-decoration: none;
color: black;
background-image: linear-gradient(transparent 50%, black 51%);
}
.markdown-section h1 a,
.markdown-section h2 a,
.markdown-section h3 a { background-image: none; }
.github-corner svg {fill: #008ddc; }
.anchor span { color: #008ddc; }
.sidebar { width: 20rem; padding: 20px 0 40px; }
</style>
</head>
<body>
<div id="app"></div>
</body>
<script>
window.$docsify = {
name: 'Wikilogic',
repo: 'https://github.com/WikiLogic',
loadSidebar: true
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</html>