Browse
For agents
About
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO
/
trunk
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO
vtrunk
Switch version
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.32.0
1.31.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.0
trunk
1.0.0
1.0.1
1.0.2
1.1.0
1.10.0
1.11.0
1.12.0
All 46 releases
Overview
Code
thinkrank
/
assets
/
howto-block.css
howto-block.css
in ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO trunk, at assets/howto-block.css
2 lines
1.5 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
thinkrank-howto__description
{
opacity
:
.9
}
.
thinkrank-howto__duration
{
font-size
:
.9
em
;
opacity
:
.8
}
.
thinkrank-howto__steps
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
counter-reset
:
thinkrank-howto-step
}
.
thinkrank-howto
ol
.
thinkrank-howto__steps
>
.
thinkrank-howto__step
{
counter-increment
:
thinkrank-howto-step
;
position
:
relative
;
padding
:
12
px
16
px
12
px
52
px
}
.
thinkrank-howto
ol
.
thinkrank-howto__steps
>
.
thinkrank-howto__step
::
before
{
content
:
counter
(
thinkrank-howto-step
)
;
position
:
absolute
;
left
:
14
px
;
top
:
12
px
;
width
:
26
px
;
height
:
26
px
;
border-radius
:
50
%
;
background
:
#
1e1e1e
;
opacity
:
.85
;
color
:
#
fff
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
font-size
:
13
px
;
font-weight
:
600
}
.
thinkrank-howto
ul
.
thinkrank-howto__steps
>
.
thinkrank-howto__step
{
padding
:
12
px
16
px
}
.
thinkrank-howto__step-title
{
font-weight
:
600
;
margin-bottom
:
4
px
}
.
thinkrank-howto__step-image
{
max-width
:
100
%
;
height
:
auto
;
border-radius
:
4
px
;
margin
:
6
px
0
}
.
thinkrank-howto__step--editing
{
display
:
flex
;
gap
:
12
px
;
padding
:
12
px
16
px
}
.
thinkrank-howto__step--editing
.
thinkrank-howto__step-number
{
flex
:
0
0
26
px
;
width
:
26
px
;
height
:
26
px
;
border-radius
:
50
%
;
background
:
#
1e1e1e
;
color
:
#
fff
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
font-size
:
13
px
;
font-weight
:
600
}
.
thinkrank-howto__step--editing
.
thinkrank-howto__step-body
{
flex
:
1
;
min-width
:
0
}
.
thinkrank-howto__step-actions
{
display
:
flex
;
gap
:
2
px
;
margin-top
:
6
px
;
opacity
:
.55
;
transition
:
opacity
.15
s
}
.
thinkrank-howto__step--editing
:
hover
.
thinkrank-howto__step-actions
,
.
thinkrank-howto__step--editing
:
focus-within
.
thinkrank-howto__step-actions
{
opacity
:
1
}
.
thinkrank-howto__add
{
margin-top
:
8
px
}
2