Year of the Dragon: Through 24th December, claim your free Pick of the Dragon's Lair! Speak to Xatheral in the Hall of Heroes. edit
Game mechanics • Newbie guide • In development • DDO Store • Social Media
Challenges • Classes • Collectables • Crafting • Enhancements • Epic Destinies • Favor • Feats
Glossary • Items • Maps • Monsters • Places • Quests • Races • Reincarnation • Skills • Spells
Please create an account or log in to remove ads, build a reputation, and unlock more editing privileges and then visit DDO wiki's IRC Chat/Discord if you need any help!
User:Taurolyon/Projects/Archive
<css>
/* For Tabs on my User Page */
.tab {
position: relative;
float: left;
width: 100px;
margin-left: 0px;
margin-right: 4px;
border: solid 1px #aaa;
border-bottom: none;
text-align: center;
height: 30px;
vertical-align: text-bottom;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-top: 5px;
box-shadow: 2px 2px 2px #000;
background-color: #D0D0D0;
} .clrAll { clear: both; } .tab:hover { background-color: #F9F9F9; } .tabActive { background-color: #E9E9E9; } .tabBody { border: solid 1px #AAA; padding: 5px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background-color: #E9E9E9; width: 100%; position: relative; } .tab span { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 1; } .tabBody .toc {
float: right; margin: 5px;
} /* End Tabs */
</css>
This is an archive of: User:Taurolyon/Projects Please do not edit this page- add comments or edits to the original page!
|
This was moved from User:Taurolyon/Journal
This was a little notepad on how I was retooling some of the nasty black-backgrounded old enhancement icons with new shadowy transparant backgrounds.
Passive Icon Project
Many of the icons use GIF format with plain black backgrounds. (IMO, *blech!*)
I've started to work on updating a few of them to PNG with a softened/shadowed transparency background...
Photoshop steps:
- Take GIF image and copy, then paste to RGB 8 bit/channel transparent background of the same size.
- Magic Wand select the black area - don't worry about the few pixels that get selected that aren't black.
- 5 Tolerance
- Anti-aliased
- Contiguous
- Invert selection
- Expand Selection by 1px
- Feather Selection by 1px
- Invert Selection (again)
- Use eraser with massive brush (I use 2500px, but more than 100px will do) to remove background and give you finished product.