Hello
i need to know the plugin used for the title of the topic in the blog post. here is the site.
here is the screenshot of what i need.
Hello
i need to know the plugin used for the title of the topic in the blog post. here is the site.
here is the screenshot of what i need.
Upon a brief quick look, it doesn’t look like a plugin, only CSS
@charset "utf-8";
h3.note:before,h4.note:before,h5.note:before,h6.note:before,h2.note:before {
margin: 0 15px -6px 0 !important;
}
h3.note strong,h3.note b,h4.note strong,h4.note b,h5.note strong,h5.note b,h6.note strong,h6.note b,h2.note strong,h2.note b,h1.note strong,h1.note b {
padding: 15px 0 0;
}
.note a {
color:#fff;
text-decoration: none;
}
.note:before {
padding: 24px 27px;
display: inline-block;
margin: 0 15px -7px 0;
}
.note {
margin-bottom: 20px;
background-color: #4494CD;
color: #fff;
padding: 0px 10px 0px 0px;
}
.note strong, .note b {
font-weight: normal;
font-size: 16px;
display: inline-block;
vertical-align: top;
padding: 11px 0 0;
}
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.