Add logo to control bar
This commit is contained in:
parent
fb7c3b3be2
commit
4d3aa0ef9d
|
@ -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
|
||||
* ----------------------------------------
|
||||
|
|
4
vnc.html
4
vnc.html
|
@ -53,6 +53,8 @@
|
|||
<div id="noVNC_control_bar_anchor" class="noVNC_vcenter">
|
||||
|
||||
<div id="noVNC_control_bar"><div class="noVNC_scroll">
|
||||
<h1 class="noVNC_logo"><span>no</span><br />VNC</h1>
|
||||
|
||||
<!-- Drag/Pan the viewport -->
|
||||
<input type="image" alt="viewport drag" src="app/images/drag.svg"
|
||||
id="noVNC_view_drag_button" class="noVNC_button noVNC_hidden"
|
||||
|
@ -205,7 +207,7 @@
|
|||
</div>
|
||||
|
||||
<div id="noVNC_container">
|
||||
<h1 id="noVNC_logo"><span>no</span><br />VNC</h1>
|
||||
<h1 id="noVNC_logo" class="noVNC_logo"><span>no</span><br />VNC</h1>
|
||||
|
||||
<!-- HTML5 Canvas -->
|
||||
<div id="noVNC_screen">
|
||||
|
|
Loading…
Reference in New Issue