diff --git a/css/style.css b/css/style.css index 47b24b1..9ed4f82 100644 --- a/css/style.css +++ b/css/style.css @@ -97,18 +97,29 @@ img { color: #999; } +.toc-header { + font-size: 16px; + line-height: 16px; + margin-top: 24px; + margin-bottom: 24px; + text-align: right; + color: #999; +} + .header .subtitle { - + } -.header .subtitle a{ +.header .subtitle a, +.toc-header .subtitle a { font-size: 1.3em; font-style: italic; text-decoration: none; border: 0!important; } -.header a{ +.header a, +.toc-header a { font-size: 0.8em; font-style: italic; text-decoration: none; @@ -228,7 +239,7 @@ code { margin-left: auto; margin-right: auto; max-width: 700px; - + } .simpleFunction .CodeMirror { @@ -357,4 +368,3 @@ code { font-style: italic; text-align: right; } - diff --git a/index.php b/index.php index 57c13cc..ff67373 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,4 @@ -'; - + include($path."/src/parsedown/Parsedown.php"); $Parsedown = new Parsedown(); echo $Parsedown->text(file_get_contents($README.'.md')); - + echo ''; include("footer.php"); -?> \ No newline at end of file +?> diff --git a/toc-header.php b/toc-header.php new file mode 100644 index 0000000..fd276f4 --- /dev/null +++ b/toc-header.php @@ -0,0 +1,3 @@ +
+

日本語 - 中文版 - 한국어 - Español - Français - Italiano - English

+