You can see a demo on the test blog - move the cursor over the image and it changes back to normal (notice that borders remain the same):
Obviously, there will be images that will fit better these effects than others, but regardless of that we do, there should be made a few observations:
- this effect is made with CSS and it will not recognize some browsers, especially Internet Explorer. So this effect might not work on older versions of IE.
- the images are not centered, you will have to align them to the left (default) or to the right.
Now let's add the CSS code for applying this vintage Instagram effect on our images.
Adding Instagram-like Vintage Effect to Blogger Images
Step 1. From your Blogger dashboard > go to "Template" > "Edit HTML"Step 2. Click anywhere inside the code area and press the CTRL + F keys to open Blogger' search box
Step 3. Type or paste the following tag inside the search box:
</head>Step 4. Just above </head> add the following CSS style:
<style>Note: The line in bold that corresponds to the color of the image, can be changed to any other color; here are some examples of traditional vintage:
.vintage img {
padding:0;
float:left;
}
.vintage {
border:10px solid #000;
position: relative;
float: left; /* Change to right if you want the images to be aligned to the right */
margin-right: 20px;
margin-bottom: 20px;
}
.vintage:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255,102,0, 0.6); /* sepia */
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-pAQVWzU9ZaD8UBXmax6Emxn_R1EiRz_sIOe9iOU2Pkw0MrcNPEdzLbX7SjIjg0X5lH4UjkQdWUoF3SyZbEhEjXeNNAFTwVuBeRkCxuGBoRWSFAWoyT5IE42TKYrdTORrdSp9PvEbX0c/s0/grunge.png);
background-size: cover;
box-shadow: inset 0 0 50px #000, inset 0 0 50px #000, inset 0 0 50px #000;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all .1s;
}
.vintage:hover:before {
background: none;
box-shadow:none;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all .1s;
}
</style>
background-color: rgba(0,0,255, 0.5); /* blue */If you want the image not to change to its original state on mouse hover, then remove the last code:
background-color: rgba(0,255,0, 0.5); /* green */
background-color: rgba(0,255,255, 0.5); /* cyan */
background-color: rgba(255,0,0, 0.5); /* red */
background-color: rgba(255,0,240, 0.5); /* violet */
.vintage:hover:before {Step 5. Click the "Save Template" button to save the style.
background: none;
box-shadow:none;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all .1s;
}
Step 6. Finally, add the following HTML code inside the HTML section of your posts each time you want to apply the vintage effect to an image:
<div class="vintage" style="clear:both;">Replace the text in blue with the url of your picture.
<img border="0" src="URL of the image" />
</div>
And that's it, with this little experiment you can have your vintage-style images using CSS only.
How to donate a car in California MISSISSIPPI MESOTHELIOMA LAWYER Technology Casino Mortgage Gas/Electricity Loans Data Recovery Services Hosting WebHostingHub hair removal washington dc Recovery MOTORCYCLE ACCIDENT ATTORNEY LOS ANGLES Credit Software Insurance ACCIDENT AND INJURY ATTORNEY Conference Call · World Trade Center Footage Fastest VPS hosting SEO Donate Cooking Recipes Coupons Student Loans Transfer Insurance Blogs Lawyer Donate your car Sacramento Classes mesothelioma survival rates Donate Car to Charity California Auto insurance affiliate program NUNAVUT CULTURE structured settlements annuities Claim · Better Conferencing Calls Rehab Treatment Trading Cord Blood benchmark lending Degree Attormey Donate cars in ma Attomey mesothelioma claim online making money Mesothelioma Law Firm Donate Car for Tax Credit STRUCTURED ANNUITY SETTLEMENT STRUCTURE SETTLEMENTS ANNUITY SETTLEMENT Tourism or Travel DAYTON FREIGHT LINES structured settlement annuity companies mesothelioma attorneys california structured settlement buyer · Car Accident Lawyers mesothelioma suit domains yahoo small business administration sba



 
No hay comentarios:
Publicar un comentario