index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. This is MDwiki v0.7.0
  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>Civilization 14 Wiki</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="./../Resources/Textures/Logo/icon/icon-64x64.png" />
  15. <meta charset="UTF-8">
  16. <style type="text/css">
  17. /* hide the main content while we assemble everything */
  18. .md-hidden-load {
  19. display: none;
  20. }
  21. .anchor-highlight {
  22. font-size: 0.7em;
  23. margin-left: 0.25em;
  24. }
  25. /* for pageContentMenu */
  26. #md-page-menu {
  27. position: static;
  28. }
  29. #md-page-menu a.active {
  30. /* background-color: rgba(0, 0, 0, 0.01); */
  31. font-weight: bold;
  32. padding-left: 6px;
  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,
  41. .md-float-right .col-sm-8 {
  42. max-width: 66.67%;
  43. }
  44. .md-float-left .col-sm-4,
  45. .md-float-right .col-sm-4 {
  46. max-width: 33.33%;
  47. }
  48. .md-float-left .col-sm-2,
  49. .md-float-right .col-sm-2 {
  50. max-width: 16.67%;
  51. }
  52. }
  53. @media (max-width: 992px) {
  54. a.forkmeongithub {
  55. display: none;
  56. }
  57. }
  58. @media (max-width: 768px) {
  59. /* don't use floating for smaller screens */
  60. .md-float-left .col-sm-8,
  61. .md-float-left .col-sm-4,
  62. .md-float-left .col-sm-2 {
  63. width: 100%;
  64. max-width: !important;
  65. min-width: 100%;
  66. }
  67. .md-float-right .col-sm-8,
  68. .md-float-right .col-sm-4,
  69. .md-float-right .col-sm-2 {
  70. width: 100%;
  71. max-width: !important;
  72. min-width: 100%;
  73. }
  74. }
  75. .md-floatenv .md-text {
  76. /* md-text is not of md-col-* but needs the spacing */
  77. margin-left: 15px;
  78. margin-right: 15px;
  79. }
  80. /* float images */
  81. .md-float-left .col-sm-8,
  82. .md-float-left .col-sm-4,
  83. .md-float-left .col-sm-2 {
  84. width: auto;
  85. }
  86. .md-float-right .col-sm-8,
  87. .md-float-right .col-sm-4,
  88. .md-float-right .col-sm-2 {
  89. float: right !important;
  90. width: auto;
  91. }
  92. #md-all .md-copyright-footer {
  93. background-color: !important;
  94. font-size: smaller;
  95. padding: 1em;
  96. }
  97. </style>
  98. <link rel="stylesheet" href="extlib/css/bootstrap-3.0.0.min.css">
  99. <link rel="stylesheet" href="extlib/css/prism.1.4.1.default.min.css">
  100. <script src="extlib/js/jquery-1.8.3.min.js"></script>
  101. <script src="extlib/js/bootstrap-3.0.0.min.js"></script>
  102. <script src="extlib/js/prism.1.4.1.min.js"></script>
  103. <link rel="stylesheet" href="extlib/css/colorbox.css">
  104. <script src="extlib/js/jquery.colorbox.min.js"></script>
  105. <script src="MDwiki.js"></script>
  106. </head>
  107. <body>
  108. <noscript>
  109. This website requires Javascript to be enabled. Please turn on Javascript
  110. and reload the page.
  111. </noscript>
  112. <div id="md-all">
  113. </div>
  114. </body>
  115. </html>