Browse
For agents
About
DecaLog
/
4.4.0
DecaLog
v4.4.0
Switch version
3.0.2
3.1.0
3.10.0
3.2.0
3.3.0
3.4.0
3.4.1
3.5.0
3.5.1
3.6.0
3.6.1
3.6.2
3.6.3
3.7.0
3.7.1
3.8.0
3.9.0
3.9.1
4.0.0
4.1.0
4.2.0
4.3.0
4.3.1
4.4.0
4.5.0
All 75 releases
Overview
Code
decalog
/
admin
/
css
/
livelog.min.css
livelog.min.css
in DecaLog 4.4.0, at admin/css/livelog.min.css
1 lines
1.2 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
decalog-pilot-toolbar
{
position
:
relative
;
padding
:
0
10
px
;
border
:
1
px
solid
#
ccd0d4
;
margin
:
12
px
0
;
height
:
auto
}
.
decalog-logger-view
{
background-color
:
#
23282d
;
width
:
100
%
;
height
:
60
vh
;
float
:
right
;
border-radius
:
4
px
}
#
decalog-logger-lines
{
padding
:
2
px
14
px
;
overflow
:
scroll
;
height
:
58
vh
}
.
decalog-logger-line
{
display
:
block
;
font-family
:
monospace
;
font-size
:
12
px
;
line-height
:
.9
em
}
.
decalog-logger-line-init
{
color
:
#
999
}
.
decalog-logger-line-info
{
color
:
#
44a
}
.
decalog-logger-line-notice
{
color
:
#
99f
}
.
decalog-logger-line-warning
{
color
:
#
ffab10
}
.
decalog-logger-line-error
{
color
:
#
fb7b00
}
.
decalog-logger-line-critical
{
color
:
red
}
.
decalog-logger-line-alert
{
color
:
#
d00
;
font-weight
:
bold
}
.
decalog-logger-line-emergency
{
color
:
#
a00
;
font-weight
:
bold
}
.
decalog-control
{
border-radius
:
4
px
;
padding
:
4
px
}
.
decalog-control-inactive
{
background-color
:
#
f1f1f1
;
color
:
#
aaa
;
cursor
:
default
}
.
decalog-control-active
{
background-color
:
#
f1f1f1
;
color
:
#
0073aa
;
cursor
:
pointer
}
.
decalog-control-active
:
hover
{
background-color
:
#
0073aa
;
color
:
#
fff
;
cursor
:
pointer
}
.
decalog-control-hint
{
font-size
:
12
px
;
line-height
:
2.4
em
;
font-family
:
sans-serif
;
color
:
gray
;
text-align
:
right
;
float
:
right
;
margin-top
:
12
px
;
margin-right
:
12
px
}
@
keyframes
blinker
{
50%
{
opacity
:
.2
}
}