Browse
For agents
About
WPIDE – File Manager & Code Editor
/
3.5.9
WPIDE – File Manager & Code Editor
v3.5.9
Switch version
3.5.9
3.5.8
3.5.7
2.0.14
2.0.15
2.0.16
2.0.2
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.1
2.2
2.3
2.3.1
2.3.2
2.4.0
2.5
2.6
3.0
3.1
3.2
3.3
All 55 releases
Overview
Code
wpide
/
dist
/
global
/
css
/
notice.css
notice.css
in WPIDE – File Manager & Code Editor 3.5.9, at dist/global/css/notice.css
2 lines
1.3 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
wpide-notice
{
display
:
block
;
border-color
:
#
eaeaea
;
border-left-color
:
#
1f986d
;
text-align
:
left
;
font-weight
:
500
;
letter-spacing
:
.4
px
;
padding
:
15
px
20
px
10
px
;
border-radius
:
5
px
;
font-size
:
14
px
;
line-height
:
1.5
;
max-width
:
700
px
}
.
wpide-notice
span
[
data-action
]
{
color
:
#
cbcbcb
}
.
wpide-notice
span
[
data-action
]
>
span
{
white-space
:
nowrap
}
@
media
screen
and
(
max-width
:
630
px
)
{
.
wpide-notice
span
[
data-action
]
>
span
{
display
:
block
;
margin-top
:
5
px
}
}
.
wpide-notice
.
dashicons
{
vertical-align
:
middle
;
font-size
:
16
px
;
width
:
initial
;
height
:
16
px
}
.
wpide-notice
.
dashicons
.
dashicons-thumbs-up
{
top
:
-1
px
;
position
:
relative
}
.
wpide-notice
.
dashicons
.
dashicons-thumbs-down
{
bottom
:
-1
px
;
position
:
relative
}
.
wpide-notice
.
dashicons
.
dashicons
.
dashicons-yes
{
font-size
:
22
px
;
height
:
22
px
;
margin-left
:
-4
px
}
.
wpide-notice
p
{
font-size
:
14
px
;
margin
:
0
0
4
px
}
.
wpide-notice
strong
{
font-weight
:
700
}
.
wpide-notice
em
{
font-weight
:
700
;
margin-top
:
10
px
;
padding
:
5
px
14
px
5
px
10
px
;
display
:
inline-block
;
font-size
:
12
px
;
background
:
#
efefef
;
border-radius
:
15
px
}
.
wpide-notice
a
{
color
:
#
137ec1
;
text-decoration
:
none
;
font-size
:
12
px
;
margin-right
:
15
px
}
.
wpide-notice
a
:
hover
{
text-decoration
:
underline
}
.
wpide-notice
a
:
focus
{
box-shadow
:
none
}
.
wpide-notice
ul
{
display
:
flex
;
flex-wrap
:
wrap
;
border-top
:
1
px
dashed
#
eee
;
padding
:
5
px
0
0
0
;
margin
:
10
px
0
0
0
}
.
wpide-notice
ul
li
{
margin
:
0
;
padding
:
5
px
5
px
5
px
0
;
white-space
:
nowrap
}
/*
# sourceMappingURL=notice.css.map
*/
2