|
@@ -51,7 +51,6 @@ html {
|
|
float:right;
|
|
float:right;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
#noVNC_view_drag_button {
|
|
#noVNC_view_drag_button {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -64,7 +63,6 @@ html {
|
|
|
|
|
|
.noVNC-buttons-left {
|
|
.noVNC-buttons-left {
|
|
float: left;
|
|
float: left;
|
|
- padding-left:10px;
|
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
@@ -72,30 +70,19 @@ html {
|
|
.noVNC-buttons-right {
|
|
.noVNC-buttons-right {
|
|
float:right;
|
|
float:right;
|
|
right: 0px;
|
|
right: 0px;
|
|
- padding-right:10px;
|
|
|
|
- z-index: 1;
|
|
|
|
- position: relative;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#noVNC_status_bar {
|
|
|
|
- margin-top: 0px;
|
|
|
|
- padding: 0px;
|
|
|
|
- z-index: 0;
|
|
|
|
|
|
+ z-index: 2;
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: 100%;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-#noVNC_status_bar div {
|
|
|
|
|
|
+#noVNC_status {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
padding-top: 4px;
|
|
padding-top: 4px;
|
|
-}
|
|
|
|
-
|
|
|
|
-#noVNC_status {
|
|
|
|
height:32px;
|
|
height:32px;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
+
|
|
#noVNC_settings_menu {
|
|
#noVNC_settings_menu {
|
|
margin: 3px;
|
|
margin: 3px;
|
|
text-align: left;
|
|
text-align: left;
|
|
@@ -110,16 +97,6 @@ html {
|
|
float:right;
|
|
float:right;
|
|
}
|
|
}
|
|
|
|
|
|
-.noVNC_status_normal {
|
|
|
|
- background: transparent;
|
|
|
|
-}
|
|
|
|
-.noVNC_status_error {
|
|
|
|
- background: rgba(240,64,64,0.5);
|
|
|
|
-}
|
|
|
|
-.noVNC_status_warn {
|
|
|
|
- background: rgba(240,240,64,0.5);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
/* Do not set width/height for VNC_screen or VNC_canvas or incorrect
|
|
/* Do not set width/height for VNC_screen or VNC_canvas or incorrect
|
|
* scaling will occur. Canvas resizes to remote VNC settings */
|
|
* scaling will occur. Canvas resizes to remote VNC settings */
|
|
#noVNC_screen_pad {
|
|
#noVNC_screen_pad {
|
|
@@ -238,9 +215,7 @@ html {
|
|
* Advanced Styling
|
|
* Advanced Styling
|
|
*/
|
|
*/
|
|
|
|
|
|
-/* Control bar */
|
|
|
|
-#noVNC-control-bar {
|
|
|
|
- position:fixed;
|
|
|
|
|
|
+.noVNC_status_normal {
|
|
background: #b2bdcd; /* Old browsers */
|
|
background: #b2bdcd; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #b2bdcd 0%, #899cb3 49%, #7e93af 51%, #6e84a3 100%); /* FF3.6+ */
|
|
background: -moz-linear-gradient(top, #b2bdcd 0%, #899cb3 49%, #7e93af 51%, #6e84a3 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2bdcd), color-stop(49%,#899cb3), color-stop(51%,#7e93af), color-stop(100%,#6e84a3)); /* Chrome,Safari4+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2bdcd), color-stop(49%,#899cb3), color-stop(51%,#7e93af), color-stop(100%,#6e84a3)); /* Chrome,Safari4+ */
|
|
@@ -248,7 +223,30 @@ html {
|
|
background: -o-linear-gradient(top, #b2bdcd 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* Opera11.10+ */
|
|
background: -o-linear-gradient(top, #b2bdcd 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* Opera11.10+ */
|
|
background: -ms-linear-gradient(top, #b2bdcd 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* IE10+ */
|
|
background: -ms-linear-gradient(top, #b2bdcd 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* IE10+ */
|
|
background: linear-gradient(top, #b2bdcd 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* W3C */
|
|
background: linear-gradient(top, #b2bdcd 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* W3C */
|
|
|
|
+}
|
|
|
|
+.noVNC_status_error {
|
|
|
|
+ background: #f04040; /* Old browsers */
|
|
|
|
+ background: -moz-linear-gradient(top, #f04040 0%, #899cb3 49%, #7e93af 51%, #6e84a3 100%); /* FF3.6+ */
|
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f04040), color-stop(49%,#899cb3), color-stop(51%,#7e93af), color-stop(100%,#6e84a3)); /* Chrome,Safari4+ */
|
|
|
|
+ background: -webkit-linear-gradient(top, #f04040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* Chrome10+,Safari5.1+ */
|
|
|
|
+ background: -o-linear-gradient(top, #f04040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* Opera11.10+ */
|
|
|
|
+ background: -ms-linear-gradient(top, #f04040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* IE10+ */
|
|
|
|
+ background: linear-gradient(top, #f04040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* W3C */
|
|
|
|
+}
|
|
|
|
+.noVNC_status_warn {
|
|
|
|
+ background: #f0f040; /* Old browsers */
|
|
|
|
+ background: -moz-linear-gradient(top, #f0f040 0%, #899cb3 49%, #7e93af 51%, #6e84a3 100%); /* FF3.6+ */
|
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f040), color-stop(49%,#899cb3), color-stop(51%,#7e93af), color-stop(100%,#6e84a3)); /* Chrome,Safari4+ */
|
|
|
|
+ background: -webkit-linear-gradient(top, #f0f040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* Chrome10+,Safari5.1+ */
|
|
|
|
+ background: -o-linear-gradient(top, #f0f040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* Opera11.10+ */
|
|
|
|
+ background: -ms-linear-gradient(top, #f0f040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* IE10+ */
|
|
|
|
+ background: linear-gradient(top, #f0f040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); /* W3C */
|
|
|
|
+}
|
|
|
|
|
|
|
|
+/* Control bar */
|
|
|
|
+#noVNC-control-bar {
|
|
|
|
+ position:fixed;
|
|
|
|
+
|
|
display:block;
|
|
display:block;
|
|
height:36px;
|
|
height:36px;
|
|
left:0;
|
|
left:0;
|
|
@@ -391,10 +389,39 @@ html {
|
|
font-size: 180px;
|
|
font-size: 180px;
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (min-width: 481px) and (max-width: 640px) {
|
|
|
|
|
|
+.noVNC-buttons-left {
|
|
|
|
+ padding-left: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.noVNC-buttons-right {
|
|
|
|
+ padding-right: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#noVNC_status {
|
|
|
|
+ z-index: 0;
|
|
|
|
+ position: absolute;
|
|
|
|
+ width: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 640px){
|
|
.noVNC_status_button {
|
|
.noVNC_status_button {
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
|
|
+ .noVNC-buttons-left {
|
|
|
|
+ padding-left: 0px;
|
|
|
|
+ }
|
|
|
|
+ .noVNC-buttons-right {
|
|
|
|
+ padding-right: 0px;
|
|
|
|
+ }
|
|
|
|
+ #noVNC_status {
|
|
|
|
+ z-index: 1;
|
|
|
|
+ position: relative;
|
|
|
|
+ width: auto;
|
|
|
|
+ float: left;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (min-width: 481px) and (max-width: 640px) {
|
|
#noVNC_clipboard_text {
|
|
#noVNC_clipboard_text {
|
|
width: 410px;
|
|
width: 410px;
|
|
}
|
|
}
|
|
@@ -404,9 +431,6 @@ html {
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 321px) and (max-width: 480px) {
|
|
@media screen and (min-width: 321px) and (max-width: 480px) {
|
|
- .noVNC_status_button {
|
|
|
|
- font-size: 10px;
|
|
|
|
- }
|
|
|
|
#noVNC_clipboard_text {
|
|
#noVNC_clipboard_text {
|
|
width: 250px;
|
|
width: 250px;
|
|
}
|
|
}
|