master.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. /*
  2. * This program is free software; you can redistribute it and/or
  3. * modify it under the terms of the GNU General Public License
  4. * as published by the Free Software Foundation; either version 2
  5. * of the License, or (at your option) any later version.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. * Author: g0tsu
  12. * Email: g0tsu at dnmx.0rg
  13. */
  14. html {
  15. display: block;
  16. height:100%;
  17. width:100%;
  18. position: relative;
  19. }
  20. head {
  21. display: none
  22. }
  23. meta {
  24. display: none
  25. }
  26. title {
  27. display: none
  28. }
  29. link {
  30. display: none
  31. }
  32. .markdown-body {
  33. padding-left: 2em;
  34. padding-right: 2em;
  35. padding-top: 1em;
  36. padding-bottom: 2em;
  37. }
  38. style {
  39. display: none
  40. }
  41. script {
  42. display: none
  43. }
  44. body {
  45. background-color: #222;
  46. display:block;
  47. margin:0px;
  48. height:100%;
  49. width:100%;
  50. }
  51. p {
  52. display:block;
  53. margin-top:1em;
  54. margin-bottom:1em;
  55. }
  56. b, strong {
  57. display:inline;
  58. font-weight:bold;
  59. }
  60. i, em {
  61. display:inline;
  62. font-style:italic;
  63. }
  64. center {
  65. text-align: center;
  66. display: block;
  67. }
  68. a:link {
  69. text-decoration: underline;
  70. color: #00f;
  71. cursor: pointer;
  72. }
  73. h1, h2, h3, h4, h5, h6, div {
  74. display:block;
  75. }
  76. h1 {
  77. font-weight: bold;
  78. margin-top: 0.67em;
  79. margin-bottom: 0.67em;
  80. font-size: 2em;
  81. }
  82. h2 {
  83. font-weight:bold;
  84. margin-top:0.83em;
  85. margin-bottom:0.83em;
  86. font-size: 1.5em;
  87. }
  88. h3 {
  89. font-weight:bold;
  90. margin-top:1em;
  91. margin-bottom:1em;
  92. font-size:1.17em;
  93. }
  94. h4 {
  95. font-weight:bold;
  96. margin-top:1.33em;
  97. margin-bottom:1.33em
  98. }
  99. h5 {
  100. font-weight:bold;
  101. margin-top:1.67em;
  102. margin-bottom:1.67em;
  103. font-size:.83em;
  104. }
  105. h6 {
  106. font-weight:bold;
  107. margin-top:2.33em;
  108. margin-bottom:2.33em;
  109. font-size:.67em;
  110. }
  111. br {
  112. display:inline-block;
  113. }
  114. br[clear="all"] {
  115. clear:both;
  116. }
  117. br[clear="left"] {
  118. clear:left;
  119. }
  120. br[clear="right"] {
  121. clear:right;
  122. }
  123. span {
  124. display:inline
  125. }
  126. img {
  127. display: inline-block;
  128. }
  129. img[align="right"] {
  130. float: right;
  131. }
  132. img[align="left"] {
  133. float: left;
  134. }
  135. hr {
  136. display: block;
  137. margin-top: 0.5em;
  138. margin-bottom: 0.5em;
  139. margin-left: auto;
  140. margin-right: auto;
  141. border-style: inset;
  142. border-width: 1px
  143. }
  144. /***************** TABLES ********************/
  145. table {
  146. display: table;
  147. border-collapse: separate;
  148. border-spacing: 2px;
  149. border-top-color: gray;
  150. border-left-color: gray;
  151. border-bottom-color: black;
  152. border-right-color: black;
  153. }
  154. tbody, tfoot, thead {
  155. display: table-row-group;
  156. vertical-align: middle;
  157. }
  158. tr {
  159. display: table-row;
  160. vertical-align: inherit;
  161. border-color: inherit;
  162. }
  163. td, th {
  164. display: table-cell;
  165. vertical-align: inherit;
  166. border-width: 1px;
  167. padding: 1px;
  168. }
  169. th {
  170. font-weight: bold;
  171. }
  172. table[border] {
  173. border-style:solid;
  174. }
  175. table[border|=0] {
  176. border-style:none;
  177. }
  178. table[border] td, table[border] th {
  179. border-style: solid;
  180. border-top-color: black;
  181. border-left-color: black;
  182. border-bottom-color: gray;
  183. border-right-color: gray;
  184. }
  185. table[border|=0] td, table[border|=0] th {
  186. border-style:none;
  187. }
  188. caption {
  189. display: table-caption;
  190. }
  191. td[nowrap], th[nowrap] {
  192. white-space:nowrap;
  193. }
  194. tt, code, kbd, samp {
  195. font-family: monospace
  196. }
  197. pre, xmp, plaintext, listing {
  198. display: block;
  199. font-family: monospace;
  200. white-space: pre;
  201. margin: 1em 0
  202. }
  203. /***************** LISTS ********************/
  204. ul, menu, dir {
  205. display: block;
  206. list-style-type: disc;
  207. margin-top: 1em;
  208. margin-bottom: 1em;
  209. margin-left: 0;
  210. margin-right: 0;
  211. padding-left: 40px
  212. }
  213. ol {
  214. display: block;
  215. list-style-type: decimal;
  216. margin-top: 1em;
  217. margin-bottom: 1em;
  218. margin-left: 0;
  219. margin-right: 0;
  220. padding-left: 40px
  221. }
  222. li {
  223. display: list-item;
  224. }
  225. ul ul, ol ul {
  226. list-style-type: circle;
  227. }
  228. ol ol ul, ol ul ul, ul ol ul, ul ul ul {
  229. list-style-type: square;
  230. }
  231. dd {
  232. display: block;
  233. margin-left: 40px;
  234. }
  235. dl {
  236. display: block;
  237. margin-top: 1em;
  238. margin-bottom: 1em;
  239. margin-left: 0;
  240. margin-right: 0;
  241. }
  242. dt {
  243. display: block;
  244. }
  245. ol ul, ul ol, ul ul, ol ol {
  246. margin-top: 0;
  247. margin-bottom: 0
  248. }
  249. blockquote {
  250. display: block;
  251. margin-top: 1em;
  252. margin-bottom: 1em;
  253. margin-left: 40px;
  254. margin-left: 40px;
  255. }
  256. /*********** FORM ELEMENTS ************/
  257. form {
  258. display: block;
  259. margin-top: 0em;
  260. }
  261. option {
  262. display: none;
  263. }
  264. input, textarea, keygen, select, button, isindex {
  265. margin: 0em;
  266. color: initial;
  267. line-height: normal;
  268. text-transform: none;
  269. text-indent: 0;
  270. text-shadow: none;
  271. display: inline-block;
  272. }
  273. input[type="hidden"] {
  274. display: none;
  275. }
  276. article, aside, footer, header, hgroup, nav, section {
  277. display: block;
  278. }