Aggiustamenti Grafici
This commit is contained in:
parent
24343fea7d
commit
c5b29c2024
|
@ -24,28 +24,9 @@
|
||||||
|
|
||||||
|
|
||||||
#displaycanto span:hover {
|
#displaycanto span:hover {
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
Popover properties
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
.popover-header {
|
|
||||||
color: blue;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
.popover-body {
|
|
||||||
color: red;
|
color: red;
|
||||||
font-size: 12px;
|
|
||||||
}
|
}
|
||||||
.popover-footer {
|
|
||||||
color: gray;
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Minimap
|
Minimap
|
||||||
|
@ -117,13 +98,13 @@ Minimap
|
||||||
top: -60px;
|
top: -60px;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
background-color: rgb(252, 252, 252);*/
|
background-color: rgb(252, 252, 252);*/
|
||||||
background-color: #92a8d1;
|
/* background-color: #92a8d1; */
|
||||||
max-width: 170px;
|
max-width: 170px;
|
||||||
/*min-width: 70px;
|
min-width: 70px;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||||
padding: 8px 8px;*/
|
padding: 8px 8px;
|
||||||
color:blue;
|
color:#1E90FF;
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
/*float: top;*/
|
/*float: top;*/
|
||||||
}
|
}
|
||||||
|
|
|
@ -199,7 +199,7 @@ $(" .Ma, .Co, .Su, .Pa").each(function(idx, element) {
|
||||||
function formatTTContent(categ){
|
function formatTTContent(categ){
|
||||||
var details=getHoverContent(categ)
|
var details=getHoverContent(categ)
|
||||||
var myitems=details.split(',')
|
var myitems=details.split(',')
|
||||||
let catgramm='<b>'+myitems[0]+'</b>'
|
let catgramm='<div style="background-color: #DCDCDC; color: #00008B; text-align: center; padding-top: 5px; padding-bottom: 5px; font-size:14px" <b>'+myitems[0]+'</b></div>'
|
||||||
let subcatgramm=''
|
let subcatgramm=''
|
||||||
if (myitems.length>1)
|
if (myitems.length>1)
|
||||||
subcatgramm='<i>'+myitems.slice(1,-1)+'</i>'
|
subcatgramm='<i>'+myitems.slice(1,-1)+'</i>'
|
||||||
|
|
Loading…
Reference in New Issue