Browse
For agents
About
Statify
/
trunk
Statify
vtrunk
Switch version
2.0.2
2.0.1
trunk
0.7
0.8
0.9
1.0
1.2.8
1.3.0
1.4.0
1.4.1
1.4.2
1.4.3
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.6.0
1.6.1
1.6.2
1.6.3
1.7.0
1.7.1
1.7.2
All 32 releases
Overview
Code
statify
/
css
/
settings.min.css
settings.min.css
in Statify trunk, at css/settings.min.css
2 lines
490 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
statify-danger-zone
{
border
:
2
px
solid
#
d63638
;
padding
:
15
px
;
background
:
#
fff
;
border-radius
:
4
px
;
margin-top
:
20
px
}
.
statify-danger-zone
h3
{
margin-top
:
0
;
color
:
#
b32d2e
;
font-size
:
1.1
em
}
.
statify-danger-zone
p
{
margin-bottom
:
10
px
}
.
statify-danger-zone
.
button
{
color
:
#
d63638
;
border-color
:
#
b32d2e
}
.
statify-danger-zone
.
button
:
hover
,
.
statify-danger-zone
.
button
:
focus
{
background
:
#
d63638
;
border-color
:
#
b32d2e
;
box-shadow
:
0
0
0
1
px
#
b32d2e
;
color
:
#
fff
}
.
statify-danger-zone
.
button
:
disabled
{
cursor
:
not-allowed
}
2