Shadow Blockquote
Friday, July 19, 2013 | 0
comments

How to make shadow block quote? Follow this step!
1. Dashboard > Tempalte > Edit html
2. Press ctrl + F, find </style> code!
3. Now, copy this code, then paste above </style> code.
*If there's any same (block quote) code, just delete it, replace or switch with this code*
5. Setting the code!*If there's any same (block quote) code, just delete it, replace or switch with this code*
blockquote { background:url(URL BACKGROUND);
border:2px solid #000000;
-webkit-transition-duration: 3s;
padding: 12px;
margin: 2px 2px;
color: #000000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
-moz-box-shadow: 0 0 5px 5px #FF6699;
-webkit-box-shadow: 0 0 5px 5px #FF6699;
box-shadow: 0 0 5px 5px #FF6699;
color:#000000;
font-size:11px;
padding:11px;
}
ABC : url background for blockquote
ABC : border color
ABC : shadow color
*Find color codes here !
6. Finish? Preview then save!
Good Luck !


Post a Comment
• Any questions/ requests/ advices?
• Please leave some comments after read my post^^
• No harsh words please my dear 💖
• Thanks for read my post, hope useful 😊