Add logo to control bar

This commit is contained in:
Pierre Ossman
2016-08-26 12:24:57 +02:00
parent fb7c3b3be2
commit 4d3aa0ef9d
2 changed files with 15 additions and 9 deletions

View File

@@ -468,14 +468,22 @@ input[type=button]:active, select:active {
url('Orbitron700.ttf') format('truetype');
}
#noVNC_logo {
margin-top: 60px;
margin-left: 60px;
.noVNC_logo {
color:yellow;
text-align:left;
font-family: 'Orbitron', 'OrbitronTTF', sans-serif;
font-size: 180px;
font-size: 13px;
line-height:90%;
text-shadow: 1px 1px 0 #000;
}
.noVNC_logo span{
color:green;
}
#noVNC_logo {
margin-top: 60px;
margin-left: 60px;
font-size: 180px;
text-shadow:
5px 5px 0 #000,
-1px -1px 0 #000,
@@ -487,10 +495,6 @@ input[type=button]:active, select:active {
display: none;
}
#noVNC_logo span{
color:green;
}
/* ----------------------------------------
* Media sizing
* ----------------------------------------