cambio de fuentes css

This commit is contained in:
marcos 2021-05-17 13:05:31 +02:00
parent 8d885772f3
commit 3061eef783
7 changed files with 1471 additions and 1507 deletions

View File

@ -578,7 +578,6 @@ function showTooltip(x, y, color, contents) {
"border-radius": "5px",
"background-color": "#fff",
color: "#111",
"font-family": "Verdana, Arial, Helvetica, Tahoma, sans-serif",
opacity: 0.9
})
.appendTo("body")

View File

@ -1651,7 +1651,6 @@ function print_phases_donut(recipient, phases, width, height) {
.text(function(d) {
return d.data.label;
})
.style("font-family", "Verdana")
.style("font-size", "15px")
.append("tspan")
.attr("dy", "1.2em")
@ -1659,7 +1658,6 @@ function print_phases_donut(recipient, phases, width, height) {
.text(function(d) {
return d.data.label2 + "ms";
})
.style("font-family", "Verdana")
.style("font-size", "15px");
function midAngle(d) {
@ -1816,7 +1814,6 @@ function progress_bar_d3(
.append("text")
.attr("transform", "translate(" + width / 2 + ", " + height / 2 + ")")
.attr("fill", label_color)
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", 20)
.html(label)
@ -1827,7 +1824,6 @@ function progress_bar_d3(
.append("text")
.attr("transform", "translate(" + width / 2 + ", " + height / 2 + ")")
.attr("fill", "#FFFFFF")
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", 14)
.attr("text-anchor", "middle")
@ -1938,7 +1934,6 @@ function progress_bubble_d3(
.append("text")
.attr("transform", "translate(" + width / 2 + ", " + height / 2 + ")")
.attr("fill", label_color)
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", textSize)
.html(label)
@ -1949,7 +1944,6 @@ function progress_bubble_d3(
.append("text")
.attr("transform", "translate(" + width / 2 + ", " + height / 2 + ")")
.attr("fill", label_color)
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", numberSize)
.attr("text-anchor", "middle")
@ -2080,7 +2074,6 @@ function print_circular_progress_bar(
var labelText = circle
.append("text")
.attr("fill", label_color)
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", textSize)
.html(label)
@ -2090,7 +2083,6 @@ function print_circular_progress_bar(
var numberText = circle
.append("text")
.attr("fill", label_color)
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", numberSize)
.attr("text-anchor", "middle")
@ -2099,7 +2091,6 @@ function print_circular_progress_bar(
var percentText = circle
.append("text")
.attr("fill", label_color)
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", unitSize)
.text(unit)
@ -2249,7 +2240,6 @@ function print_interior_circular_progress_bar(
var labelText = circle
.append("text")
.attr("fill", label_color)
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", textSize)
.html(label)
@ -2259,7 +2249,6 @@ function print_interior_circular_progress_bar(
var numberText = circle
.append("text")
.attr("fill", label_color)
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", numberSize)
.attr("text-anchor", "middle")
@ -2268,7 +2257,6 @@ function print_interior_circular_progress_bar(
var percentText = circle
.append("text")
.attr("fill", label_color)
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", unitSize)
.text(unit)
@ -2355,7 +2343,6 @@ function print_donut_graph(
.attr("x", 15)
.attr("y", 10)
.text(m_d.tag_name)
.style("font-family", "smallfontFont")
.style("font-size", "7pt");
});

View File

@ -20906,9 +20906,6 @@ ace.define(
text-align: left;\
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);\
}\
.ace_editor div {\
font-family: monospace !important;\
}\
.ace_scroller {\
position: absolute;\
overflow: hidden;\

File diff suppressed because it is too large Load Diff

View File

@ -2562,12 +2562,12 @@ function restart_map() {
"<div style='width:25%; float:left'><img style='padding-left:20px; padding-top:20px;' src='images/icono_info_mr.png'></div>";
dialog_confirm_text =
dialog_confirm_text +
"<div style='width:75%; float:left;'><h3><strong style='font-family:Verdana; font-size:13pt;'>" +
"<div style='width:75%; float:left;'><h3><strong style='font-size:13pt;'>" +
warning_message +
"</strong></h3>";
dialog_confirm_text =
dialog_confirm_text +
"<p style='font-family:Verdana; font-size:12pt;'>" +
"<p style='font-size:12pt;'>" +
message_to_confirm +
"</p></div>";
dialog_confirm_text = dialog_confirm_text + "</div>";
@ -4090,7 +4090,7 @@ function draw_elements_graph() {
"style",
"font-size: " +
font_size +
"px !important; font-family:Verdana; text-align:center; text-anchor:middle; fill:#000000"
"px !important; text-align:center; text-anchor:middle; fill:#000000"
)
.text(function(d) {
return ellipsize(get_node_name_ov(d), 30);

View File

@ -1621,7 +1621,6 @@ function paint_graph_status(
.attr("x", legend_width_x + 15)
.attr("y", legend_height_x - 20)
.attr("fill", "black")
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", "8pt")
.attr("class", "invert_filter")
@ -1648,7 +1647,6 @@ function paint_graph_status(
.attr("x", legend_width_x + 15)
.attr("y", legend_height_x + 5)
.attr("fill", "black")
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", "8pt")
.attr("class", "invert_filter")
@ -1673,7 +1671,6 @@ function paint_graph_status(
.attr("x", legend_width_x + 15)
.attr("y", legend_height_x + 30)
.attr("fill", "black")
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", "8pt")
.attr("class", "invert_filter")
@ -1819,7 +1816,6 @@ function paint_graph_status(
.attr("x", width_x)
.attr("y", height_x)
.attr("fill", "black")
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", 14)
.style("fill", "red")
@ -1835,7 +1831,6 @@ function paint_graph_status(
.attr("x", width_x)
.attr("y", height_x)
.attr("fill", "black")
.style("font-family", "arial")
.style("font-weight", "bold")
.style("font-size", 14)
.style("fill", "red")

File diff suppressed because one or more lines are too long