cambio de fuentes css

This commit is contained in:
marcos 2021-05-14 11:53:46 +02:00
parent f82efa439f
commit 660c7292a5
53 changed files with 18448 additions and 2140 deletions

View File

@ -1,22 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Wicket Alert</title>
<style type="text/css">
body { margin:0; font-family:arial; font-size:10pt }
h1 { font-weight:bold; font-size:16px; margin:2px 0 2px 4px; color:#237948; font-family:arial; }
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Wicket Alert</title>
<style type="text/css">
body {
margin: 0;
font-size: 10pt;
}
h1 {
font-weight: bold;
font-size: 16px;
margin: 2px 0 2px 4px;
color: #237948;
}
a { color: #237948; text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited { color: #237948; text-decoration:none; }
a:visited:hover { text-decoration:underline; }
</style>
</head>
<body>
<h1>Event Alert</h1>
<div id="e" style="background:url('images/icon.png') no-repeat 0% 50%; margin:0 4px; padding-left:50px; min-height:48px;">
<script src="js/notification.js"></script>
</div>
</body>
a {
color: #237948;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: #237948;
text-decoration: none;
}
a:visited:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Event Alert</h1>
<div
id="e"
style="background:url('images/icon.png') no-repeat 0% 50%; margin:0 4px; padding-left:50px; min-height:48px;"
>
<script src="js/notification.js"></script>
</div>
</body>
</html>

View File

@ -104,7 +104,6 @@ code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
@ -259,23 +258,11 @@ th {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: "Glyphicons Halflings";
src: url("../fonts/glyphicons-halflings-regular.eot");
src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
format("embedded-opentype"),
url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: "Glyphicons Halflings";
font-style: normal;
font-weight: normal;
line-height: 1;
@ -1083,11 +1070,9 @@ th {
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
@ -1097,7 +1082,6 @@ input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
@ -1189,7 +1173,6 @@ h6,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
@ -1537,7 +1520,6 @@ code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
@ -6336,7 +6318,6 @@ button.close {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
@ -6455,7 +6436,6 @@ button.close {
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
@ -6760,7 +6740,6 @@ button.close {
.carousel-control .icon-next {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev:before {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -2238,7 +2238,7 @@ function reporting_html_historical_data($table, $item, $pdf=0)
} else {
// Command line snapshot.
if (is_text_to_black_string($data[__('Data')])) {
$table1->style[1] = 'text-align: left; font-family: monospace, mono';
$table1->style[1] = 'text-align: left;';
$row = [
$data[__('Date')],
'<pre>'.$data[__('Data')].'</pre>',
@ -2323,7 +2323,6 @@ function reporting_html_database_serialized($table, $item, $pdf=0)
}
} else if (is_text_to_black_string($data_unserialized[$key])) {
$table1->style[1] = 'white-space: pre-wrap;';
$table1->style[1] .= 'font-family: monospace, mono; ';
$table1->style[1] .= 'text-align: left';
$data_unserialized[$key] = '<pre>'.$data_value.'</pre>';
}

File diff suppressed because it is too large Load Diff

View File

@ -209,7 +209,6 @@ function d3_bullet_chart(
$output .= '<div id="bullet_graph_'.$id_bullet.'" class="bullet" style="overflow: hidden; width: '.$width.'px; margin-left: auto; margin-right: auto;"></div>
<style>
.bullet_graph {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: auto;
padding-top: 40px;
position: relative;

View File

@ -8,7 +8,6 @@
<style type="text/css">
* {
font-family: 'lato-bolder';
font-size: 1em;
}
@ -24,9 +23,6 @@ ul.clean {
list-style-type: none;
}
p,u,i,b {
font-family: 'lato-bolder';
}
b {
font-size: 0.90em!important;
}

View File

@ -8,7 +8,6 @@
<style type="text/css">
* {
font-family: 'lato-bolder';
font-size: 1em;
}
@ -24,9 +23,6 @@ ul.clean {
list-style-type: none;
}
p,u,i,b {
font-family: 'lato-bolder';
}
b {
font-size: 0.90em!important;
}

View File

@ -8,7 +8,6 @@
<style type="text/css">
* {
font-family: 'lato-bolder';
font-size: 1em;
}
@ -24,9 +23,6 @@ ul.clean {
list-style-type: none;
}
p,u,i,b {
font-family: 'lato-bolder';
}
b {
font-size: 0.90em!important;
}

View File

@ -3404,8 +3404,7 @@ function init_graph(parameter_object) {
"text-anchor: start; " +
"fill: #000000; " +
"fill-opacity: 1; " +
"stroke: none; " +
"font-family: Verdana"
"stroke: none; "
)
.attr("class", "fill_fff")
.attr(

View File

@ -2,7 +2,6 @@
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height: 300px;
}
.CodeMirror-scroll {
@ -29,7 +28,8 @@
border-right: 1px solid #ddd;
background-color: #f7f7f7;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumbers {
}
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
@ -50,7 +50,7 @@
width: auto;
border: 0;
background: transparent;
background: rgba(0, 200, 0, .4);
background: rgba(0, 200, 0, 0.4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6600c800, endColorstr=#4c00c800);
}
/* Kludge to turn off filter in ie9+, which also accepts rgba */
@ -58,45 +58,112 @@
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {
}
/* DEFAULT THEME */
.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable {color: black;}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-property {color: black;}
.cm-s-default .cm-operator {color: black;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-error {color: #f00;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}
.cm-s-default .cm-keyword {
color: #708;
}
.cm-s-default .cm-atom {
color: #219;
}
.cm-s-default .cm-number {
color: #164;
}
.cm-s-default .cm-def {
color: #00f;
}
.cm-s-default .cm-variable {
color: black;
}
.cm-s-default .cm-variable-2 {
color: #05a;
}
.cm-s-default .cm-variable-3 {
color: #085;
}
.cm-s-default .cm-property {
color: black;
}
.cm-s-default .cm-operator {
color: black;
}
.cm-s-default .cm-comment {
color: #a50;
}
.cm-s-default .cm-string {
color: #a11;
}
.cm-s-default .cm-string-2 {
color: #f50;
}
.cm-s-default .cm-meta {
color: #555;
}
.cm-s-default .cm-error {
color: #f00;
}
.cm-s-default .cm-qualifier {
color: #555;
}
.cm-s-default .cm-builtin {
color: #30a;
}
.cm-s-default .cm-bracket {
color: #997;
}
.cm-s-default .cm-tag {
color: #170;
}
.cm-s-default .cm-attribute {
color: #00c;
}
.cm-s-default .cm-header {
color: blue;
}
.cm-s-default .cm-quote {
color: #090;
}
.cm-s-default .cm-hr {
color: #999;
}
.cm-s-default .cm-link {
color: #00c;
}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-emstrong {font-style: italic; font-weight: bold;}
.cm-link {text-decoration: underline;}
.cm-negative {
color: #d44;
}
.cm-positive {
color: #292;
}
.cm-header,
.cm-strong {
font-weight: bold;
}
.cm-em {
font-style: italic;
}
.cm-emstrong {
font-style: italic;
font-weight: bold;
}
.cm-link {
text-decoration: underline;
}
.cm-invalidchar {color: #f00;}
.cm-invalidchar {
color: #f00;
}
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
div.CodeMirror span.CodeMirror-matchingbracket {
color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
color: #f22;
}
/* STOP */
@ -112,8 +179,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-scroll {
/* 30px is the magic margin used to hide the element's real scrollbars */
/* See overflow: hidden in .CodeMirror, and the paddings in .CodeMirror-sizer */
margin-bottom: -30px; margin-right: -30px;
padding-bottom: 30px; padding-right: 30px;
margin-bottom: -30px;
margin-right: -30px;
padding-bottom: 30px;
padding-right: 30px;
height: 100%;
outline: none; /* Prevent dragging from highlighting the element */
position: relative;
@ -125,28 +194,35 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actuall scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler {
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler {
position: absolute;
z-index: 6;
display: none;
}
.CodeMirror-vscrollbar {
right: 0; top: 0;
right: 0;
top: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.CodeMirror-hscrollbar {
bottom: 0; left: 0;
bottom: 0;
left: 0;
overflow-y: hidden;
overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
right: 0; bottom: 0;
right: 0;
bottom: 0;
z-index: 6;
}
.CodeMirror-gutters {
position: absolute; left: 0; top: 0;
position: absolute;
left: 0;
top: 0;
height: 100%;
padding-bottom: 30px;
z-index: 3;
@ -155,8 +231,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
height: 100%;
display: inline-block;
/* Hack to make IE7 behave */
*zoom:1;
*display:inline;
*zoom: 1;
*display: inline;
}
.CodeMirror-gutter-elt {
position: absolute;
@ -169,7 +245,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
}
.CodeMirror pre {
/* Reset some styles that the rest of the page might have set */
-moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border-width: 0;
background: transparent;
font-family: inherit;
@ -190,7 +269,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
}
.CodeMirror-linebackground {
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
}
@ -210,11 +292,14 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-measure {
position: absolute;
width: 100%; height: 0px;
width: 100%;
height: 0px;
overflow: hidden;
visibility: hidden;
}
.CodeMirror-measure pre { position: static; }
.CodeMirror-measure pre {
position: static;
}
.CodeMirror div.CodeMirror-cursor {
position: absolute;
@ -226,16 +311,22 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
visibility: visible;
}
.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-selected {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: #d7d4f0;
}
.cm-searching {
background: #ffa;
background: rgba(255, 255, 0, .4);
background: rgba(255, 255, 0, 0.4);
}
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }
.CodeMirror span {
*vertical-align: text-bottom;
}
@media print {
/* Hide the cursor when printing */

View File

@ -110,9 +110,7 @@ img:-moz-broken {
width: 24px;
height: 24px;
}
font[face="mceinline"] {
font-family: inherit !important;
}
*[contentEditable]:focus {
outline: 0;
}

View File

@ -101,9 +101,7 @@ img:-moz-broken {
width: 24px;
height: 24px;
}
font[face="mceinline"] {
font-family: inherit !important;
}
*[contentEditable]:focus {
outline: 0;
}

View File

@ -1,25 +1,26 @@
body, td, pre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
body,
td,
pre {
font-size: 10px;
}
body {
background-color: #FFFFFF;
background-color: #ffffff;
}
.mceVisualAid {
border: 1px dashed #BBBBBB;
border: 1px dashed #bbbbbb;
}
/* MSIE specific */
* html body {
scrollbar-3dlight-color: #F0F0EE;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #F0F0EE;
scrollbar-darkshadow-color: #DDDDDD;
scrollbar-face-color: #E0E0DD;
scrollbar-highlight-color: #F0F0EE;
scrollbar-shadow-color: #F0F0EE;
scrollbar-track-color: #F5F5F5;
scrollbar-3dlight-color: #f0f0ee;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #f0f0ee;
scrollbar-darkshadow-color: #dddddd;
scrollbar-face-color: #e0e0dd;
scrollbar-highlight-color: #f0f0ee;
scrollbar-shadow-color: #f0f0ee;
scrollbar-track-color: #f5f5f5;
}

View File

@ -58,7 +58,6 @@ ul.sample {
}
span.rule-title {
font-family: "lato-lighter", "Open Sans", sans-serif;
font-weight: normal;
font-size: 2em;
text-align: center;
@ -186,7 +185,6 @@ div#rules.show {
padding-right: 1em;
margin: 0 0.5em 0.5em 0px;
color: #fff;
font-family: "lato-lighter", "Open Sans", sans-serif;
font-weight: 600;
background-color: #333;
word-break: break-all;
@ -268,7 +266,6 @@ div#rules.show {
background-color: #424242;
border: 0px;
color: #fff;
font-family: "lato-lighter", "Open Sans", sans-serif;
font-weight: 600;
}
#rules select.click-list-elements.fields-elements-log {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,6 @@
/* Debug styles */
pre.debug,
div.backtrace {
font-family: monospace;
text-align: left;
padding: 10px;
margin: 5px;

View File

@ -43,7 +43,6 @@ ul.wizard li.flex-indep {
form#modal_form ul.wizard li textarea {
font-size: 0.8em;
font-family: "Courier New", Courier, monospace;
flex: 1 1 400px;
max-width: 400px;
}

View File

@ -4,7 +4,6 @@
background-color: #f2f2f2;
border-radius: 4px;
font-family: Arial, sans-serif;
font-size: 14px;
min-width: 150px;
border: 1px solid #d4d4d4;

View File

@ -249,7 +249,6 @@ li#div-textarea label {
.container-center > .parent_graph p table tr td:not(:first-child) span {
color: rgb(99, 99, 99);
font-size: 8px;
font-family: smallfontFont;
}
.container-gauges-dashboard .gauge_d3_class {
@ -291,7 +290,6 @@ li#div-textarea label {
font-weight: bold;
line-height: 20px;
color: #3f3f3f;
font-family: "lato-lighter", "Open Sans", sans-serif;
letter-spacing: 0.03pt;
text-decoration: none;
text-transform: capitalize;
@ -318,7 +316,6 @@ li#div-textarea label {
}
.div_groups_status table tr td span b {
font-family: "lato-lighter", "Open Sans", sans-serif;
letter-spacing: 0.03pt;
font-size: 11pt;
margin-left: 10px;
@ -337,7 +334,6 @@ table.widget_maps_status tr td:first-child {
}
table.widget_maps_status tr td a {
font-family: "lato-lighter", "Open Sans", sans-serif;
letter-spacing: 0.03pt;
font-size: 9pt;
text-decoration: none;
@ -375,7 +371,6 @@ table.group_modules_status_box tr {
}
table.group_modules_status_box tr td {
font-family: "lato-lighter", "Open Sans", sans-serif;
letter-spacing: 0.03pt;
font-size: 11pt;
text-decoration: none;
@ -398,7 +393,6 @@ table.group_modules_status_box tr td div {
}
table.group_modules_status_box tr td span a {
font-family: "lato-lighter", "Open Sans", sans-serif;
letter-spacing: 0.03pt;
font-size: 11pt;
text-decoration: none;
@ -500,7 +494,6 @@ div#main_pure {
}
#form-config-widget .info_box tbody tr td {
font-family: "lato-bolder", "Open Sans", sans-serif;
font-size: 8pt;
}
@ -537,12 +530,10 @@ div#main_pure {
.visual-console-container-dashboard div.label strong {
color: inherit;
font-family: inherit;
}
.visual-console-container-dashboard div.label strong span {
color: inherit;
font-family: inherit;
}
/* Mobile trick */

View File

@ -7,7 +7,6 @@
.textBanner,
h1,
p {
font-family: "Open Sans", "lato-bolder", sans-serif;
font-size: 1vw;
color: #3f3f3f;
}

View File

@ -1,6 +1,5 @@
.new_task p,
.new_task div {
font-family: "lato-lighter", "Open Sans", sans-serif;
font-weight: lighter;
}
.new_task {

View File

@ -16,14 +16,13 @@ div#foot {
background: #343434;
clear: both;
width: auto;
height: 38px;
height: auto;
margin-top: auto;
box-sizing: border-box;
}
div#foot a,
div#foot span {
font-family: "Open Sans", sans-serif;
font-size: 8pt;
color: #9ca4a6;
}

View File

@ -17,7 +17,6 @@
*/
* {
font-family: verdana, sans-serif;
font-size: 8pt;
}
h1,

View File

@ -28,7 +28,6 @@ div.help_feedback {
}
.help_feedback * {
font-family: "lato", "courier", sans-serif;
font-size: 8pt;
}

View File

@ -133,13 +133,11 @@ span.arr {
margin-left: 5px;
padding: 2px 1px 6px 15px;
display: block;
font-family: verdana, arial, sans;
font-size: 8.5pt;
}
body,
td {
font-family: Sans, Arial, sans;
font-size: 9pt;
line-height: 15px;
}
@ -195,7 +193,6 @@ div.installation_step {
-o-transition-property: background-color, color;
-o-transition-duration: 1s;
color: #82b92e;
font-family: Sans, Arial, sans;
}
.btn_install_next:hover .btn_install_next_text {
transition-property: background-color, color;
@ -241,7 +238,6 @@ div.installation_step {
color: #fff;
font-size: 12pt;
text-align: center;
font-family: Sans, Arial, sans;
}
.popup-inner {

View File

@ -102,7 +102,6 @@ div.integria_details_description textarea {
border: none;
border-radius: 0;
border-bottom: 1px solid #ccc;
font-family: "lato-bolder", "Open Sans", sans-serif;
font-size: 10pt;
padding: 2px 5px;
box-sizing: border-box;

View File

@ -41,7 +41,6 @@
padding: 0;
margin: 0;
cursor: text;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
font-style: inherit;

View File

@ -9,7 +9,6 @@
#ColorPickerDiv td.color {
cursor: pointer;
font-size: xx-small;
font-family: "Arial", "Microsoft Sans Serif";
}
#ColorPickerDiv td.color label {
cursor: pointer;

View File

@ -91,7 +91,6 @@ tr.introjs-showElement > th {
left: -16px;
z-index: 9999999999;
padding: 2px;
font-family: Arial, verdana, tahoma;
font-size: 13px;
font-weight: bold;
color: white;
@ -213,7 +212,7 @@ tr.introjs-showElement > th {
margin: 0;
text-decoration: none;
text-shadow: 1px 1px 0 #fff;
font: 11px / normal sans-serif;
font: 11px / normal;
color: #333;
white-space: nowrap;
cursor: pointer;

View File

@ -31,7 +31,6 @@
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
}

View File

@ -252,7 +252,6 @@
padding: 20px 20px;
color: #383838;
margin-bottom: 10px;
font-family: source-code, monospace;
}
#modal_library div.view_web {

View File

@ -43,7 +43,6 @@
align-items: center;
justify-content: center;
overflow: hidden;
font-family: "lato-bolder", "Open Sans", sans-serif;
text-decoration: none;
}
@ -71,7 +70,6 @@
}
.container-msg-target-modal p {
font-family: "lato-lighter", "Open Sans", sans-serif;
margin-bottom: 20px;
font-size: 10pt;
}
@ -87,7 +85,6 @@ span.success {
}
.container-msg-target-modal pre {
font-family: monospace;
padding: 1em;
white-space: pre-wrap;
background-color: #efefef;
@ -107,7 +104,6 @@ ul.wizard li > textarea {
}
.label_select {
font-family: "lato-lighter", "Open Sans", sans-serif;
font-weight: bolder;
}
@ -332,7 +328,6 @@ div.arrow_box:before {
.breadcrumb_link {
color: #848484;
font-size: 10pt;
font-family: "lato-bolder", "Open Sans", sans-serif;
text-decoration: none;
}
@ -403,7 +398,6 @@ li > input[type="email"],
border: none;
border-radius: 0;
border-bottom: 1px solid #ccc;
font-family: "lato-bolder", "Open Sans", sans-serif;
font-weight: lighter;
padding: 0px 0px 2px 0px;
box-sizing: border-box;
@ -473,7 +467,6 @@ div.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content.uitool
background: transparent;
color: #fff;
font-weight: bold;
font-family: "lato-lighter", "Open Sans", sans-serif;
letter-spacing: 0.03pt;
font-size: 8pt;
}

View File

@ -33,7 +33,6 @@ div.show_result_interpreter {
padding-left: 15px;
padding-right: 40px;
color: #777;
font-family: "Open Sans", sans-serif;
font-size: 8.5pt;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

View File

@ -108,7 +108,6 @@
* {
font-size: 8.5pt;
color: #303030;
-moz-osx-font-smoothing: grayscale;
line-height: 16pt;
}
@ -235,10 +234,6 @@ ul {
padding-left: 0;
margin-left: 0;
}
code,
pre {
font-family: source-code, courier, serif;
}
fieldset {
background-color: #fff;
@ -950,6 +945,7 @@ input.sub {
padding-left: 15px;
border: 1px solid #888;
cursor: pointer;
font-family: inherit;
}
button.sub:hover,
@ -2546,6 +2542,7 @@ select {
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 10pt;
font-family: inherit;
}
/* plugins */
@ -2578,7 +2575,6 @@ span#plugin_description {
.visual_font_size_4pt span em {
font-size: 4pt;
line-height: 4pt;
font-family: inherit;
}
.visual_font_size_6pt,
.visual_font_size_6pt > em,
@ -2591,7 +2587,6 @@ span#plugin_description {
.visual_font_size_6pt span em {
font-size: 6pt;
line-height: 6pt;
font-family: inherit;
}
.visual_font_size_8pt,
.visual_font_size_8pt > em,
@ -2604,7 +2599,6 @@ span#plugin_description {
.visual_font_size_8pt span em {
font-size: 8pt;
line-height: 8pt;
font-family: inherit;
}
.visual_font_size_10pt,
.visual_font_size_10pt > em,
@ -2617,7 +2611,6 @@ span#plugin_description {
.visual_font_size_10pt span em {
font-size: 10pt;
line-height: 10pt;
font-family: inherit;
}
.visual_font_size_12pt,
.visual_font_size_12pt > em,
@ -2630,7 +2623,6 @@ span#plugin_description {
.visual_font_size_12pt span em {
font-size: 12pt;
line-height: 12pt;
font-family: inherit;
}
.visual_font_size_14pt,
.visual_font_size_14pt > em,
@ -2643,7 +2635,6 @@ span#plugin_description {
.visual_font_size_14pt span em {
font-size: 14pt;
line-height: 14pt;
font-family: inherit;
}
.visual_font_size_18pt,
.visual_font_size_18pt > em,
@ -2656,7 +2647,6 @@ span#plugin_description {
.visual_font_size_18pt span em {
font-size: 18pt;
line-height: 18pt;
font-family: inherit;
}
.visual_font_size_24pt,
@ -2670,7 +2660,6 @@ span#plugin_description {
.visual_font_size_24pt span em {
font-size: 24pt;
line-height: 24pt;
font-family: inherit;
}
.visual_font_size_28pt,
.visual_font_size_28pt > em,
@ -2683,7 +2672,6 @@ span#plugin_description {
.visual_font_size_28pt span em {
font-size: 28pt;
line-height: 28pt;
font-family: inherit;
}
.visual_font_size_36pt,
.visual_font_size_36pt > em,
@ -2696,7 +2684,6 @@ span#plugin_description {
.visual_font_size_36pt span em {
font-size: 36pt;
line-height: 36pt;
font-family: inherit;
}
.visual_font_size_48pt,
.visual_font_size_48pt > em,
@ -2709,7 +2696,6 @@ span#plugin_description {
.visual_font_size_48pt span em {
font-size: 48pt;
line-height: 48pt;
font-family: inherit;
}
.visual_font_size_60pt,
.visual_font_size_60pt > em,
@ -2722,7 +2708,6 @@ span#plugin_description {
.visual_font_size_60pt span em {
font-size: 60pt;
line-height: 60pt;
font-family: inherit;
}
.visual_font_size_72pt,
.visual_font_size_72pt > em,
@ -2735,7 +2720,6 @@ span#plugin_description {
.visual_font_size_72pt span em {
font-size: 72pt;
line-height: 72pt;
font-family: inherit;
}
.visual_font_size_84pt,
@ -2749,7 +2733,6 @@ span#plugin_description {
.visual_font_size_84pt span em {
font-size: 84pt;
line-height: 84pt;
font-family: inherit;
}
.visual_font_size_96pt,
@ -2763,7 +2746,6 @@ span#plugin_description {
.visual_font_size_96pt span em {
font-size: 96pt;
line-height: 96pt;
font-family: inherit;
}
.visual_font_size_116pt,
@ -2777,7 +2759,6 @@ span#plugin_description {
.visual_font_size_116pt span em {
font-size: 116pt;
line-height: 116pt;
font-family: inherit;
}
.visual_font_size_128pt,
@ -2791,7 +2772,6 @@ span#plugin_description {
.visual_font_size_128pt span em {
font-size: 128pt;
line-height: 128pt;
font-family: inherit;
}
.visual_font_size_140pt,
@ -2805,7 +2785,6 @@ span#plugin_description {
.visual_font_size_140pt span em {
font-size: 140pt;
line-height: 140pt;
font-family: inherit;
}
.visual_font_size_154pt,
@ -2819,7 +2798,6 @@ span#plugin_description {
.visual_font_size_154pt span em {
font-size: 154pt;
line-height: 154pt;
font-family: inherit;
}
.visual_font_size_196pt,
@ -2833,7 +2811,6 @@ span#plugin_description {
.visual_font_size_196pt span em {
font-size: 196pt;
line-height: 196pt;
font-family: inherit;
}
.resize_visual_font_size_8pt,
@ -3581,7 +3558,6 @@ div.simple_value > span.text > p,
div.simple_value > span.text > p > span > strong,
div.simple_value > span.text > p > strong,
div.simple_value > a > span.text p {
font-family: source-code;
white-space: pre;
}
@ -5975,7 +5951,6 @@ form#modal_form_feedback ul.wizard li > textarea {
width: 600px;
height: 15em;
display: inline-block;
font-family: source-code;
}
/*
* ---------------------------------------------------------------------
@ -8201,7 +8176,6 @@ div.steps_vsmap {
padding: 10px;
font-size: 14px;
line-height: 16px;
font-family: source-code, mono, monospace;
text-align: left;
}
.tactical_left_column {

View File

@ -96,7 +96,6 @@ table.header_table tbody tr {
/* TABLE OF CONTENTS */
div.mpdf_toc {
font-family: sans-serif;
line-height: normal;
}

View File

@ -586,7 +586,6 @@ form#modal_form_feedback ul.wizard li > textarea {
width: 600px;
height: 15em;
display: inline-block;
font-family: source-code;
}
#categories_library .card_category a:hover {
@ -883,7 +882,6 @@ div#dashboard-controls {
text-align: center;
text-anchor: middle;
fill: #fff;
font-family: Verdana;
}
.tickLabel {
@ -997,3 +995,14 @@ table.databox {
.tactical_set {
border-color: #707070;
}
.header_title {
font-weight: 600;
font-size: 10.5pt;
color: #fff;
}
.header_subtitle {
font-size: 10pt;
color: #a0a0a0;
font-weight: 300;
}

View File

@ -92,7 +92,6 @@ Exclude css from visual styles
}
* {
font-family: "lato";
font-size: 8.5pt;
color: #303030;
-moz-osx-font-smoothing: grayscale;

View File

@ -22,7 +22,6 @@
left: 0;
right: 0;
margin-top: 0.2em;
font-family: "lato-bolder", "Open Sans", sans-serif;
}
.progress {

View File

@ -1,13 +1,11 @@
span.subtitle {
font-size: 1.3em;
font-weight: normal;
font-family: "lato-bolder";
}
span.subtitle-2 {
font-size: 1em;
font-weight: normal;
font-family: "lato-bolder";
}
.no-borders {

View File

@ -44,7 +44,6 @@ div.subtitle {
div.subtitle span {
font-size: 1.9em;
font-family: "lato-bolder", "Open Sans", sans-serif;
}
div.subtitle div.manage {

View File

@ -422,12 +422,10 @@ div#cont {
div.label strong {
color: inherit;
font-family: inherit;
}
div.label strong span {
color: inherit;
font-family: inherit;
}
/*.termframe{

View File

@ -6,9 +6,6 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Feedback</title>
<style>
* {
font-family: Arial, Helvetica, sans-serif;
}
h3 {
padding: 30px;
background-color: #81b92e;

View File

@ -118,7 +118,6 @@
flex-wrap: wrap;
align-items: center;
font-size: 12pt;
font-family: "lato-bolder", "Open Sans", sans-serif;
font-weight: 600;
color: #343434;
margin-right: 10px;
@ -135,7 +134,6 @@
border: none;
border-radius: 0;
border-bottom: 1px solid #ccc;
font-family: "lato-bolder", "Open Sans", sans-serif;
font-weight: lighter;
padding: 0px 0px 2px 0px;
box-sizing: border-box;
@ -150,7 +148,6 @@
}
.div-input-group select {
font-family: "lato-bolder", "Open Sans", sans-serif;
font-weight: lighter;
font-size: 10pt;
}
@ -189,7 +186,6 @@
.div-input-group h3 {
text-transform: initial;
font-family: "lato-bolder", "Open Sans", sans-serif;
text-align: center;
font-style: italic;
text-decoration: underline;
@ -321,13 +317,6 @@ p.error-p-validate {
color: #ffffff;
}
/*
@font-face {
font-family: Alarm Clock;
src: url(alarm-clock.ttf);
}
*/
/* Digital clock */
.visual-console-item .digital-clock {
@ -658,11 +647,6 @@ div.module-graph .gauge_d3_class {
color: #ffffff;
}
@font-face {
font-family: Alarm Clock;
src: url(alarm-clock.ttf);
}
/* Digital clock */
.visual-console-item .digital-clock {

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,6 @@ body {
border-style: none;
direction: ltr;
display: block;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
text-align: left;
vertical-align: top;

View File

@ -6,89 +6,99 @@ A default margin-top/bottom for lists is NOT set in config.php - (standard brows
Need to add the following to do this, but also prevent margins in nested lists as per default HTML in most browsers:
*/
ul, ol {
margin-top: 0.83em;
margin-bottom: 0.83em;
ul,
ol {
margin-top: 0.83em;
margin-bottom: 0.83em;
}
ul ul, ul ol, ol ul, ol ol {
margin-top: 0;
margin-bottom: 0;
ul ul,
ul ol,
ol ul,
ol ol {
margin-top: 0;
margin-bottom: 0;
}
/* INDEXES */
div.mpdf_index_main {
font-family: sans-serif;
line-height: normal;
line-height: normal;
}
div.mpdf_index_entry {
line-height: normal;
text-indent: -1.5em;
line-height: normal;
text-indent: -1.5em;
}
div.mpdf_index_letter {
font-family: sans-serif;
font-size: 1.8em;
font-weight: bold;
line-height: normal;
text-transform: uppercase;
page-break-after: avoid;
margin-top: 0.3em;
margin-collapse: collapse;
font-size: 1.8em;
font-weight: bold;
line-height: normal;
text-transform: uppercase;
page-break-after: avoid;
margin-top: 0.3em;
margin-collapse: collapse;
}
a.mpdf_index_link {
color: #000000;
text-decoration: none;
color: #000000;
text-decoration: none;
}
/* TABLE OF CONTENTS */
div.mpdf_toc {
font-family: sans-serif;
line-height: normal;
line-height: normal;
}
a.mpdf_toc_a {
text-decoration: none;
color: black;
text-decoration: none;
color: black;
}
div.mpdf_toc_level_0 { /* Whole line level 0 */
line-height: 1.5;
margin-left: 0;
padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
div.mpdf_toc_level_0 {
/* Whole line level 0 */
line-height: 1.5;
margin-left: 0;
padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
}
span.mpdf_toc_t_level_0 { /* Title level 0 - may be inside <a> */
font-weight: bold;
span.mpdf_toc_t_level_0 {
/* Title level 0 - may be inside <a> */
font-weight: bold;
}
span.mpdf_toc_p_level_0 { /* Page no. level 0 - may be inside <a> */
span.mpdf_toc_p_level_0 {
/* Page no. level 0 - may be inside <a> */
}
div.mpdf_toc_level_1 { /* Whole line level 1 */
margin-left: 2em;
text-indent: -2em;
padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
div.mpdf_toc_level_1 {
/* Whole line level 1 */
margin-left: 2em;
text-indent: -2em;
padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
}
span.mpdf_toc_t_level_1 { /* Title level 1 */
font-style: italic;
font-weight: bold;
span.mpdf_toc_t_level_1 {
/* Title level 1 */
font-style: italic;
font-weight: bold;
}
span.mpdf_toc_p_level_1 { /* Page no. level 1 - may be inside <a> */
span.mpdf_toc_p_level_1 {
/* Page no. level 1 - may be inside <a> */
}
div.mpdf_toc_level_2 { /* Whole line level 2 */
margin-left: 4em;
text-indent: -2em;
padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
div.mpdf_toc_level_2 {
/* Whole line level 2 */
margin-left: 4em;
text-indent: -2em;
padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
}
span.mpdf_toc_t_level_2 { /* Title level 2 */
span.mpdf_toc_t_level_2 {
/* Title level 2 */
}
span.mpdf_toc_p_level_2 { /* Page no. level 2 - may be inside <a> */
span.mpdf_toc_p_level_2 {
/* Page no. level 2 - may be inside <a> */
}

View File

@ -104,7 +104,7 @@ sub write_report {
'<html>
<style>
<!--
* {font-family: verdana, sans-serif; font-size: 8pt;}
* {font-size: 8pt;}
body {text-align: left; background-color: #f9f9f9;}
h1, h2 {font: bold 1em Arial, Sans-serif; text-transform: uppercase; color: #786; padding-bottom: 4px; padding-top: 7px;}
h1 {font-size: 18px; text-align: center; font-weight: bold;}

View File

@ -1,8 +1,3 @@
@font-face {
font-family: Alarm Clock;
src: url(./alarm-clock.ttf);
}
/* Digital clock */
.visual-console-item .digital-clock {
@ -23,7 +18,6 @@
}
.visual-console-item .digital-clock > span.time {
font-family: "Alarm Clock", "Courier New", Courier, monospace;
font-size: 50px;
}

View File

@ -118,7 +118,6 @@
flex-wrap: wrap;
align-items: center;
font-size: 12pt;
font-family: "lato-bolder", "Open Sans", sans-serif;
font-weight: 600;
color: #343434;
margin-right: 10px;
@ -135,7 +134,6 @@
border: none;
border-radius: 0;
border-bottom: 1px solid #ccc;
font-family: "lato-bolder", "Open Sans", sans-serif;
font-weight: lighter;
padding: 0px 0px 2px 0px;
box-sizing: border-box;
@ -150,7 +148,6 @@
}
.div-input-group select {
font-family: "lato-bolder", "Open Sans", sans-serif;
font-weight: lighter;
font-size: 10pt;
}
@ -189,7 +186,6 @@
.div-input-group h3 {
text-transform: initial;
font-family: "lato-bolder", "Open Sans", sans-serif;
text-align: center;
font-style: italic;
text-decoration: underline;