Can you make a tutorial on how you do the fade out shadow thing on your gif icons? Thanks!!
yes ofc ! i’m horrible at directions and im 100% sure there is an easier way to do this, but this is how i personally achieve the drop shadow effect on my gif icons.
example:
okay so start out with a 100x100 gif icon.
next right click on ONE gif layer (the top one is preferable) and select “select pixels”
next, make a new layer and go to the “edit” dropdown menu at the top of your screen (on mac, idk what pc/windows is like). and select “stroke”.
these are my settings, but you can do whatever
okay so after you’ve done that, use the magic wand tool and select the inside square of your stroke layer you just made.
make a new layer and color in the square. make sure it is fully colored in !
okay then double click on your square layer and a styling box will come up. select “drop shadow”. these are my settings, but you guys can do any angle, any opacity, any color, etc.
after pressing “OK”, right click on your square layer again and select “rasterize layer style”. this will make it a flat layer.
next, erase what is still selected from the layer ( i.e. the black square on mine)
then merge all layers except for the gif and add a psd (under the border layer) !
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.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
Under the cut I will explain how to make the graphic above requested by anonymous.
I used my own gradient located here (Bang Bang)
the font Feathergraphy Clean and Arial Black which should already be installed on your computer.
Photoshop CS6 (any version will work)
I sincerely apologize because a) my grammar is horrible throughout this and b) i’m horrible at explaining.
If you need any further guidance don’t be afraid to ask!
Start out with a clean canvas. Mine is 500x300px but you can do whatever size you want. I then proceeded to unlock the background layer. Do this by double clicking the lock seen on the right of the layer in the layers menu.
Next I made a new layer by clicking the little icon next to the trashcan icon at the bottom of the layers menu.
Then, after selecting the original layer, I right clicked on the icon and pressed ‘select pixels’. Then I clicked on my new layer.
After that I went to edit > stroke.
Here are my settings:
I duplicated the stroked layer and then double clicked on the one on top and a little window pops up named ‘Layer Style’. I checked the ‘Stroke’ box and set it to the settings below:
It doesn’t matter what pattern you use. I forget where I got this particular one but if you go to Deviantart and look up ps patterns than a bunch will probably come up.
I then but down a texture I had saved on my computer under the border I made. My canvas looks like:
Next i get a gif. I got my ari gif from this gif hunt. Select all of your layer in the timeline like so:
REMEMBER the number of frames your gif has!!! Then you click the little icon above the timeline that looks like this :
and a little dialog will come up.
and select “copy frames”. Next go back to your original document and press the ‘duplicate frame’ button until you have the same amount of frames as your gif.
Highlight all of your new frames and click the icon above the timeline again. This time select “paste frames” and then check “paste over selection
Thats how you get the gif on your document. I usually group all my gif together so that the layers menu doesnt look cluttered, but if you don’t want to it’s fine. This is what my layers menu looks like (group 1 is my gif):
And I set my group one to lighten:
Then I give the group a layer mask (the square with the circle in the center) and erase any harsh edges:
I then get my gradient and slap it on there.
Next is the text. I used feathergraphy to write” beatriceofrp” and arial black to write “does a tutorial” I just played around with my settings until I found a style that I liked. Here’s my settings for “beatriceofrp”:
“does a tutorial” is just stroked with a gradient overlay.
How to make things appear on hover in tumblr themes
Tutorial requested by jillassists
Okay so I'm a horrible explainer so if you have any questions feel free to message me or submit your html or something and I'll help you out! The tutorial is a bit lengthy so it's under the read more!
Okay so typically when you want to activate the hover property you want your description to appear on hover over a sidebar. I'm going to show you how I did this on this theme. You'll see the hover quality if you hover over the icon on the right.
This is what my complete html looks like for the sidebars, description, etc:
I chose to make the description APPEAR on hover. You do this by following these steps:
1. Make sure that your description is OVER your image, for example my margins are almost the same, accounting for the padding around my icon image. Since the padding is 7px wide, I added 7px to the margin left on the description.
Another way to account for the padding is to just have your description have the same padding as your sidebar. For example, if I wanted to do it this way my description and sidebar would have the same margin left and padding.
2. Next step is to create your hover property. Make sure that you're making your description APPEAR not making your sidebar DISAPPEAR. If you make your sidebar disappear your links in your description WILL NOT WORK.
To do this I just write the following:
.description:hover {
opacity:1;}
Also make sure that your description is set on opacity:0; and has the ease in ease out transition like so: