Universal_HamRadio_Remote_H.../www/panadapter/panfft.css

79 lines
981 B
CSS
Raw Normal View History

2020-11-10 03:11:31 +00:00
body {
color: white;
font:normal bold 14px tahoma;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding:0px;
margin:0px;
}
#div-sp
{
position:relative;
width:100%;
height:45%;
padding:0px;
margin:0px;
}
2020-11-22 03:27:27 +00:00
.cansp{
2020-11-10 03:11:31 +00:00
width:100%;
height:100%;
float:center;
background-color:black;
}
#div-wf
{
position:relative;
width:100%;
height:45%;
padding:0px;
margin:0px;
}
2020-11-22 03:27:27 +00:00
.canwf{
2020-11-10 03:11:31 +00:00
width:100%;
height:100%;
background:#00007f;
background-color:bleu;
}
#div-ctrl
{
2020-11-22 03:27:27 +00:00
display: inline-flex;
2020-11-10 03:11:31 +00:00
background-color:#171717;
2020-11-22 03:27:27 +00:00
position:fixed;
2020-11-10 03:11:31 +00:00
width:100%;
height:10%;
padding:0px;
margin:0px;
2020-11-22 03:27:27 +00:00
left: 0%;
2020-11-23 04:31:10 +00:00
align-items: center; /* Vertical */
2020-11-22 03:27:27 +00:00
}
.ctrl_visual{
margin: 0px 10px 0px 10px;
2020-11-10 03:11:31 +00:00
}
2020-11-22 03:27:27 +00:00
#div-scoketscontrols
{
position: fixed;
bottom: 0;
right: 0;
}
2020-11-10 03:11:31 +00:00
#div-scoketscontrols > img
{
margin-right:5px;
width:25px;
height:25px;
}