mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
cambio de fuentes css
This commit is contained in:
parent
f82efa439f
commit
660c7292a5
@ -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">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
||||||
<title>Wicket Alert</title>
|
<title>Wicket Alert</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body { margin:0; font-family:arial; font-size:10pt }
|
body {
|
||||||
h1 { font-weight:bold; font-size:16px; margin:2px 0 2px 4px; color:#237948; font-family:arial; }
|
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 {
|
||||||
a:hover { text-decoration:underline; }
|
color: #237948;
|
||||||
a:visited { color: #237948; text-decoration:none; }
|
text-decoration: none;
|
||||||
a:visited:hover { text-decoration:underline; }
|
}
|
||||||
</style>
|
a:hover {
|
||||||
</head>
|
text-decoration: underline;
|
||||||
<body>
|
}
|
||||||
<h1>Event Alert</h1>
|
a:visited {
|
||||||
<div id="e" style="background:url('images/icon.png') no-repeat 0% 50%; margin:0 4px; padding-left:50px; min-height:48px;">
|
color: #237948;
|
||||||
<script src="js/notification.js"></script>
|
text-decoration: none;
|
||||||
</div>
|
}
|
||||||
</body>
|
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>
|
</html>
|
||||||
|
21
pandora_console/include/ehorus/css/bootstrap.css
vendored
21
pandora_console/include/ehorus/css/bootstrap.css
vendored
@ -104,7 +104,6 @@ code,
|
|||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
samp {
|
samp {
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
button,
|
button,
|
||||||
@ -259,23 +258,11 @@ th {
|
|||||||
border: 1px solid #ddd !important;
|
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 {
|
.glyphicon {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: "Glyphicons Halflings";
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
@ -1083,11 +1070,9 @@ th {
|
|||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -1097,7 +1082,6 @@ input,
|
|||||||
button,
|
button,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
font-family: inherit;
|
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
@ -1189,7 +1173,6 @@ h6,
|
|||||||
.h4,
|
.h4,
|
||||||
.h5,
|
.h5,
|
||||||
.h6 {
|
.h6 {
|
||||||
font-family: inherit;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
@ -1537,7 +1520,6 @@ code,
|
|||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
samp {
|
samp {
|
||||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
@ -6336,7 +6318,6 @@ button.close {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1070;
|
z-index: 1070;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -6455,7 +6436,6 @@ button.close {
|
|||||||
display: none;
|
display: none;
|
||||||
max-width: 276px;
|
max-width: 276px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -6760,7 +6740,6 @@ button.close {
|
|||||||
.carousel-control .icon-next {
|
.carousel-control .icon-next {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
font-family: serif;
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
.carousel-control .icon-prev:before {
|
.carousel-control .icon-prev:before {
|
||||||
|
File diff suppressed because one or more lines are too long
7119
pandora_console/include/ehorus/css/bootstrap.min.css
vendored
7119
pandora_console/include/ehorus/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -2238,7 +2238,7 @@ function reporting_html_historical_data($table, $item, $pdf=0)
|
|||||||
} else {
|
} else {
|
||||||
// Command line snapshot.
|
// Command line snapshot.
|
||||||
if (is_text_to_black_string($data[__('Data')])) {
|
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 = [
|
$row = [
|
||||||
$data[__('Date')],
|
$data[__('Date')],
|
||||||
'<pre>'.$data[__('Data')].'</pre>',
|
'<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])) {
|
} else if (is_text_to_black_string($data_unserialized[$key])) {
|
||||||
$table1->style[1] = 'white-space: pre-wrap;';
|
$table1->style[1] = 'white-space: pre-wrap;';
|
||||||
$table1->style[1] .= 'font-family: monospace, mono; ';
|
|
||||||
$table1->style[1] .= 'text-align: left';
|
$table1->style[1] .= 'text-align: left';
|
||||||
$data_unserialized[$key] = '<pre>'.$data_value.'</pre>';
|
$data_unserialized[$key] = '<pre>'.$data_value.'</pre>';
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -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>
|
$output .= '<div id="bullet_graph_'.$id_bullet.'" class="bullet" style="overflow: hidden; width: '.$width.'px; margin-left: auto; margin-right: auto;"></div>
|
||||||
<style>
|
<style>
|
||||||
.bullet_graph {
|
.bullet_graph {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'lato-bolder';
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,9 +23,6 @@ ul.clean {
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,u,i,b {
|
|
||||||
font-family: 'lato-bolder';
|
|
||||||
}
|
|
||||||
b {
|
b {
|
||||||
font-size: 0.90em!important;
|
font-size: 0.90em!important;
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'lato-bolder';
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,9 +23,6 @@ ul.clean {
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,u,i,b {
|
|
||||||
font-family: 'lato-bolder';
|
|
||||||
}
|
|
||||||
b {
|
b {
|
||||||
font-size: 0.90em!important;
|
font-size: 0.90em!important;
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'lato-bolder';
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,9 +23,6 @@ ul.clean {
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,u,i,b {
|
|
||||||
font-family: 'lato-bolder';
|
|
||||||
}
|
|
||||||
b {
|
b {
|
||||||
font-size: 0.90em!important;
|
font-size: 0.90em!important;
|
||||||
}
|
}
|
||||||
|
@ -3404,8 +3404,7 @@ function init_graph(parameter_object) {
|
|||||||
"text-anchor: start; " +
|
"text-anchor: start; " +
|
||||||
"fill: #000000; " +
|
"fill: #000000; " +
|
||||||
"fill-opacity: 1; " +
|
"fill-opacity: 1; " +
|
||||||
"stroke: none; " +
|
"stroke: none; "
|
||||||
"font-family: Verdana"
|
|
||||||
)
|
)
|
||||||
.attr("class", "fill_fff")
|
.attr("class", "fill_fff")
|
||||||
.attr(
|
.attr(
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
/* Set height, width, borders, and global font properties here */
|
/* Set height, width, borders, and global font properties here */
|
||||||
font-family: monospace;
|
|
||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
.CodeMirror-scroll {
|
.CodeMirror-scroll {
|
||||||
@ -29,7 +28,8 @@
|
|||||||
border-right: 1px solid #ddd;
|
border-right: 1px solid #ddd;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
.CodeMirror-linenumbers {}
|
.CodeMirror-linenumbers {
|
||||||
|
}
|
||||||
.CodeMirror-linenumber {
|
.CodeMirror-linenumber {
|
||||||
padding: 0 3px 0 5px;
|
padding: 0 3px 0 5px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
@ -50,7 +50,7 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
background: rgba(0, 200, 0, .4);
|
background: rgba(0, 200, 0, 0.4);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6600c800, endColorstr=#4c00c800);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6600c800, endColorstr=#4c00c800);
|
||||||
}
|
}
|
||||||
/* Kludge to turn off filter in ie9+, which also accepts rgba */
|
/* Kludge to turn off filter in ie9+, which also accepts rgba */
|
||||||
@ -58,45 +58,112 @@
|
|||||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||||
}
|
}
|
||||||
/* Can style cursor different in overwrite (non-insert) mode */
|
/* Can style cursor different in overwrite (non-insert) mode */
|
||||||
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
|
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {
|
||||||
|
}
|
||||||
|
|
||||||
/* DEFAULT THEME */
|
/* DEFAULT THEME */
|
||||||
|
|
||||||
.cm-s-default .cm-keyword {color: #708;}
|
.cm-s-default .cm-keyword {
|
||||||
.cm-s-default .cm-atom {color: #219;}
|
color: #708;
|
||||||
.cm-s-default .cm-number {color: #164;}
|
}
|
||||||
.cm-s-default .cm-def {color: #00f;}
|
.cm-s-default .cm-atom {
|
||||||
.cm-s-default .cm-variable {color: black;}
|
color: #219;
|
||||||
.cm-s-default .cm-variable-2 {color: #05a;}
|
}
|
||||||
.cm-s-default .cm-variable-3 {color: #085;}
|
.cm-s-default .cm-number {
|
||||||
.cm-s-default .cm-property {color: black;}
|
color: #164;
|
||||||
.cm-s-default .cm-operator {color: black;}
|
}
|
||||||
.cm-s-default .cm-comment {color: #a50;}
|
.cm-s-default .cm-def {
|
||||||
.cm-s-default .cm-string {color: #a11;}
|
color: #00f;
|
||||||
.cm-s-default .cm-string-2 {color: #f50;}
|
}
|
||||||
.cm-s-default .cm-meta {color: #555;}
|
.cm-s-default .cm-variable {
|
||||||
.cm-s-default .cm-error {color: #f00;}
|
color: black;
|
||||||
.cm-s-default .cm-qualifier {color: #555;}
|
}
|
||||||
.cm-s-default .cm-builtin {color: #30a;}
|
.cm-s-default .cm-variable-2 {
|
||||||
.cm-s-default .cm-bracket {color: #997;}
|
color: #05a;
|
||||||
.cm-s-default .cm-tag {color: #170;}
|
}
|
||||||
.cm-s-default .cm-attribute {color: #00c;}
|
.cm-s-default .cm-variable-3 {
|
||||||
.cm-s-default .cm-header {color: blue;}
|
color: #085;
|
||||||
.cm-s-default .cm-quote {color: #090;}
|
}
|
||||||
.cm-s-default .cm-hr {color: #999;}
|
.cm-s-default .cm-property {
|
||||||
.cm-s-default .cm-link {color: #00c;}
|
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-negative {
|
||||||
.cm-positive {color: #292;}
|
color: #d44;
|
||||||
.cm-header, .cm-strong {font-weight: bold;}
|
}
|
||||||
.cm-em {font-style: italic;}
|
.cm-positive {
|
||||||
.cm-emstrong {font-style: italic; font-weight: bold;}
|
color: #292;
|
||||||
.cm-link {text-decoration: underline;}
|
}
|
||||||
|
.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-matchingbracket {
|
||||||
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
color: #0f0;
|
||||||
|
}
|
||||||
|
div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
||||||
|
color: #f22;
|
||||||
|
}
|
||||||
|
|
||||||
/* STOP */
|
/* STOP */
|
||||||
|
|
||||||
@ -112,8 +179,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
|||||||
.CodeMirror-scroll {
|
.CodeMirror-scroll {
|
||||||
/* 30px is the magic margin used to hide the element's real scrollbars */
|
/* 30px is the magic margin used to hide the element's real scrollbars */
|
||||||
/* See overflow: hidden in .CodeMirror, and the paddings in .CodeMirror-sizer */
|
/* See overflow: hidden in .CodeMirror, and the paddings in .CodeMirror-sizer */
|
||||||
margin-bottom: -30px; margin-right: -30px;
|
margin-bottom: -30px;
|
||||||
padding-bottom: 30px; padding-right: 30px;
|
margin-right: -30px;
|
||||||
|
padding-bottom: 30px;
|
||||||
|
padding-right: 30px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
outline: none; /* Prevent dragging from highlighting the element */
|
outline: none; /* Prevent dragging from highlighting the element */
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -125,28 +194,35 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
|||||||
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
||||||
before actuall scrolling happens, thus preventing shaking and
|
before actuall scrolling happens, thus preventing shaking and
|
||||||
flickering artifacts. */
|
flickering artifacts. */
|
||||||
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler {
|
.CodeMirror-vscrollbar,
|
||||||
|
.CodeMirror-hscrollbar,
|
||||||
|
.CodeMirror-scrollbar-filler {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.CodeMirror-vscrollbar {
|
.CodeMirror-vscrollbar {
|
||||||
right: 0; top: 0;
|
right: 0;
|
||||||
|
top: 0;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.CodeMirror-hscrollbar {
|
.CodeMirror-hscrollbar {
|
||||||
bottom: 0; left: 0;
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
.CodeMirror-scrollbar-filler {
|
.CodeMirror-scrollbar-filler {
|
||||||
right: 0; bottom: 0;
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-gutters {
|
.CodeMirror-gutters {
|
||||||
position: absolute; left: 0; top: 0;
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
@ -155,8 +231,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
/* Hack to make IE7 behave */
|
/* Hack to make IE7 behave */
|
||||||
*zoom:1;
|
*zoom: 1;
|
||||||
*display:inline;
|
*display: inline;
|
||||||
}
|
}
|
||||||
.CodeMirror-gutter-elt {
|
.CodeMirror-gutter-elt {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -169,7 +245,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
|||||||
}
|
}
|
||||||
.CodeMirror pre {
|
.CodeMirror pre {
|
||||||
/* Reset some styles that the rest of the page might have set */
|
/* 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;
|
border-width: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
@ -190,7 +269,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
|||||||
}
|
}
|
||||||
.CodeMirror-linebackground {
|
.CodeMirror-linebackground {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0; right: 0; top: 0; bottom: 0;
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -210,11 +292,14 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
|||||||
|
|
||||||
.CodeMirror-measure {
|
.CodeMirror-measure {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%; height: 0px;
|
width: 100%;
|
||||||
|
height: 0px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
.CodeMirror-measure pre { position: static; }
|
.CodeMirror-measure pre {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror div.CodeMirror-cursor {
|
.CodeMirror div.CodeMirror-cursor {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -226,16 +311,22 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
|||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-selected { background: #d9d9d9; }
|
.CodeMirror-selected {
|
||||||
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
|
background: #d9d9d9;
|
||||||
|
}
|
||||||
|
.CodeMirror-focused .CodeMirror-selected {
|
||||||
|
background: #d7d4f0;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-searching {
|
.cm-searching {
|
||||||
background: #ffa;
|
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 */
|
/* 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 {
|
@media print {
|
||||||
/* Hide the cursor when printing */
|
/* Hide the cursor when printing */
|
||||||
|
@ -110,9 +110,7 @@ img:-moz-broken {
|
|||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
font[face="mceinline"] {
|
|
||||||
font-family: inherit !important;
|
|
||||||
}
|
|
||||||
*[contentEditable]:focus {
|
*[contentEditable]:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
@ -101,9 +101,7 @@ img:-moz-broken {
|
|||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
font[face="mceinline"] {
|
|
||||||
font-family: inherit !important;
|
|
||||||
}
|
|
||||||
*[contentEditable]:focus {
|
*[contentEditable]:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
@ -1,25 +1,26 @@
|
|||||||
body, td, pre {
|
body,
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
td,
|
||||||
font-size: 10px;
|
pre {
|
||||||
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #FFFFFF;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mceVisualAid {
|
.mceVisualAid {
|
||||||
border: 1px dashed #BBBBBB;
|
border: 1px dashed #bbbbbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MSIE specific */
|
/* MSIE specific */
|
||||||
|
|
||||||
* html body {
|
* html body {
|
||||||
scrollbar-3dlight-color: #F0F0EE;
|
scrollbar-3dlight-color: #f0f0ee;
|
||||||
scrollbar-arrow-color: #676662;
|
scrollbar-arrow-color: #676662;
|
||||||
scrollbar-base-color: #F0F0EE;
|
scrollbar-base-color: #f0f0ee;
|
||||||
scrollbar-darkshadow-color: #DDDDDD;
|
scrollbar-darkshadow-color: #dddddd;
|
||||||
scrollbar-face-color: #E0E0DD;
|
scrollbar-face-color: #e0e0dd;
|
||||||
scrollbar-highlight-color: #F0F0EE;
|
scrollbar-highlight-color: #f0f0ee;
|
||||||
scrollbar-shadow-color: #F0F0EE;
|
scrollbar-shadow-color: #f0f0ee;
|
||||||
scrollbar-track-color: #F5F5F5;
|
scrollbar-track-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,6 @@ ul.sample {
|
|||||||
}
|
}
|
||||||
|
|
||||||
span.rule-title {
|
span.rule-title {
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -186,7 +185,6 @@ div#rules.show {
|
|||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
margin: 0 0.5em 0.5em 0px;
|
margin: 0 0.5em 0.5em 0px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
@ -268,7 +266,6 @@ div#rules.show {
|
|||||||
background-color: #424242;
|
background-color: #424242;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
#rules select.click-list-elements.fields-elements-log {
|
#rules select.click-list-elements.fields-elements-log {
|
||||||
|
9199
pandora_console/include/styles/bootstrap.min.css
vendored
9199
pandora_console/include/styles/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,7 +1,6 @@
|
|||||||
/* Debug styles */
|
/* Debug styles */
|
||||||
pre.debug,
|
pre.debug,
|
||||||
div.backtrace {
|
div.backtrace {
|
||||||
font-family: monospace;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
@ -43,7 +43,6 @@ ul.wizard li.flex-indep {
|
|||||||
|
|
||||||
form#modal_form ul.wizard li textarea {
|
form#modal_form ul.wizard li textarea {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-family: "Courier New", Courier, monospace;
|
|
||||||
flex: 1 1 400px;
|
flex: 1 1 400px;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
border: 1px solid #d4d4d4;
|
border: 1px solid #d4d4d4;
|
||||||
|
@ -249,7 +249,6 @@ li#div-textarea label {
|
|||||||
.container-center > .parent_graph p table tr td:not(:first-child) span {
|
.container-center > .parent_graph p table tr td:not(:first-child) span {
|
||||||
color: rgb(99, 99, 99);
|
color: rgb(99, 99, 99);
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
font-family: smallfontFont;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-gauges-dashboard .gauge_d3_class {
|
.container-gauges-dashboard .gauge_d3_class {
|
||||||
@ -291,7 +290,6 @@ li#div-textarea label {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
color: #3f3f3f;
|
color: #3f3f3f;
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
letter-spacing: 0.03pt;
|
letter-spacing: 0.03pt;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
@ -318,7 +316,6 @@ li#div-textarea label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.div_groups_status table tr td span b {
|
.div_groups_status table tr td span b {
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
letter-spacing: 0.03pt;
|
letter-spacing: 0.03pt;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
@ -337,7 +334,6 @@ table.widget_maps_status tr td:first-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.widget_maps_status tr td a {
|
table.widget_maps_status tr td a {
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
letter-spacing: 0.03pt;
|
letter-spacing: 0.03pt;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -375,7 +371,6 @@ table.group_modules_status_box tr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.group_modules_status_box tr td {
|
table.group_modules_status_box tr td {
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
letter-spacing: 0.03pt;
|
letter-spacing: 0.03pt;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -398,7 +393,6 @@ table.group_modules_status_box tr td div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.group_modules_status_box tr td span a {
|
table.group_modules_status_box tr td span a {
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
letter-spacing: 0.03pt;
|
letter-spacing: 0.03pt;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -500,7 +494,6 @@ div#main_pure {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#form-config-widget .info_box tbody tr td {
|
#form-config-widget .info_box tbody tr td {
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -537,12 +530,10 @@ div#main_pure {
|
|||||||
|
|
||||||
.visual-console-container-dashboard div.label strong {
|
.visual-console-container-dashboard div.label strong {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual-console-container-dashboard div.label strong span {
|
.visual-console-container-dashboard div.label strong span {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile trick */
|
/* Mobile trick */
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
.textBanner,
|
.textBanner,
|
||||||
h1,
|
h1,
|
||||||
p {
|
p {
|
||||||
font-family: "Open Sans", "lato-bolder", sans-serif;
|
|
||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
color: #3f3f3f;
|
color: #3f3f3f;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.new_task p,
|
.new_task p,
|
||||||
.new_task div {
|
.new_task div {
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
.new_task {
|
.new_task {
|
||||||
|
@ -16,14 +16,13 @@ div#foot {
|
|||||||
background: #343434;
|
background: #343434;
|
||||||
clear: both;
|
clear: both;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 38px;
|
height: auto;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#foot a,
|
div#foot a,
|
||||||
div#foot span {
|
div#foot span {
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
color: #9ca4a6;
|
color: #9ca4a6;
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: verdana, sans-serif;
|
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
|
@ -28,7 +28,6 @@ div.help_feedback {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.help_feedback * {
|
.help_feedback * {
|
||||||
font-family: "lato", "courier", sans-serif;
|
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -133,13 +133,11 @@ span.arr {
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
padding: 2px 1px 6px 15px;
|
padding: 2px 1px 6px 15px;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: verdana, arial, sans;
|
|
||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
td {
|
td {
|
||||||
font-family: Sans, Arial, sans;
|
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
@ -195,7 +193,6 @@ div.installation_step {
|
|||||||
-o-transition-property: background-color, color;
|
-o-transition-property: background-color, color;
|
||||||
-o-transition-duration: 1s;
|
-o-transition-duration: 1s;
|
||||||
color: #82b92e;
|
color: #82b92e;
|
||||||
font-family: Sans, Arial, sans;
|
|
||||||
}
|
}
|
||||||
.btn_install_next:hover .btn_install_next_text {
|
.btn_install_next:hover .btn_install_next_text {
|
||||||
transition-property: background-color, color;
|
transition-property: background-color, color;
|
||||||
@ -241,7 +238,6 @@ div.installation_step {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: Sans, Arial, sans;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-inner {
|
.popup-inner {
|
||||||
|
@ -102,7 +102,6 @@ div.integria_details_description textarea {
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -41,7 +41,6 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
font-family: inherit;
|
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-style: inherit;
|
font-style: inherit;
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
#ColorPickerDiv td.color {
|
#ColorPickerDiv td.color {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: xx-small;
|
font-size: xx-small;
|
||||||
font-family: "Arial", "Microsoft Sans Serif";
|
|
||||||
}
|
}
|
||||||
#ColorPickerDiv td.color label {
|
#ColorPickerDiv td.color label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -91,7 +91,6 @@ tr.introjs-showElement > th {
|
|||||||
left: -16px;
|
left: -16px;
|
||||||
z-index: 9999999999;
|
z-index: 9999999999;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-family: Arial, verdana, tahoma;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: white;
|
color: white;
|
||||||
@ -213,7 +212,7 @@ tr.introjs-showElement > th {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 1px 1px 0 #fff;
|
text-shadow: 1px 1px 0 #fff;
|
||||||
font: 11px / normal sans-serif;
|
font: 11px / normal;
|
||||||
color: #333;
|
color: #333;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
|
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
|
||||||
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;
|
font-size: 11px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
@ -252,7 +252,6 @@
|
|||||||
padding: 20px 20px;
|
padding: 20px 20px;
|
||||||
color: #383838;
|
color: #383838;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-family: source-code, monospace;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#modal_library div.view_web {
|
#modal_library div.view_web {
|
||||||
|
@ -43,7 +43,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -71,7 +70,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container-msg-target-modal p {
|
.container-msg-target-modal p {
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
@ -87,7 +85,6 @@ span.success {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container-msg-target-modal pre {
|
.container-msg-target-modal pre {
|
||||||
font-family: monospace;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
@ -107,7 +104,6 @@ ul.wizard li > textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.label_select {
|
.label_select {
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -332,7 +328,6 @@ div.arrow_box:before {
|
|||||||
.breadcrumb_link {
|
.breadcrumb_link {
|
||||||
color: #848484;
|
color: #848484;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -403,7 +398,6 @@ li > input[type="email"],
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
padding: 0px 0px 2px 0px;
|
padding: 0px 0px 2px 0px;
|
||||||
box-sizing: border-box;
|
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;
|
background: transparent;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
|
||||||
letter-spacing: 0.03pt;
|
letter-spacing: 0.03pt;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,6 @@ div.show_result_interpreter {
|
|||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
color: #777;
|
color: #777;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
border-top-left-radius: 10px;
|
border-top-left-radius: 10px;
|
||||||
border-top-right-radius: 10px;
|
border-top-right-radius: 10px;
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
color: #303030;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
line-height: 16pt;
|
line-height: 16pt;
|
||||||
}
|
}
|
||||||
@ -235,10 +234,6 @@ ul {
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
code,
|
|
||||||
pre {
|
|
||||||
font-family: source-code, courier, serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -950,6 +945,7 @@ input.sub {
|
|||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
border: 1px solid #888;
|
border: 1px solid #888;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.sub:hover,
|
button.sub:hover,
|
||||||
@ -2546,6 +2542,7 @@ select {
|
|||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* plugins */
|
/* plugins */
|
||||||
@ -2578,7 +2575,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_4pt span em {
|
.visual_font_size_4pt span em {
|
||||||
font-size: 4pt;
|
font-size: 4pt;
|
||||||
line-height: 4pt;
|
line-height: 4pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_6pt,
|
.visual_font_size_6pt,
|
||||||
.visual_font_size_6pt > em,
|
.visual_font_size_6pt > em,
|
||||||
@ -2591,7 +2587,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_6pt span em {
|
.visual_font_size_6pt span em {
|
||||||
font-size: 6pt;
|
font-size: 6pt;
|
||||||
line-height: 6pt;
|
line-height: 6pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_8pt,
|
.visual_font_size_8pt,
|
||||||
.visual_font_size_8pt > em,
|
.visual_font_size_8pt > em,
|
||||||
@ -2604,7 +2599,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_8pt span em {
|
.visual_font_size_8pt span em {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
line-height: 8pt;
|
line-height: 8pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_10pt,
|
.visual_font_size_10pt,
|
||||||
.visual_font_size_10pt > em,
|
.visual_font_size_10pt > em,
|
||||||
@ -2617,7 +2611,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_10pt span em {
|
.visual_font_size_10pt span em {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
line-height: 10pt;
|
line-height: 10pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_12pt,
|
.visual_font_size_12pt,
|
||||||
.visual_font_size_12pt > em,
|
.visual_font_size_12pt > em,
|
||||||
@ -2630,7 +2623,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_12pt span em {
|
.visual_font_size_12pt span em {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
line-height: 12pt;
|
line-height: 12pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_14pt,
|
.visual_font_size_14pt,
|
||||||
.visual_font_size_14pt > em,
|
.visual_font_size_14pt > em,
|
||||||
@ -2643,7 +2635,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_14pt span em {
|
.visual_font_size_14pt span em {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
line-height: 14pt;
|
line-height: 14pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_18pt,
|
.visual_font_size_18pt,
|
||||||
.visual_font_size_18pt > em,
|
.visual_font_size_18pt > em,
|
||||||
@ -2656,7 +2647,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_18pt span em {
|
.visual_font_size_18pt span em {
|
||||||
font-size: 18pt;
|
font-size: 18pt;
|
||||||
line-height: 18pt;
|
line-height: 18pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual_font_size_24pt,
|
.visual_font_size_24pt,
|
||||||
@ -2670,7 +2660,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_24pt span em {
|
.visual_font_size_24pt span em {
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
line-height: 24pt;
|
line-height: 24pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_28pt,
|
.visual_font_size_28pt,
|
||||||
.visual_font_size_28pt > em,
|
.visual_font_size_28pt > em,
|
||||||
@ -2683,7 +2672,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_28pt span em {
|
.visual_font_size_28pt span em {
|
||||||
font-size: 28pt;
|
font-size: 28pt;
|
||||||
line-height: 28pt;
|
line-height: 28pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_36pt,
|
.visual_font_size_36pt,
|
||||||
.visual_font_size_36pt > em,
|
.visual_font_size_36pt > em,
|
||||||
@ -2696,7 +2684,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_36pt span em {
|
.visual_font_size_36pt span em {
|
||||||
font-size: 36pt;
|
font-size: 36pt;
|
||||||
line-height: 36pt;
|
line-height: 36pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_48pt,
|
.visual_font_size_48pt,
|
||||||
.visual_font_size_48pt > em,
|
.visual_font_size_48pt > em,
|
||||||
@ -2709,7 +2696,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_48pt span em {
|
.visual_font_size_48pt span em {
|
||||||
font-size: 48pt;
|
font-size: 48pt;
|
||||||
line-height: 48pt;
|
line-height: 48pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_60pt,
|
.visual_font_size_60pt,
|
||||||
.visual_font_size_60pt > em,
|
.visual_font_size_60pt > em,
|
||||||
@ -2722,7 +2708,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_60pt span em {
|
.visual_font_size_60pt span em {
|
||||||
font-size: 60pt;
|
font-size: 60pt;
|
||||||
line-height: 60pt;
|
line-height: 60pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
.visual_font_size_72pt,
|
.visual_font_size_72pt,
|
||||||
.visual_font_size_72pt > em,
|
.visual_font_size_72pt > em,
|
||||||
@ -2735,7 +2720,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_72pt span em {
|
.visual_font_size_72pt span em {
|
||||||
font-size: 72pt;
|
font-size: 72pt;
|
||||||
line-height: 72pt;
|
line-height: 72pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual_font_size_84pt,
|
.visual_font_size_84pt,
|
||||||
@ -2749,7 +2733,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_84pt span em {
|
.visual_font_size_84pt span em {
|
||||||
font-size: 84pt;
|
font-size: 84pt;
|
||||||
line-height: 84pt;
|
line-height: 84pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual_font_size_96pt,
|
.visual_font_size_96pt,
|
||||||
@ -2763,7 +2746,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_96pt span em {
|
.visual_font_size_96pt span em {
|
||||||
font-size: 96pt;
|
font-size: 96pt;
|
||||||
line-height: 96pt;
|
line-height: 96pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual_font_size_116pt,
|
.visual_font_size_116pt,
|
||||||
@ -2777,7 +2759,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_116pt span em {
|
.visual_font_size_116pt span em {
|
||||||
font-size: 116pt;
|
font-size: 116pt;
|
||||||
line-height: 116pt;
|
line-height: 116pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual_font_size_128pt,
|
.visual_font_size_128pt,
|
||||||
@ -2791,7 +2772,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_128pt span em {
|
.visual_font_size_128pt span em {
|
||||||
font-size: 128pt;
|
font-size: 128pt;
|
||||||
line-height: 128pt;
|
line-height: 128pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual_font_size_140pt,
|
.visual_font_size_140pt,
|
||||||
@ -2805,7 +2785,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_140pt span em {
|
.visual_font_size_140pt span em {
|
||||||
font-size: 140pt;
|
font-size: 140pt;
|
||||||
line-height: 140pt;
|
line-height: 140pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual_font_size_154pt,
|
.visual_font_size_154pt,
|
||||||
@ -2819,7 +2798,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_154pt span em {
|
.visual_font_size_154pt span em {
|
||||||
font-size: 154pt;
|
font-size: 154pt;
|
||||||
line-height: 154pt;
|
line-height: 154pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual_font_size_196pt,
|
.visual_font_size_196pt,
|
||||||
@ -2833,7 +2811,6 @@ span#plugin_description {
|
|||||||
.visual_font_size_196pt span em {
|
.visual_font_size_196pt span em {
|
||||||
font-size: 196pt;
|
font-size: 196pt;
|
||||||
line-height: 196pt;
|
line-height: 196pt;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.resize_visual_font_size_8pt,
|
.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 > span > strong,
|
||||||
div.simple_value > span.text > p > strong,
|
div.simple_value > span.text > p > strong,
|
||||||
div.simple_value > a > span.text p {
|
div.simple_value > a > span.text p {
|
||||||
font-family: source-code;
|
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5975,7 +5951,6 @@ form#modal_form_feedback ul.wizard li > textarea {
|
|||||||
width: 600px;
|
width: 600px;
|
||||||
height: 15em;
|
height: 15em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: source-code;
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
@ -8201,7 +8176,6 @@ div.steps_vsmap {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
font-family: source-code, mono, monospace;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.tactical_left_column {
|
.tactical_left_column {
|
||||||
|
@ -96,7 +96,6 @@ table.header_table tbody tr {
|
|||||||
|
|
||||||
/* TABLE OF CONTENTS */
|
/* TABLE OF CONTENTS */
|
||||||
div.mpdf_toc {
|
div.mpdf_toc {
|
||||||
font-family: sans-serif;
|
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -586,7 +586,6 @@ form#modal_form_feedback ul.wizard li > textarea {
|
|||||||
width: 600px;
|
width: 600px;
|
||||||
height: 15em;
|
height: 15em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: source-code;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#categories_library .card_category a:hover {
|
#categories_library .card_category a:hover {
|
||||||
@ -883,7 +882,6 @@ div#dashboard-controls {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
text-anchor: middle;
|
text-anchor: middle;
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
font-family: Verdana;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tickLabel {
|
.tickLabel {
|
||||||
@ -997,3 +995,14 @@ table.databox {
|
|||||||
.tactical_set {
|
.tactical_set {
|
||||||
border-color: #707070;
|
border-color: #707070;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header_title {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 10.5pt;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.header_subtitle {
|
||||||
|
font-size: 10pt;
|
||||||
|
color: #a0a0a0;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
@ -92,7 +92,6 @@ Exclude css from visual styles
|
|||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "lato";
|
|
||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
span.subtitle {
|
span.subtitle {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-family: "lato-bolder";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span.subtitle-2 {
|
span.subtitle-2 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-family: "lato-bolder";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-borders {
|
.no-borders {
|
||||||
|
@ -44,7 +44,6 @@ div.subtitle {
|
|||||||
|
|
||||||
div.subtitle span {
|
div.subtitle span {
|
||||||
font-size: 1.9em;
|
font-size: 1.9em;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.subtitle div.manage {
|
div.subtitle div.manage {
|
||||||
|
@ -422,12 +422,10 @@ div#cont {
|
|||||||
|
|
||||||
div.label strong {
|
div.label strong {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.label strong span {
|
div.label strong span {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-family: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.termframe{
|
/*.termframe{
|
||||||
|
@ -6,9 +6,6 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
<title>Feedback</title>
|
<title>Feedback</title>
|
||||||
<style>
|
<style>
|
||||||
* {
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
h3 {
|
h3 {
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
background-color: #81b92e;
|
background-color: #81b92e;
|
||||||
|
@ -118,7 +118,6 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #343434;
|
color: #343434;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
@ -135,7 +134,6 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
padding: 0px 0px 2px 0px;
|
padding: 0px 0px 2px 0px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -150,7 +148,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.div-input-group select {
|
.div-input-group select {
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
@ -189,7 +186,6 @@
|
|||||||
|
|
||||||
.div-input-group h3 {
|
.div-input-group h3 {
|
||||||
text-transform: initial;
|
text-transform: initial;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -321,13 +317,6 @@ p.error-p-validate {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
@font-face {
|
|
||||||
font-family: Alarm Clock;
|
|
||||||
src: url(alarm-clock.ttf);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Digital clock */
|
/* Digital clock */
|
||||||
|
|
||||||
.visual-console-item .digital-clock {
|
.visual-console-item .digital-clock {
|
||||||
@ -658,11 +647,6 @@ div.module-graph .gauge_d3_class {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: Alarm Clock;
|
|
||||||
src: url(alarm-clock.ttf);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Digital clock */
|
/* Digital clock */
|
||||||
|
|
||||||
.visual-console-item .digital-clock {
|
.visual-console-item .digital-clock {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -8,7 +8,6 @@ body {
|
|||||||
border-style: none;
|
border-style: none;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
100
pandora_console/vendor/mpdf/mpdf/data/mpdf.css
vendored
100
pandora_console/vendor/mpdf/mpdf/data/mpdf.css
vendored
@ -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:
|
Need to add the following to do this, but also prevent margins in nested lists as per default HTML in most browsers:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ul, ol {
|
ul,
|
||||||
margin-top: 0.83em;
|
ol {
|
||||||
margin-bottom: 0.83em;
|
margin-top: 0.83em;
|
||||||
|
margin-bottom: 0.83em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul ul, ul ol, ol ul, ol ol {
|
ul ul,
|
||||||
margin-top: 0;
|
ul ol,
|
||||||
margin-bottom: 0;
|
ol ul,
|
||||||
|
ol ol {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* INDEXES */
|
/* INDEXES */
|
||||||
div.mpdf_index_main {
|
div.mpdf_index_main {
|
||||||
font-family: sans-serif;
|
line-height: normal;
|
||||||
line-height: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.mpdf_index_entry {
|
div.mpdf_index_entry {
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
text-indent: -1.5em;
|
text-indent: -1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.mpdf_index_letter {
|
div.mpdf_index_letter {
|
||||||
font-family: sans-serif;
|
font-size: 1.8em;
|
||||||
font-size: 1.8em;
|
font-weight: bold;
|
||||||
font-weight: bold;
|
line-height: normal;
|
||||||
line-height: normal;
|
text-transform: uppercase;
|
||||||
text-transform: uppercase;
|
page-break-after: avoid;
|
||||||
page-break-after: avoid;
|
margin-top: 0.3em;
|
||||||
margin-top: 0.3em;
|
margin-collapse: collapse;
|
||||||
margin-collapse: collapse;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.mpdf_index_link {
|
a.mpdf_index_link {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TABLE OF CONTENTS */
|
/* TABLE OF CONTENTS */
|
||||||
div.mpdf_toc {
|
div.mpdf_toc {
|
||||||
font-family: sans-serif;
|
line-height: normal;
|
||||||
line-height: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.mpdf_toc_a {
|
a.mpdf_toc_a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.mpdf_toc_level_0 { /* Whole line level 0 */
|
div.mpdf_toc_level_0 {
|
||||||
line-height: 1.5;
|
/* Whole line level 0 */
|
||||||
margin-left: 0;
|
line-height: 1.5;
|
||||||
padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
|
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> */
|
span.mpdf_toc_t_level_0 {
|
||||||
font-weight: bold;
|
/* 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 */
|
div.mpdf_toc_level_1 {
|
||||||
margin-left: 2em;
|
/* Whole line level 1 */
|
||||||
text-indent: -2em;
|
margin-left: 2em;
|
||||||
padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 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 */
|
span.mpdf_toc_t_level_1 {
|
||||||
font-style: italic;
|
/* Title level 1 */
|
||||||
font-weight: bold;
|
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 */
|
div.mpdf_toc_level_2 {
|
||||||
margin-left: 4em;
|
/* Whole line level 2 */
|
||||||
text-indent: -2em;
|
margin-left: 4em;
|
||||||
padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 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_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> */
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,7 @@ sub write_report {
|
|||||||
'<html>
|
'<html>
|
||||||
<style>
|
<style>
|
||||||
<!--
|
<!--
|
||||||
* {font-family: verdana, sans-serif; font-size: 8pt;}
|
* {font-size: 8pt;}
|
||||||
body {text-align: left; background-color: #f9f9f9;}
|
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, 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;}
|
h1 {font-size: 18px; text-align: center; font-weight: bold;}
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
@font-face {
|
|
||||||
font-family: Alarm Clock;
|
|
||||||
src: url(./alarm-clock.ttf);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Digital clock */
|
/* Digital clock */
|
||||||
|
|
||||||
.visual-console-item .digital-clock {
|
.visual-console-item .digital-clock {
|
||||||
@ -23,7 +18,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.visual-console-item .digital-clock > span.time {
|
.visual-console-item .digital-clock > span.time {
|
||||||
font-family: "Alarm Clock", "Courier New", Courier, monospace;
|
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -118,7 +118,6 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #343434;
|
color: #343434;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
@ -135,7 +134,6 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
padding: 0px 0px 2px 0px;
|
padding: 0px 0px 2px 0px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -150,7 +148,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.div-input-group select {
|
.div-input-group select {
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
@ -189,7 +186,6 @@
|
|||||||
|
|
||||||
.div-input-group h3 {
|
.div-input-group h3 {
|
||||||
text-transform: initial;
|
text-transform: initial;
|
||||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user