mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 20:55:52 +02:00
Update wlecome screen copy and styling
This commit is contained in:
parent
820d00a719
commit
253719882d
2 changed files with 25 additions and 64 deletions
console/src
|
@ -9,6 +9,8 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
color: #414141;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -21,27 +23,29 @@ a:link,
|
|||
a:visited,
|
||||
a:hover,
|
||||
a:active {
|
||||
font-weight: bold;
|
||||
color: #2D88A4;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
font-weight: bold;
|
||||
color: #00B4EF;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
color: black;
|
||||
h1 {
|
||||
font-weight: normal;
|
||||
color: #6D7472;
|
||||
font-size: 2.0em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.0em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #6D7472;
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p {}
|
||||
|
@ -57,22 +61,21 @@ p {}
|
|||
.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
padding-top: 26px;
|
||||
}
|
||||
|
||||
.column.left {
|
||||
padding-top: 20px;
|
||||
width: 415px;
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.column.center {
|
||||
padding-top: 20px;
|
||||
width: 540px;
|
||||
}
|
||||
|
||||
.column.right {
|
||||
float: right;
|
||||
padding-top: 40px;
|
||||
padding-top: 67px;
|
||||
padding-left: 60px;
|
||||
position: absolute;
|
||||
right: -30px;
|
||||
|
@ -81,7 +84,7 @@ p {}
|
|||
.column.right img {}
|
||||
|
||||
.top {
|
||||
height: 156px;
|
||||
height: 168px;
|
||||
border-bottom: 2px solid #F5F6F6;
|
||||
}
|
||||
|
||||
|
@ -89,7 +92,7 @@ p {}
|
|||
width: 1364px;
|
||||
/* 1584 - (110 * 2) */
|
||||
position: absolute;
|
||||
top: 156px;
|
||||
top: 168px;
|
||||
bottom: 98px;
|
||||
}
|
||||
|
||||
|
@ -111,46 +114,10 @@ p {}
|
|||
.header-right {
|
||||
/* float: right; */
|
||||
position: absolute;
|
||||
top: 70px;
|
||||
top: 63px;
|
||||
right: 114px;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
display: inline-block;
|
||||
/* display:none; */
|
||||
/* width:19px; */
|
||||
/* height:19px; */
|
||||
}
|
||||
|
||||
|
||||
/* input[type=checkbox] label:before { */
|
||||
|
||||
|
||||
/* border-radius: 3px; */
|
||||
|
||||
|
||||
/* } */
|
||||
|
||||
|
||||
/* input[type=checkbox]:checked { */
|
||||
|
||||
|
||||
/* content: "\2713"; */
|
||||
|
||||
|
||||
/* text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); */
|
||||
|
||||
|
||||
/* font-size: 15px; */
|
||||
|
||||
|
||||
/* color: #f3f3f3; */
|
||||
|
||||
|
||||
/* text-align: center; */
|
||||
|
||||
|
||||
/* line-height: 15px; */
|
||||
|
||||
|
||||
/* } */
|
||||
}
|
|
@ -18,16 +18,11 @@
|
|||
<div class="column left">
|
||||
<p>
|
||||
<h2>What now?</h2>
|
||||
Console is your personal domain server in High Fidelity.
|
||||
It allows your local machine to manage 4000 cubic kilometers of space,
|
||||
ready for you to build, explore, and share however you like. To start
|
||||
you off, we've put a few things in your space to play around with and
|
||||
to learn the ropes.
|
||||
The Server Console is your personal domain server in High Fidelity. It allows your local machine to manage 4000 cubic kilometers of space, ready for you to build, explore, and share however you like. To start you off, we've put a few things in your space to play around with and to learn the ropes.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To learn more about uploading your own models and scripts, and how to add
|
||||
items from the Market, <a target="_blank" href="https://docs.highfidelity.com/docs/the-basics">check out 'The Basics'</a>.
|
||||
<em>To find out more about uploading your own models and scripts, and how to add items from the Market,</em> <a target="_blank" href="https://docs.highfidelity.com/docs/the-basics">check out 'The Basics'</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="column center">
|
||||
|
@ -47,7 +42,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
For more information on managing your server, <a target="_blank" href="https://docs.highfidelity.com/">visit our documentation</a>.
|
||||
<em>For more information on managing your server,</em> <a target="_blank" href="https://docs.highfidelity.com/">visit our documentation</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="column right">
|
||||
|
@ -55,9 +50,9 @@
|
|||
var osType = require('os').type();
|
||||
menuBarImageURL = '';
|
||||
if (osType = 'Windows_NT') {
|
||||
menuBarImageURL = "images/console-menubar-osx.png";
|
||||
menuBarImageURL = "images/console-menubar-osx.png";
|
||||
} else {
|
||||
menuBarImageURL = "images/console-menubar-osx.png";
|
||||
menuBarImageURL = "images/console-menubar-osx.png";
|
||||
}
|
||||
document.write('<img src="' + menuBarImageURL + '" width=320px/>');
|
||||
</script>
|
||||
|
@ -65,12 +60,11 @@
|
|||
</div>
|
||||
<div class="bottom">
|
||||
<div class="content footer">
|
||||
<label>
|
||||
<input type="checkbox" id="suppress-splash" >
|
||||
<input type="checkbox" id="suppress-splash"> </input>
|
||||
<label for="suppress-splash">
|
||||
Don't show this screen next time
|
||||
</label>
|
||||
</input>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue