mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Optimized high contrast theme with Colour Contrast Analyser
This commit is contained in:
parent
460cb647f9
commit
0d2b6723ed
@ -211,10 +211,14 @@ if ( isset($content['Sources'][$currentSourceID]) ) // && $content['uid_current'
|
||||
// $content['fields'][$mycolkey]['FieldValue'] = $logArray[$mycolkey];
|
||||
|
||||
// --- Set CSS Class
|
||||
if ( $counter % 2 == 0 )
|
||||
if ( $counter % 2 == 0 ) {
|
||||
$content['fields'][$mycolkey]['cssclass'] = "line1";
|
||||
else
|
||||
$content['fields'][$mycolkey]['cssclassfont'] = "line1";
|
||||
}
|
||||
else {
|
||||
$content['fields'][$mycolkey]['cssclass'] = "line2";
|
||||
$content['fields'][$mycolkey]['cssclassfont'] = "line2";
|
||||
}
|
||||
|
||||
if ( $mycolkey == SYSLOG_MESSAGE )
|
||||
$content['fields'][$mycolkey]['menucssclass'] = "cellmenu1_naked";
|
||||
|
@ -79,8 +79,8 @@
|
||||
<td width="200" class="{menucssclass}" align="left" nowrap>
|
||||
<B>{FieldCaption}</B>
|
||||
</td>
|
||||
<td width="100%" align="{FieldAlign}" class="{cssclass}" {fieldbgcolor} valign="top">
|
||||
{fieldvalue}
|
||||
<td width="100%" align="left" class="{cssclass}" {fieldbgcolor} valign="top">
|
||||
<span class="{cssclassfont}">{fieldvalue}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF fieldenabled="true" -->
|
||||
|
@ -44,7 +44,7 @@
|
||||
</tr>
|
||||
<!-- BEGIN DEBUGMSG -->
|
||||
<tr>
|
||||
<td nowrap align="center" nowrap valign="top" class="lineColouredWhite" bgcolor="{DBGLEVELBG}"><B>{DBGLEVELTXT}</B></td>
|
||||
<td nowrap align="center" nowrap valign="top" class="lineColouredWhite" bgcolor="{DBGLEVELBG}"><span class="cellmenu2"><B>{DBGLEVELTXT}</B></span></td>
|
||||
<td align="left" nowrap valign="middle" class="line1">
|
||||
<div id="SearchCode">{DBGMSG}</div>
|
||||
</td>
|
||||
|
@ -37,7 +37,7 @@
|
||||
}
|
||||
.ui-widget-header {
|
||||
border: 1px solid #4297d7;
|
||||
background: #005DE5;
|
||||
background: #073A82;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
.ui-widget-header-noborder {
|
||||
border: 0px;
|
||||
background: #005DE5;
|
||||
background: #073A82;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -61,7 +61,7 @@
|
||||
.ui-widget-content .ui-state-default,
|
||||
.ui-widget-header .ui-state-default {
|
||||
border: 1px solid #756b9c;
|
||||
background: #0083E5;
|
||||
background: #0A4CAD;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
}
|
||||
@ -78,7 +78,7 @@
|
||||
.ui-widget-content .ui-state-focus,
|
||||
.ui-widget-header .ui-state-focus {
|
||||
border: 1px solid #79b7e7;
|
||||
background: #005DE5;
|
||||
background: #00255B;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
@ -53,7 +53,7 @@ img
|
||||
font-weight:bold;
|
||||
|
||||
background-color: #FFB742;
|
||||
color: #003889;
|
||||
color: #00255B;
|
||||
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
@ -62,7 +62,7 @@ a.title, a.title:active, a.title:visited
|
||||
{
|
||||
font-weight:bold;
|
||||
|
||||
color: #003889;
|
||||
color: #00255B;
|
||||
TEXT-DECORATION: none;
|
||||
}
|
||||
a.title:hover
|
||||
@ -184,23 +184,23 @@ a.title:hover
|
||||
{
|
||||
border:1px inset;
|
||||
border-color: #BDEEFF #79AABE #09506C #09506C;
|
||||
background-color: #0083E5;
|
||||
background-color: #003E79;
|
||||
text-decoration: none;
|
||||
}
|
||||
.topmenu2_link, A.topmenu2_link
|
||||
{
|
||||
color: #FFDD22;
|
||||
color: #FFFF55;
|
||||
}
|
||||
.topmenu2_link:hover, A.topmenu2_link:hover
|
||||
{
|
||||
color: #FFFF99;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
.topmenu1_link, a.topmenu1_link, a.topmenu1_link:visited, .topmenu2_link, a.topmenu2_link, a.topmenu2_link:visited, .topmenu3_link, a.topmenu3_link, a.topmenu3_link:visited
|
||||
{
|
||||
vertical-align: middle;
|
||||
|
||||
color: #FFDD22;
|
||||
color: #FFFF55;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -208,7 +208,7 @@ a.title:hover
|
||||
{
|
||||
vertical-align: middle;
|
||||
|
||||
color: #FFFF99;
|
||||
color: #FFFFFF;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -260,7 +260,7 @@ a.cellmenu1_link:hover
|
||||
text-indent:0px;
|
||||
font-weight:bold;
|
||||
|
||||
background-color: #256392;
|
||||
background-color: #0A4CAD;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.cellmenu2_naked
|
||||
@ -271,7 +271,7 @@ a.cellmenu1_link:hover
|
||||
text-indent:0px;
|
||||
font-weight:bold;
|
||||
|
||||
background-color: #256392;
|
||||
background-color: #0A4CAD;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
@ -279,7 +279,7 @@ a.cellmenu1_link:hover
|
||||
.ErrorMsg
|
||||
{
|
||||
font-weight: bold;
|
||||
COLOR: #FF0000;
|
||||
COLOR: #770000;
|
||||
}
|
||||
.PriorityEmergency
|
||||
{
|
||||
@ -308,14 +308,14 @@ a.cellmenu1_link:hover
|
||||
.PriorityError
|
||||
{
|
||||
color: #FFFFFF;
|
||||
background-color: #CC0000;
|
||||
background-color: #990000;
|
||||
border-top: black 1px solid;
|
||||
border-bottom: black 1px solid;
|
||||
border-right: gray 1px solid;
|
||||
}
|
||||
.PriorityWarning
|
||||
{
|
||||
color: #FFFFFF;
|
||||
color: #000000;
|
||||
background-color: #FFAA00;
|
||||
border-top: black 1px solid;
|
||||
border-bottom: black 1px solid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user