mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add description block for home server
This commit is contained in:
parent
532c1e3a8c
commit
050ccba968
2 changed files with 20 additions and 1 deletions
|
@ -132,19 +132,27 @@ header {
|
|||
height: @focus-height - @info-padding-top-bottom - @info-padding-top-bottom;
|
||||
padding: @info-padding-top-bottom 75px;
|
||||
|
||||
@title-margin-left: 255px;
|
||||
|
||||
h2 {
|
||||
color: black;
|
||||
font-size: 36px;
|
||||
margin-left: 255px;
|
||||
margin-left: @title-margin-left;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.server-box {
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
|
||||
.title {
|
||||
border-bottom: 1px solid @dark-gray;
|
||||
margin-bottom: 20px;
|
||||
|
||||
p {
|
||||
color: white;
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.process-status {
|
||||
|
@ -184,6 +192,11 @@ header {
|
|||
width: 215px;
|
||||
}
|
||||
}
|
||||
|
||||
&#right-box {
|
||||
position: absolute;
|
||||
margin-left: @title-margin-left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -64,7 +64,13 @@
|
|||
</div>
|
||||
<div id="right-box" class="server-box">
|
||||
<div class="title">
|
||||
<p id="server-url">hifi://localhost</p>
|
||||
</div>
|
||||
<p>
|
||||
This is your domain. 4096 cubic kilometers of space for you<br>
|
||||
to build, explore, and share. We’ve started you off with a<br>
|
||||
home full of goodies to help you learn the ropes. Enjoy!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="manage-server">
|
||||
|
|
Loading…
Reference in a new issue