black and white image hover!
add this in between <head> and </head>
<style>
img{
-webkit-filter: grayscale(0%);
z-index: -9999999999999999999999999px;
}
img:hover{
-webkit-filter: grayscale(100%);
}</style>
click update and save!
seen from Egypt
seen from Russia
seen from Sweden
seen from United States
seen from France
seen from United States
seen from United States
seen from Germany
seen from Germany
seen from China

seen from Malaysia
seen from Indonesia
seen from Indonesia

seen from Indonesia

seen from Italy
seen from United States

seen from United States
seen from United States

seen from United States

seen from United States
black and white image hover!
add this in between <head> and </head>
<style>
img{
-webkit-filter: grayscale(0%);
z-index: -9999999999999999999999999px;
}
img:hover{
-webkit-filter: grayscale(100%);
}</style>
click update and save!

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
magnify posts hover
put this code after <style>
.post:hover { opacity:0.85; overflow:hidden; transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -o-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transform: scale(1.5); -webkit-transform: scale(1.5); -moz-transform: scale (1.5); -o-transform: scale (1.5);}
click update and save!
365 Days of Themes, Day 8
Goodies Theme by 4lisonwonderland
Do not remove credit, This theme took a LONG time to make
Please like if you use
Preview - Code Find more themes at 4lison.com
You are not to redistribute this theme, use it as a base code, claim as your own theme, remove credit, or sell.
To do so would vilate the Creative Commons license.
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
This theme is part of my week long installment of Luxury/Girly themes. Mostly focusing on themes that show a little bit more info on the home page. This one shows custom favorites, links, and stats.
This also has a new feature that i haven't put on any themes, but it has "Auto Column" Which means that the columns adjust the viewers screensize. Like when i view the theme, on a slightly bigger laptop i have (1600x900px screen res) i see four columns, but if someone was on a smaller laptop, it would 3 columns. This stops accidental horizontal scrolling (which can be very unflattering) , and makes it so that any viewer can see ALL of your theme.
Here is a post on how to use the custom links, favorites, and stats in this theme if you are confused
Theme includes-
Auto Column
Usually 4 or 3 column on most screensizes (only two column on tablets or netbooks)
Infinite scroll
Loading animation
back to top button
Fixed width posts (all posts, and images are the same size)
Full size posts on permalink page
True grid theme
Sidebar
Blinking Letter Title
Two custom fonts
3 Custom links
Black and White and cool Zoom hover options
Add up to 5 Favorites on your sidebar
Section for stats codes
Built in color scheme
Sidebar picture
Rehab Theme by 4lisonwonderland
Do not remove credit,
Preview - Code
Find more themes at 4lison.com
You are not to redistribute this theme, use it as a base code, claim as your own theme, remove credit, or sell.
To do so would vilate the Creative Commons license.
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Theme includes-
One Column
Background image
Tons of custom colors
Reblog hover
Sidebar picture that is 100% height
Custom font with title
Double borders
Reblog hover
Hover over sidebar picture for links
Two custom colors for links
3 custom links
Hover for description
Infinite scroll
Back to top button in arrow shape
hey, do you have a glitter border code?
I will post it after I answer the rest of the messages (: I’ll just edit this post.
EDIT:
http://freetexthost.com/malwa44wmt
It's all there. Hope this helped you (:

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
can you post the code to get posts to shake on hover?
Yes I can. I’ll do that after I answer the rest of the messages (: I”ll just edit this post.
EDIT:
http://freetexthost.com/jaidhddptx
The tutorial is on that page (:
hey i was wondering if there is a code for getting borders around eclipse posts? <3
As long as it's not an image border(like the glitter border) any border you use will form around the post. The border CSS for a plain border is:
border: 0px solid #000;
The first "0px" is the size. Change the number to make the border larger. The next part that says "solid" is the kind of border. You can have solid, dotted, dashed, double, and many more. The last "#000" is the hexdecimal color or just the color of the border. You can check this webpage:
http://www.w3schools.com/css/css_border.asp
for an in depth look at borders, including a ton of different types of them.
Just add that to your .post class and you should get the border you want.
AMAZING AMAZING AMAZING : IMAGE HOVER EFFECTS
THIS ONLY WORKS IN WEBKIT BASED BROWSERS FROM WHAT I UNDERSTAND SO KEEP THAT IN MIND WHILE READING.
Do you love those filters people have on image hover? Black and white, blur, etc? Did you ever want to combine them, or see what exactly is possible for you to do with the filters? WELL I JUST FOUND AN AMAZING SITE THAT IS GREAT FOR PEOPLE WHO DON'T KNOW WHAT THEY'RE DOING OR ARE SICK OF EDITING IT BY HAND TO GET THE RIGHT EFFECT.
http://html5-demos.appspot.com/static/css/filters/index.html
Go there, then use the sliders to edit what the image looks like. Blur, black and white, grayscale, sepia. Tons of features to choose from! When you get it to look how you want, just copy the code between the sliders and image. THEN paste it into your CSS. It should go into the .post img{ } or .post image:hover{ } tags. .post img if you want it to apply to the images on page load or .post image:hover if you only want it on hover.