Skip to content

Commit

Permalink
Trademarks message, version info
Browse files Browse the repository at this point in the history
(cherry picked from commit bc465fb)
  • Loading branch information
ppeccin committed Jan 3, 2020
1 parent 11b9cc6 commit ae0bb83
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 16 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Please go to **https://webmsx.org** to enjoy it online!
Refer to [**/doc**](https://github.com/ppeccin/WebMSX/tree/master/doc) for parameters reference and URL usage examples.
Refer to [**/release**](https://github.com/ppeccin/WebMSX/tree/master/release) for stable release files and deployment examples.

MSX and the MSX logo are shown here as a tribute.
All trademarks are property of their respective owners.

### New in Release 5.4

- CapsLock and Kana leds on screen
Expand Down
3 changes: 3 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Please go to **https://webmsx.org** to enjoy it online!
Refer to [**/doc**](https://github.com/ppeccin/WebMSX/tree/master/doc) for parameters reference and URL usage examples.
Refer to [**/release**](https://github.com/ppeccin/WebMSX/tree/master/release) for stable release files and deployment examples.

MSX and the MSX logo are shown here as a tribute.
All trademarks are property of their respective owners.

### New in Release 5.4

- CapsLock and Kana leds on screen
Expand Down
21 changes: 13 additions & 8 deletions src/runtime/standalone/index.base.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
}
html {
height: 100%;
background: hsl(0, 0%, 88%);
background: hsl(0, 0%, 97%);
}
body {
min-height: 100%;
background: hsl(0, 0%, 95%);
background: hsl(0, 0%, 97%);
}
.container {
max-width: 660px;
Expand Down Expand Up @@ -145,16 +145,16 @@
position: absolute;
bottom: 0;
left: 0; right: 0;
height: 76px;
height: 70px;
background: hsl(0, 0%, 88%);
overflow: hidden;
font-size: 15px;
line-height: 13px;
font-size: 14px;
line-height: 12px;
white-space: nowrap;
text-overflow: ellipsis;
}
#footer .container {
padding: 2px 50px 0;
padding: 2px 20px 0;
box-sizing: border-box;
}
a {
Expand All @@ -166,6 +166,9 @@
color: #0050ba;
text-shadow: 0 0 2px hsl(197, 100%, 47%);
}
.toright {
float: right;
}
#donate {
display: block;
position: relative;
Expand Down Expand Up @@ -237,8 +240,10 @@
<div id="footer">
<div class="container">
<script>WMSX.WEB_EXTENSIONS_PROXY_SERVER = WMSX.WEB_EXTENSIONS_SERVER;</script>
<p>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></p>
<p>v5.4.2 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Homepage</a></p>
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
<span class="toright">MSX and the MSX logo are shown here as a tribute.</span></p>
<p><span>v5.4.3 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<span class="toright">All trademarks are property of their respective owners.</span></p>
</div>
</div>

Expand Down
15 changes: 9 additions & 6 deletions src/runtime/standalone/index.part1.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
}
html {
height: 100%;
background: hsl(0, 0%, 88%);
background: hsl(0, 0%, 97%);
}
body {
min-height: 100%;
background: hsl(0, 0%, 95%);
background: hsl(0, 0%, 97%);
}
.container {
max-width: 660px;
Expand Down Expand Up @@ -145,16 +145,16 @@
position: absolute;
bottom: 0;
left: 0; right: 0;
height: 76px;
height: 70px;
background: hsl(0, 0%, 88%);
overflow: hidden;
font-size: 15px;
line-height: 13px;
font-size: 14px;
line-height: 12px;
white-space: nowrap;
text-overflow: ellipsis;
}
#footer .container {
padding: 2px 50px 0;
padding: 2px 20px 0;
box-sizing: border-box;
}
a {
Expand All @@ -166,6 +166,9 @@
color: #0050ba;
text-shadow: 0 0 2px hsl(197, 100%, 47%);
}
.toright {
float: right;
}
#donate {
display: block;
position: relative;
Expand Down
6 changes: 4 additions & 2 deletions src/runtime/standalone/index.part2.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
<div id="footer">
<div class="container">
<script>WMSX.WEB_EXTENSIONS_PROXY_SERVER = WMSX.WEB_EXTENSIONS_SERVER;</script>
<p>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></p>
<p>v5.4.2 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Homepage</a></p>
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
<span class="toright">MSX and the MSX logo are shown here as a tribute.</span></p>
<p><span>v5.4.3 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<span class="toright">All trademarks are property of their respective owners.</span></p>
</div>
</div>

Expand Down

0 comments on commit ae0bb83

Please sign in to comment.