Post Link Sharing: Blockquote

Header Ads Widget

ad728
Showing posts with label Blockquote. Show all posts
Showing posts with label Blockquote. Show all posts

5 Stylish BlockQuote Code For Blogger Blogspot Tutorials

 Stylish BlockQuote Code For Blogger a blockquote or block quotation is an extract in a written document, set off from the foremost text as a distinct. We all quote excellent authors however we all should current these gorgeous words in a more everyday way the use of a stunning blockquote. We have created easy CSS codes for round 14 Blockquotes, which are exceptional in seem and feel. These blockquotes will provide you thinking of how to create your own personalized blockquote for your blogs and net pages. 

5 Stylish BlockQuote Code For Blogger Blogspot Tutorials


These are Following Steps:- 

How to Apply Blockquote Styles in Blogger?

Step 1: At first, backup your template and sign in to your Blogger account and go to the “Theme” section. Now click on the “Edit HTML” button.
5 Stylish BlockQuote Code For Blogger Blogspot Tutorials

Step 2: Find the “<b:skin></b:skin>” and expand it.
5 Stylish BlockQuote Code For Blogger

Step 3: Scroll all the way down and find the ending “]]></b:skin>” code.
5 Stylish BlockQuote Code For Blogger

Step 4: Choose your desired blockquote style from the list below and paste it right above the “]]></b:skin>” as shown in the following image.
5 Stylish BlockQuote Code For Blogger Blogspot Tutorials


Blockquote Style 1:-

5 Stylish BlockQuote Code For Blogger

