This commit is contained in:
Jakob Ketterl 2019-07-11 13:44:04 +02:00
parent 2bf2fcd685
commit 649450a24c
2 changed files with 13 additions and 13 deletions

View File

@ -18,8 +18,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
@import url("css/openwebrx-header.css"); @import url("openwebrx-header.css");
@import url("css/openwebrx-globals.css"); @import url("openwebrx-globals.css");
select select
{ {
@ -149,7 +149,7 @@ input[type=range]:focus::-ms-fill-upper
#openwebrx-scale-container #openwebrx-scale-container
{ {
height: 47px; height: 47px;
background-image: url("gfx/openwebrx-scale-background.png"); background-image: url("../gfx/openwebrx-scale-background.png");
background-repeat: repeat-x; background-repeat: repeat-x;
overflow: hidden; overflow: hidden;
z-index:1000; z-index:1000;
@ -158,14 +158,14 @@ input[type=range]:focus::-ms-fill-upper
#webrx-canvas-container #webrx-canvas-container
{ {
/*background-image:url('gfx/openwebrx-blank-background-1.jpg');*/ /*background-image:url('../gfx/openwebrx-blank-background-1.jpg');*/
position: relative; position: relative;
height: 2000px; height: 2000px;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
/*background-color: #646464;*/ /*background-color: #646464;*/
/*background-image: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(0,0,0,1) 100%);*/ /*background-image: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(0,0,0,1) 100%);*/
background-image: url('gfx/openwebrx-background-cool-blue.png'); background-image: url('../gfx/openwebrx-background-cool-blue.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: #1e5f7f; background-color: #1e5f7f;
cursor: crosshair; cursor: crosshair;
@ -255,15 +255,15 @@ input[type=range]:focus::-ms-fill-upper
/* removed non-free fonts like that: */ /* removed non-free fonts like that: */
/*@font-face { /*@font-face {
font-family: 'unibody_8_pro_regregular'; font-family: 'unibody_8_pro_regregular';
src: url('gfx/unibody8pro-regular-webfont.eot'); src: url('../gfx/unibody8pro-regular-webfont.eot');
src: url('gfx/unibody8pro-regular-webfont.ttf'); src: url('../gfx/unibody8pro-regular-webfont.ttf');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
}*/ }*/
@font-face { @font-face {
font-family: 'expletus-sans-medium'; font-family: 'expletus-sans-medium';
src: url('gfx/font-expletus-sans/ExpletusSans-Medium.ttf'); src: url('../gfx/font-expletus-sans/ExpletusSans-Medium.ttf');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -737,7 +737,7 @@ img.openwebrx-mirror-img
.openwebrx-meta-slot.muted:before { .openwebrx-meta-slot.muted:before {
display: block; display: block;
content: ""; content: "";
background-image: url("gfx/openwebrx-mute.png"); background-image: url("../gfx/openwebrx-mute.png");
width:100%; width:100%;
height:133px; height:133px;
background-position: center; background-position: center;
@ -779,11 +779,11 @@ img.openwebrx-mirror-img
} }
.openwebrx-meta-slot.active .openwebrx-meta-user-image { .openwebrx-meta-slot.active .openwebrx-meta-user-image {
background-image: url("gfx/openwebrx-directcall.png"); background-image: url("../gfx/openwebrx-directcall.png");
} }
.openwebrx-meta-slot.active .openwebrx-meta-user-image.group { .openwebrx-meta-slot.active .openwebrx-meta-user-image.group {
background-image: url("gfx/openwebrx-groupcall.png"); background-image: url("../gfx/openwebrx-groupcall.png");
} }
.openwebrx-dmr-timeslot-panel * { .openwebrx-dmr-timeslot-panel * {
@ -791,7 +791,7 @@ img.openwebrx-mirror-img
} }
.openwebrx-maps-pin { .openwebrx-maps-pin {
background-image: url("gfx/google_maps_pin.svg"); background-image: url("../gfx/google_maps_pin.svg");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
width: 15px; width: 15px;

View File

@ -28,7 +28,7 @@
<script src="static/lib/jquery-3.2.1.min.js"></script> <script src="static/lib/jquery-3.2.1.min.js"></script>
<script src="static/lib/jquery.nanoscroller.js"></script> <script src="static/lib/jquery.nanoscroller.js"></script>
<link rel="stylesheet" type="text/css" href="static/lib/nanoscroller.css" /> <link rel="stylesheet" type="text/css" href="static/lib/nanoscroller.css" />
<link rel="stylesheet" type="text/css" href="static/openwebrx.css" /> <link rel="stylesheet" type="text/css" href="static/css/openwebrx.css" />
<meta charset="utf-8"> <meta charset="utf-8">
</head> </head>
<body onload="openwebrx_init();"> <body onload="openwebrx_init();">