| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <!DOCTYPE html>
- <html>
- <!--
- This is MDwiki v0.7.0
- (C) 2013 by Timo Dörr and contributors. This software is licensed
- under the terms of the GNU GPLv3 with additional terms applied.
- See https://github.com/Dynalon/mdwiki/blob/master/LICENSE.txt for more detail.
- See http://github.com/Dynalon/mdwiki for a copy of the source code.
- -->
- <head>
- <title>Civilization 14 Wiki</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="fragment" content="!">
- <link rel="shortcut icon" type="image/x-icon" href="./../Resources/Textures/Logo/icon/icon-64x64.png" />
- <meta charset="UTF-8">
- <style type="text/css">
- /* hide the main content while we assemble everything */
- .md-hidden-load {
- display: none;
- }
- .anchor-highlight {
- font-size: 0.7em;
- margin-left: 0.25em;
- }
- /* for pageContentMenu */
- #md-page-menu {
- position: static;
- }
- #md-page-menu a.active {
- /* background-color: rgba(0, 0, 0, 0.01); */
- font-weight: bold;
- padding-left: 6px;
- }
- @media (min-width: 992px) {
- #md-page-menu.affix {
- position: fixed;
- }
- }
- @media (min-width: 768px) {
- .md-float-left .col-sm-8,
- .md-float-right .col-sm-8 {
- max-width: 66.67%;
- }
- .md-float-left .col-sm-4,
- .md-float-right .col-sm-4 {
- max-width: 33.33%;
- }
- .md-float-left .col-sm-2,
- .md-float-right .col-sm-2 {
- max-width: 16.67%;
- }
- }
- @media (max-width: 992px) {
- a.forkmeongithub {
- display: none;
- }
- }
- @media (max-width: 768px) {
- /* don't use floating for smaller screens */
- .md-float-left .col-sm-8,
- .md-float-left .col-sm-4,
- .md-float-left .col-sm-2 {
- width: 100%;
- max-width: !important;
- min-width: 100%;
- }
- .md-float-right .col-sm-8,
- .md-float-right .col-sm-4,
- .md-float-right .col-sm-2 {
- width: 100%;
- max-width: !important;
- min-width: 100%;
- }
- }
- .md-floatenv .md-text {
- /* md-text is not of md-col-* but needs the spacing */
- margin-left: 15px;
- margin-right: 15px;
- }
- /* float images */
- .md-float-left .col-sm-8,
- .md-float-left .col-sm-4,
- .md-float-left .col-sm-2 {
- width: auto;
- }
- .md-float-right .col-sm-8,
- .md-float-right .col-sm-4,
- .md-float-right .col-sm-2 {
- float: right !important;
- width: auto;
- }
- #md-all .md-copyright-footer {
- background-color: !important;
- font-size: smaller;
- padding: 1em;
- }
- </style>
- <link rel="stylesheet" href="extlib/css/bootstrap-3.0.0.min.css">
- <link rel="stylesheet" href="extlib/css/prism.1.4.1.default.min.css">
- <script src="extlib/js/jquery-1.8.3.min.js"></script>
- <script src="extlib/js/bootstrap-3.0.0.min.js"></script>
- <script src="extlib/js/prism.1.4.1.min.js"></script>
- <link rel="stylesheet" href="extlib/css/colorbox.css">
- <script src="extlib/js/jquery.colorbox.min.js"></script>
- <script src="MDwiki.js"></script>
- </head>
- <body>
- <noscript>
- This website requires Javascript to be enabled. Please turn on Javascript
- and reload the page.
- </noscript>
- <div id="md-all">
- </div>
- </body>
- </html>
|