.post blockquote{
display:block;
background: #fff;
padding: 15px 20px 15px 45px;
margin: 0 0 20px;
position: relative;
font-family: Georgia, serif;
font-size: 16px;
line-height: 1.2;
color: #666;
text-align: justify;
border-left: 15px solid #c76c0c;
border-right: 2px solid #c76c0c;
-moz-box-shadow: 2px 2px 15px #ccc;
-webkit-box-shadow: 2px 2px 15px #ccc;
box-shadow: 2px 2px 15px #ccc;}
.post blockquote::before{
content: "\201C"; /*Unicode for Left Double Quotes*/
font-family: Georgia, serif;
font-size: 60px;
font-weight: bold;
color: #999;
position: absolute;
left: 10px;
top:5px;}
.post blockquote::after{
content: "";}
.post blockquote a{
text-decoration: none;
background: #eee;
cursor: pointer;
padding: 0 3px;
color: #c76c0c;}
.post blockquote a:hover{
color: #666;}
.post blockquote em{
font-style: italic;}

Blockquote Style 2:-

5 Stylish BlockQuote Code For Blogger Blogspot Tutorials
 .post blockquote {
background:#f9f9f9;border-left:6px solid #ccc;font-family: Georgia, serif;margin:1.5em 10px;padding:.5em 10px;quotes:"\201C""\201D""\2018""\2019";}.post blockquote:before {color:#ccc;content:open-quote;font-family: cambria, Georgia;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-.4em;}.post blockquote p {display:inline;}.post blockquote cite {color: #999999;font-size: 14px;display: block;margin-top: 10px;}

 Blockquote Style 3:-

5 Stylish BlockQuote Code For Blogger
blockquote {
font-size:20px;
background-color: #f9f9f9;
border: 1px solid #ccc;
border-radius: 6px;
box-shadow: 1px 1px 1px #ccc;
font-style: italic;
padding:15px;}

Blockquote Style 4:-

5 Stylish BlockQuote Code For Blogger Blogspot Tutorials


 blockquote {
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
border-left:3px dashed #9b9b9b;
padding-left: 20px;
padding: 5px;
background-color: #BAC7D3;}

Blockquote Style 5:- 

5 Stylish BlockQuote Code For Blogger Blogspot Tutorials
blockquote:before {
content: "";
font-family: FontAwesome;
margin-right: 4px;}
blockquote {
background: #f4f4f4;
padding: 20px 25px;
margin: 25px 25px;
font-style: italic;
border-left: 4px solid #dfdfdf;
color: #555;}
blockquote:after {
content: "";
font-family: FontAwesome;
margin-left: 3px;}

I hope you enjoy this post and the photos.

5 Stylish BlockQuote Code For Blogger Blogspot Tutorials

 Stylish BlockQuote Code For Blogger a blockquote or block quotation is an extract in a written document, set off from the foremost text as a distinct. We all quote excellent authors however we all should current these gorgeous words in a more everyday way the use of a stunning blockquote. We have created easy CSS codes for round 14 Blockquotes, which are exceptional in seem and feel. These blockquotes will provide you thinking of how to create your own personalized blockquote for your blogs and net pages. 



These are Following Steps:- 

How to Apply Blockquote Styles in Blogger?

Step 1: At first, backup your template and sign in to your Blogger account and go to the “Theme” section. Now click on the “Edit HTML” button.
5 Stylish BlockQuote Code For Blogger Blogspot Tutorials

Step 2: Find the “<b:skin></b:skin>” and expand it.
5 Stylish BlockQuote Code For Blogger

Step 3: Scroll all the way down and find the ending “]]></b:skin>” code.
5 Stylish BlockQuote Code For Blogger

Step 4: Choose your desired blockquote style from the list below and paste it right above the “]]></b:skin>” as shown in the following image.
5 Stylish BlockQuote Code For Blogger Blogspot Tutorials


Blockquote Style 1:-

5 Stylish BlockQuote Code For Blogger

.post blockquote{
display:block;
background: #fff;
padding: 15px 20px 15px 45px;
margin: 0 0 20px;
position: relative;
font-family: Georgia, serif;
font-size: 16px;
line-height: 1.2;
color: #666;
text-align: justify;
border-left: 15px solid #c76c0c;
border-right: 2px solid #c76c0c;
-moz-box-shadow: 2px 2px 15px #ccc;
-webkit-box-shadow: 2px 2px 15px #ccc;
box-shadow: 2px 2px 15px #ccc;}
.post blockquote::before{
content: "\201C"; /*Unicode for Left Double Quotes*/
font-family: Georgia, serif;
font-size: 60px;
font-weight: bold;
color: #999;
position: absolute;
left: 10px;
top:5px;}
.post blockquote::after{
content: "";}
.post blockquote a{
text-decoration: none;
background: #eee;
cursor: pointer;
padding: 0 3px;
color: #c76c0c;}
.post blockquote a:hover{
color: #666;}
.post blockquote em{
font-style: italic;}

Blockquote Style 2:-

5 Stylish BlockQuote Code For Blogger Blogspot Tutorials
 .post blockquote {
background:#f9f9f9;border-left:6px solid #ccc;font-family: Georgia, serif;margin:1.5em 10px;padding:.5em 10px;quotes:"\201C""\201D""\2018""\2019";}.post blockquote:before {color:#ccc;content:open-quote;font-family: cambria, Georgia;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-.4em;}.post blockquote p {display:inline;}.post blockquote cite {color: #999999;font-size: 14px;display: block;margin-top: 10px;}

 Blockquote Style 3:-

5 Stylish BlockQuote Code For Blogger
blockquote {
font-size:20px;
background-color: #f9f9f9;
border: 1px solid #ccc;
border-radius: 6px;
box-shadow: 1px 1px 1px #ccc;
font-style: italic;
padding:15px;}

Blockquote Style 4:-

5 Stylish BlockQuote Code For Blogger Blogspot Tutorials


 blockquote {
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
border-left:3px dashed #9b9b9b;
padding-left: 20px;
padding: 5px;
background-color: #BAC7D3;}

Blockquote Style 5:- 

5 Stylish BlockQuote Code For Blogger Blogspot Tutorials
blockquote:before {
content: "";
font-family: FontAwesome;
margin-right: 4px;}
blockquote {
background: #f4f4f4;
padding: 20px 25px;
margin: 25px 25px;
font-style: italic;
border-left: 4px solid #dfdfdf;
color: #555;}
blockquote:after {
content: "";
font-family: FontAwesome;
margin-left: 3px;}

I hope you enjoy this post and the photos. 5 Stylish BlockQuote Code For Blogger Blogspot Tutorials.

How To Make Your Blockquote Blogger

 How To Make Your Blockquote Blogger Some high-quality blockquote patterns are supplied here to personalize blockquote in blogger. Basically, blockquote style is a typographical factor based totally on the HTML tag “<blockquote>”. We typically use it to quote some lines, paragraph or a block of text. Actually, blockquote is used to spotlight a piece of text from others. Therefore, we must use some eye-catching blockquote patterns to spotlight and make it different.


How to Apply Blockquote Styles in Blogger?

We have to use blockquotes for making our content greater reader-friendly, logical and informative. Actually, all today's 1/3 celebration Blogger templates come with a default blockquote design. If you don’t like that, this list will furnish you some lovely CSS blockquote styles. By the usage of any of these styles, we can improve the outlook of our blog’s blockquote style. So let’s examine how to personalize blockquote in blogger. 

Step 1: At first, backup your template and sign in to your Blogger account and go to the “Theme” section. Now click on the “Edit HTML” button.
Step 2: Find the “<b:skin></b:skin>” and expand it.

Step 3: Scroll all the way down and find the ending “]]></b:skin>” code.

Step 4: Choose your desired blockquote style from the list below and paste it right above the “]]></b:skin>” as shown in the following image.

Blockquote Blogspot

Step 5: Finally, click on the “Save theme” button and visit your blog to see that changed blockquote style.


CSS Blockquote Styles List for Blogger:

You can use any of the following CSS code to customize the default blockquote style of your blogger blog. In fact, these styles will also work for any other CMS or HTML pages too. So pick your desired style and make your blog more professional looking and eye-catching today.

CSS Blockquote Style: 1

How To Make Your Blockquote Blogger
blockquote {font: 16px/24px Arial, sans-serif;text-align:left;color: #666;margin: 15px 10px;padding: 15px 10px;}blockquote:before {background: #ddd;text-align: center;height: 25px;content: open-quote;float: left;line-height: 42px;border-radius: 25px;font-size: 24pt;color: #fff;vertical-align: -0.5em;position: relative;margin-right: 0.5em;display: block;width: 25px;}blockquote:after {display: block;text-align: center;color: #fff;float: right;border-radius: 25px;vertical-align: -0.5em;content: close-quote;font-size: 24pt;line-height: 42px;background: #ddd;position: relative;margin-right: 1em;width: 25px;height: 25px;}blockquote:hover:after, blockquote:hover:before {transition: all 350ms;background-color: #555;-moz-transition: all 350ms;-o-transition: all 350ms;-webkit-transition: all 350ms;}

It is truly an amazing and simple blockquote style for Blogger with hover effect. Actually, it will wrap your highlighted text inside two gray quotes. If you are using a clean template, I will recommend this one for you.


CSS Blockquote Style: 2

How To Make Your Blockquote Blogger
blockquote {

background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRzWT2Zuy3OnIJPd281NKaWuuw_kA7HEVN7trvOgmBfo0_HBK-vLN319WMpl1z6651yayNX74WHo-O-XLNY1r3BOV2WGqyQJukS60Vp1t2Td4C5m0tKvDGigbPjR4DxuQA5PBaNGTXaBGH/s1600/bo-blockquote.png) no-repeat;

font-size:15px;text-align:left;color: #555;

border: dashed 1px #eee;margin: 25px 35px;padding: 20px 30px 30px 40px;}

Among many blockquote styles, it is very clean and lightweight design. Actually, the single quote sign will give a nice visual effect and highlight the text properly. Also, it will generate a dashed border around the text.

CSS Blockquote Style: 3

How To Make Your Blockquote Blogger
blockquote{border-left: 15px solid #c76c0c;font-family: Georgia, serif;font-size:15px;text-align: justify;background: #fff;line-height: 1.2;display:block;margin: 0 0 20px;padding: 15px 20px 15px 45px;position: relative; font-size: 16px;color: #666;border-right: 2px solid #c76c0c;box-shadow: 2px 2px 15px #ccc;-webkit-box-shadow: 2px 2px 15px #ccc;-moz-box-shadow: 2px 2px 15px #ccc;}blockquote::before{font-size: 50px;position: absolute;color: #999;left: 10px;top:5px;font-weight: bold;content: "1C";}blockquote a{cursor: pointer;color: #c76c0c;text-decoration: none;background: #eee;padding: 0 3px;}

This amazingly designed blockquote style will improve the reading experience of your blog. It has a nice Shadow effect to gain more reader attention. For this reason, I will consider it is one of the best blockquote styles for blogger.

CSS Blockquote Style: 4

How To Make Your Blockquote Blogger
blockquote:before,blockquote:after{background:transparent;}blockquote{line-height:normal;font-size:16px;color:#666;padding:12px 0 0 44px;text-align:left;font-style:italic;margin:10px 30px 20px;position:relative}blockquote:before{color:#ccc;content:"1C";line-height:1;font-size:85px;left:-5px;position:absolute;top:-5px;font-family:Georgia,serif;}

It is another simple blockquote design for your blog with a single quote sign on the left. Basically, it is using Italic font style but if you wish you can customize this as the way you want. In my opinion, this simple style will suit any type of blog. 

CSS Blockquote Style: 5

How To Make Your Blockquote Blogger
blockquote{text-align:left;border:1px solid #ededed;padding:35px;font-size:15px;margin:10px 0;font-family:'Cookie',cursive;color:#676767;}

It is a super simple blockquote style for blogger. The Cookie font generates a fancy but noticeable look in this design. Also, the full-width border will separate the highlighted text from others very smoothly.

CSS Blockquote Style: 6

How To Make Your Blockquote Blogger

blockquote:before, blockquote:after{content: "";}blockquote{margin: 0 2em;font-size:16px;line-height:22px;text-align:left;quotes: "" "";border-left:3px solid #737e7e;padding-left:10px;}

A very few CSS lines are making the magic for this design. Actually, this quoting style is designed for simplicity lovers. In fact, the design is free from any external style sheets by using a few CSS properties.


CSS Blockquote Style: 7


How To Make Your Blockquote Blogger



blockquote {background: #f9f9f9;margin: 10px 20px;text-align:left;font-size:16px;border: 1px solid #d2d2d2;color: #555;padding: 24px;font-style: italic;}

It is a hand-picked blockquote design with Italic font style. I must say the color combination and the way to represent quote by using this style will be amazing. In fact, this style is generated smartly by using few CSS property.


CSS Blockquote Style: 8


How To Make Your Blockquote Blogger



blockquote {font-family: "Merriweather", Georgia, serif;font-style: italic;padding-left: 35px;padding: 17px 58px 20px 55px;font-size: 16px;text-align:left;font-weight: 300;color: #333;background: #F2E4A0;margin: 21px 30px;}blockquote:before {content: "1C";margin-left: -35px;line-height: 1.33;float: left;font-weight: 700;font-style: normal;font-size: 25px;color: #111;}


This type of blockquote styles are very popular and widely used by many blogger template developers. In fact, it will generate a unique view with a small quote sign and a light background. Even you can change the background color if you wish based on the style of your blogger template.



CSS Blockquote Style: 9


How To Make Your Blockquote Blogger

@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";blockquote{padding:15px;margin-left:0;border:1px solid #d8d8be;background:lightyellow;font-style:italic;text-align:left;font-family:Georgia;}blockquote:after{font-family:FontAwesome;content:'\f10e';display:inline-block;font-weight:500;font-style:normal;line-height:1;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#999985;margin-left:10px;}blockquote:before{content:'\f10d';font-style:normal;display:inline-block;font-family:FontAwesome;line-height:1;-webkit-font-smoothing:antialiased;margin-right:10px;font-weight:500;color:#999985;-moz-osx-font-smoothing:grayscale;}

It is a highly customized and beautifully designed blockquote for blogger. Actually, the design is using font awesome icon for generating the quote signs. The text will remain inside double quote on a smooth background to improve the reader experience.

CSS Blockquote Style: 10

How To Make Your Blockquote Blogger


blockquote {color: #8ABA9C;text-align:left;border-left:5px solid #8ABA9C;padding: 21px;line-height: 20px;margin: 30px 40px;float: left;}


If you are searching for a simple but eye-catching design among many blockquote styles to customize the default one, you can choose this one. In fact, you can modify the color easily to generate a unique one for your blog.

CSS Blockquote Style: 11

How To Make Your Blockquote Blogger


@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";blockquote{ font-size: 16px; text-align:left; height: auto; margin: 0px; font-family: 'Roboto Slab', serif;padding: 20px; font-style:italic; background: #F8F8F8; overflow: hidden;}blockquote:before {content: "\f10d"; color: #00bf8f; margin-right: 6px; font-family: fontawesome;}blockquote:after {font-family: fontawesome; content: "\f10e"; margin-left: 6px; color: #00bf8f;}

CSS Blockquote Style: 12

How To Make Your Blockquote Blogger

@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";blockquote{background:#f7f7f7;padding:25px;border:1px solid #eee;text-align:justify;position:relative;font-weight:500;clear:both;font-style:italic;}blockquote:before{color:#6f6a6a;position:absolute;line-height:1;font-size:25px;z-index:0;transition:.2s ease-in;font-family:FontAwesome;left:-18px;top:-21px;font-style:normal;padding:7px;content:"\f10d";border:1px solid #ddd}blockquote:after{content:"\f10e";border:1px solid #ddd;position:absolute;font-size:25px;color:#6f6a6a;z-index:0;

CSS Blockquote Style: 13

How To Make Your Blockquote Blogger


blockquote{margin:0 auto;position:relative;line-height:24px;padding:24px 20px 24px 45px;text-shadow:0 1px 1px white;border:1px solid rgba(0,0,0,0.05);background-color:#F2F2F2;background-image:-webkit-radial-gradient(center,cover,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 90%),-webkit-repeating-linear-gradient(top,transparent 0%,transparent 24px,rgba(139,207,173,0.7) 24px,rgba(139,207,173,0.7) 25px);}blockquote:before{content:'';position:absolute;top:0;bottom:0;left:20px;border:4px solid rgba(139,207,173,0.7)}blockquote:after{background:rgba(242,246,193,0.9);z-index:-1;left:0;right:0;transform:rotate(2deg);border:1px solid rgba(170,157,134,0.7);}


CSS Blockquote Style: 14

How To Make Your Blockquote Blogger


blockquote {border-left:2px dashed #FACC2E;color:#FACC2E;font-size:14px;line-height:18px;font-style:italic;text-align:justify;margin:15px 30px;padding-left:20px;font-family:Georgia,"Times New Roman",Times,serif;}


CSS Blockquote Style: 15

How To Make Your Blockquote Blogger

blockquote{quotes:none;margin:1.5em 0;text-align:left;font-size:16px;}blockquote a{color:#34495f;}blockquote{display:block;border-left:6px solid rgba(2,2,2,0.4);border-radius:3px;position:relative;color:#5c5544;background-color:#f2dca8;padding:20px 15px 20px 25px;margin:.75em 0;}

CSS Blockquote Style: 16


How To Make Your Blockquote Blogger


blockquote {font-family: Georgia, serif;font-style: italic;background-color:#f5f5f5;background: url(https:https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5OTzNs-mObl0e5BkoH-luJ87RcGutoxXfQtLocPvt2a70paBGOBJmNacqYsWwY1gY_WMg1r6TFWjlxoFhIg5DOWJB2BrOD-ubezGBaWLAyzbzv2yuS-x2Ivd7-HArDsQj9DwoAhNhSvad/s1600/quote-icon.png) 0 0 no-repeat;


CSS Blockquote Style: 17


How To Make Your Blockquote Blogger


@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";blockquote { margin: 20px 0; color: #666; border: 1px solid #e1e1e1; padding: 20px; background: #f6f6f6; }blockquote:before {text-align:left;margin-right: 3px; font-family: fontawesome; content: "\f10d"; color: #FF5353; }blockquote:after { content: "\f10e"; font-family: fontawesome; margin-left: 5px; color: #FF5353; }

 I hope you enjoy this post and the photos. How To Make Your Blockquote Blogger