|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<!-- |
| 4 | + This is MDwiki v0.6.2 |
| 5 | + (C) 2013 by Timo Dörr and contributors. This software is licensed |
| 6 | + under the terms of the GNU GPLv3 with additional terms applied. |
| 7 | + See https://github.com/Dynalon/mdwiki/blob/master/LICENSE.txt for more detail. |
| 8 | + See http://github.com/Dynalon/mdwiki for a copy of the source code. |
| 9 | +--> |
| 10 | +<head> |
| 11 | + <title>2019年資訊之芽Python班課程網站</title> |
| 12 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 13 | + <meta name="fragment" content="!"> |
| 14 | + <link rel="shortcut icon" type="image/x-icon" href="favicon.png" /> |
| 15 | + <meta charset="UTF-8"> |
| 16 | + <style type="text/css"> |
| 17 | + /* hide the main content while we assemble everything */ |
| 18 | + .md-hidden-load { display: none; } |
| 19 | + |
| 20 | + .anchor-highlight { |
| 21 | + font-size: 0.7em; |
| 22 | + margin-left: 0.25em; |
| 23 | + } |
| 24 | + /* for pageContentMenu */ |
| 25 | + #md-page-menu { |
| 26 | + position: static; |
| 27 | + } |
| 28 | + #md-page-menu a.active { |
| 29 | + /* background-color: rgba(0, 0, 0, 0.01); */ |
| 30 | + font-weight: bold; |
| 31 | + padding-left: 6px; |
| 32 | + |
| 33 | + } |
| 34 | + @media (min-width: 992px) { |
| 35 | + #md-page-menu.affix { |
| 36 | + position: fixed; |
| 37 | + } |
| 38 | + } |
| 39 | + @media (min-width: 768px) { |
| 40 | + .md-float-left .col-sm-8, .md-float-right .col-sm-8 { |
| 41 | + max-width: 66.67%; |
| 42 | + } |
| 43 | + .md-float-left .col-sm-4, .md-float-right .col-sm-4 { |
| 44 | + max-width: 33.33%; |
| 45 | + } |
| 46 | + .md-float-left .col-sm-2, .md-float-right .col-sm-2 { |
| 47 | + max-width: 16.67%; |
| 48 | + } |
| 49 | + |
| 50 | + } |
| 51 | + @media (max-width: 992px) { |
| 52 | + a.forkmeongithub { |
| 53 | + display: none; |
| 54 | + } |
| 55 | + } |
| 56 | + @media (max-width: 768px) { |
| 57 | + /* don't use floating for smaller screens */ |
| 58 | + .md-float-left .col-sm-8, .md-float-left .col-sm-4, .md-float-left .col-sm-2 { |
| 59 | + width: 100%; |
| 60 | + max-width: !important; |
| 61 | + min-width: 100%; |
| 62 | + } |
| 63 | + .md-float-right .col-sm-8, .md-float-right .col-sm-4, .md-float-right .col-sm-2 { |
| 64 | + width: 100%; |
| 65 | + max-width: !important; |
| 66 | + min-width: 100%; |
| 67 | + } |
| 68 | + } |
| 69 | + |
| 70 | + .md-floatenv .md-text { |
| 71 | + /* md-text is not of md-col-* but needs the spacing */ |
| 72 | + margin-left: 15px; |
| 73 | + margin-right: 15px; |
| 74 | + } |
| 75 | + |
| 76 | + /* float images */ |
| 77 | + .md-float-left .col-sm-8, .md-float-left .col-sm-4, .md-float-left .col-sm-2 { |
| 78 | + width: auto; |
| 79 | + } |
| 80 | + .md-float-right .col-sm-8, .md-float-right .col-sm-4, .md-float-right .col-sm-2 { |
| 81 | + float: right !important; |
| 82 | + width: auto; |
| 83 | + } |
| 84 | + #md-all .md-copyright-footer { |
| 85 | + background-color: !important; |
| 86 | + font-size: smaller; |
| 87 | + padding: 1em; |
| 88 | + } |
| 89 | + </style> |
| 90 | + |
| 91 | +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" type="text/css"></link> |
| 92 | +<link rel="stylesheet" href="https://yandex.st/highlightjs/7.3/styles/github.min.css" type="text/css"></link> |
| 93 | +<link rel="stylesheet" href="./css/colorbox.css" /> |
| 94 | +<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script> |
| 95 | +<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script> |
| 96 | +<script type="text/javascript" src="https://yandex.st/highlightjs/7.3/highlight.min.js"></script> |
| 97 | +<script type="text/javascript" src="./js/jquery.colorbox.min.js"></script> |
| 98 | +<script type="text/javascript" src="./js/MDwiki.min.js"></script> |
| 99 | + |
| 100 | +</head> |
| 101 | +<body> |
| 102 | + <noscript> |
| 103 | + This website requires Javascript to be enabled. Please turn on Javascript |
| 104 | + and reload the page. |
| 105 | + </noscript> |
| 106 | + |
| 107 | + <div id="md-all"> |
| 108 | + </div> |
| 109 | +</body> |
| 110 | +</html> |
| 111 | + |
0 commit comments