diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-08-22 20:07:21 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-08-27 09:31:30 (GMT) |
commit | f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4 (patch) | |
tree | 903268a634d0de05024694158cc624290291b8dc /docs/assets | |
parent | d0e424038e16a928527588f3d7626f57d34fd486 (diff) | |
download | mxe-f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4.zip mxe-f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4.tar.gz mxe-f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4.tar.bz2 |
mv versions.json build-matrix.html assets docs/
See https://github.com/mxe/mxe/issues/1500
Diffstat (limited to 'docs/assets')
-rw-r--r-- | docs/assets/build-matrix.css | 14 | ||||
-rw-r--r-- | docs/assets/common.css | 119 | ||||
-rw-r--r-- | docs/assets/screenshot-4th-compile-small.png | bin | 0 -> 26624 bytes | |||
-rw-r--r-- | docs/assets/screenshot-4th-compile.png | bin | 0 -> 245761 bytes | |||
-rw-r--r-- | docs/assets/screenshot-4th-run-small.png | bin | 0 -> 11071 bytes | |||
-rw-r--r-- | docs/assets/screenshot-4th-run.png | bin | 0 -> 116723 bytes |
6 files changed, 133 insertions, 0 deletions
diff --git a/docs/assets/build-matrix.css b/docs/assets/build-matrix.css new file mode 100644 index 0000000..49850b6 --- /dev/null +++ b/docs/assets/build-matrix.css @@ -0,0 +1,14 @@ +/* This file is part of MXE. See LICENSE.md for licensing information. */ + +table.fullscreen { + width: 100%; +} + +td.supported { + background-color: #98fb98; + text-align: center; +} +td.unsupported { + background-color: #f99; + text-align: center; +} diff --git a/docs/assets/common.css b/docs/assets/common.css new file mode 100644 index 0000000..da6a1f6 --- /dev/null +++ b/docs/assets/common.css @@ -0,0 +1,119 @@ +/* This file is part of MXE. See LICENSE.md for licensing information. */ + body { + font-size: 11pt; + margin-top: 0em; + } + code { + background-color: #f5f5f5; + } + h1, h2, h3 { + font-family: sans-serif; + } + h2 { + font-size: 14pt; + } + h3 { + font-size: 11pt; + background-color: #eee; + } + ul { + padding-left: 2em; + } + li, dt { + margin-bottom: 0.8em; + } + .compact-list li { + margin-bottom: 0em; + } + .usage dt { + font-family: monospace; + } + dd { + margin-bottom: 1em; + } + table { + border-collapse: collapse; + } + table.old { + border-collapse: separate; + } + table.translation td { + padding-left: 0.5em; + padding-right: 0.5em; + } + td, th { + background-color: #f9f9f9; + border: 1px solid #aaa; + padding: 0.2em; + } + dt, .old td { + background-color: #eee; + padding: 0.2em; + border: 0px; + } + th { + background-color: #f2f2f2; + text-align: center; + } + th.row { + background: #ececec; + vertical-align: middle; + text-align: left; + } + pre { + font-size: 8pt; + border: thin dotted #ccc; + padding: 2pt; + } + img { + border: thin solid #000; + } + #navigation a { + text-decoration: none; + color: #00f; + } + #navigation a:visited { + text-decoration: none; + color: #009; + } + #navigation ul { + padding-left: 0em; + margin-left: 0em; + margin-top: 1.5em; + margin-bottom: 0em; + list-style-type: none; + } + #navigation li { + margin-bottom: 0.2em; + } +@media screen, handheld { + h1 { + font-size: 12pt; + margin-top: 0em; + } + h2 { + margin-top: 0em; + padding-top: 1em; + } + #navigation { + position: fixed; + float: left; /* hack for ancient browsers + which don't support "position: fixed;" */ + margin-top: 1em; + margin-left: 1em; + padding-left: 1em; + padding-right: 1em; + padding-top: 1em; + padding-bottom: 1em; + width: 14em; + background-color: #afa; + } + .section { + width: 30em; + margin-left: 19em; + margin-bottom: 100%; + } + #package-list { + width: 40em; + } +} diff --git a/docs/assets/screenshot-4th-compile-small.png b/docs/assets/screenshot-4th-compile-small.png Binary files differnew file mode 100644 index 0000000..8ba7b33 --- /dev/null +++ b/docs/assets/screenshot-4th-compile-small.png diff --git a/docs/assets/screenshot-4th-compile.png b/docs/assets/screenshot-4th-compile.png Binary files differnew file mode 100644 index 0000000..4aa3ed4 --- /dev/null +++ b/docs/assets/screenshot-4th-compile.png diff --git a/docs/assets/screenshot-4th-run-small.png b/docs/assets/screenshot-4th-run-small.png Binary files differnew file mode 100644 index 0000000..f6ece44 --- /dev/null +++ b/docs/assets/screenshot-4th-run-small.png diff --git a/docs/assets/screenshot-4th-run.png b/docs/assets/screenshot-4th-run.png Binary files differnew file mode 100644 index 0000000..6159a3a --- /dev/null +++ b/docs/assets/screenshot-4th-run.png |