Skip to content

Commit ae0bb83

Browse files
committed
Trademarks message, version info
(cherry picked from commit bc465fb)
1 parent 11b9cc6 commit ae0bb83

File tree

5 files changed

+32
-16
lines changed

5 files changed

+32
-16
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Please go to **https://webmsx.org** to enjoy it online!
1010
Refer to [**/doc**](https://github.com/ppeccin/WebMSX/tree/master/doc) for parameters reference and URL usage examples.
1111
Refer to [**/release**](https://github.com/ppeccin/WebMSX/tree/master/release) for stable release files and deployment examples.
1212

13+
MSX and the MSX logo are shown here as a tribute.
14+
All trademarks are property of their respective owners.
15+
1316
### New in Release 5.4
1417

1518
- CapsLock and Kana leds on screen

doc/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Please go to **https://webmsx.org** to enjoy it online!
1010
Refer to [**/doc**](https://github.com/ppeccin/WebMSX/tree/master/doc) for parameters reference and URL usage examples.
1111
Refer to [**/release**](https://github.com/ppeccin/WebMSX/tree/master/release) for stable release files and deployment examples.
1212

13+
MSX and the MSX logo are shown here as a tribute.
14+
All trademarks are property of their respective owners.
15+
1316
### New in Release 5.4
1417

1518
- CapsLock and Kana leds on screen

src/runtime/standalone/index.base.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
}
6464
html {
6565
height: 100%;
66-
background: hsl(0, 0%, 88%);
66+
background: hsl(0, 0%, 97%);
6767
}
6868
body {
6969
min-height: 100%;
70-
background: hsl(0, 0%, 95%);
70+
background: hsl(0, 0%, 97%);
7171
}
7272
.container {
7373
max-width: 660px;
@@ -145,16 +145,16 @@
145145
position: absolute;
146146
bottom: 0;
147147
left: 0; right: 0;
148-
height: 76px;
148+
height: 70px;
149149
background: hsl(0, 0%, 88%);
150150
overflow: hidden;
151-
font-size: 15px;
152-
line-height: 13px;
151+
font-size: 14px;
152+
line-height: 12px;
153153
white-space: nowrap;
154154
text-overflow: ellipsis;
155155
}
156156
#footer .container {
157-
padding: 2px 50px 0;
157+
padding: 2px 20px 0;
158158
box-sizing: border-box;
159159
}
160160
a {
@@ -166,6 +166,9 @@
166166
color: #0050ba;
167167
text-shadow: 0 0 2px hsl(197, 100%, 47%);
168168
}
169+
.toright {
170+
float: right;
171+
}
169172
#donate {
170173
display: block;
171174
position: relative;
@@ -237,8 +240,10 @@
237240
<div id="footer">
238241
<div class="container">
239242
<script>WMSX.WEB_EXTENSIONS_PROXY_SERVER = WMSX.WEB_EXTENSIONS_SERVER;</script>
240-
<p>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></p>
241-
<p>v5.4.2 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Homepage</a></p>
243+
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
244+
<span class="toright">MSX and the MSX logo are shown here as a tribute.</span></p>
245+
<p><span>v5.4.3 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
246+
<span class="toright">All trademarks are property of their respective owners.</span></p>
242247
</div>
243248
</div>
244249

src/runtime/standalone/index.part1.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
}
6464
html {
6565
height: 100%;
66-
background: hsl(0, 0%, 88%);
66+
background: hsl(0, 0%, 97%);
6767
}
6868
body {
6969
min-height: 100%;
70-
background: hsl(0, 0%, 95%);
70+
background: hsl(0, 0%, 97%);
7171
}
7272
.container {
7373
max-width: 660px;
@@ -145,16 +145,16 @@
145145
position: absolute;
146146
bottom: 0;
147147
left: 0; right: 0;
148-
height: 76px;
148+
height: 70px;
149149
background: hsl(0, 0%, 88%);
150150
overflow: hidden;
151-
font-size: 15px;
152-
line-height: 13px;
151+
font-size: 14px;
152+
line-height: 12px;
153153
white-space: nowrap;
154154
text-overflow: ellipsis;
155155
}
156156
#footer .container {
157-
padding: 2px 50px 0;
157+
padding: 2px 20px 0;
158158
box-sizing: border-box;
159159
}
160160
a {
@@ -166,6 +166,9 @@
166166
color: #0050ba;
167167
text-shadow: 0 0 2px hsl(197, 100%, 47%);
168168
}
169+
.toright {
170+
float: right;
171+
}
169172
#donate {
170173
display: block;
171174
position: relative;

src/runtime/standalone/index.part2.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@
4444
<div id="footer">
4545
<div class="container">
4646
<script>WMSX.WEB_EXTENSIONS_PROXY_SERVER = WMSX.WEB_EXTENSIONS_SERVER;</script>
47-
<p>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></p>
48-
<p>v5.4.2 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Homepage</a></p>
47+
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
48+
<span class="toright">MSX and the MSX logo are shown here as a tribute.</span></p>
49+
<p><span>v5.4.3 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
50+
<span class="toright">All trademarks are property of their respective owners.</span></p>
4951
</div>
5052
</div>
5153

0 commit comments

Comments
 (0)