Thread Tools Display Modes
07-09-12, 12:39 PM   #1
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Outer shadow is kinda hot

Just by removing the normal textures.


Combine that with a square minimap with the same outer shadow and you are ready to roll.

There we go (qMinimap hacked)


Even the tooltip stands no chance:


The setup that does this is:
Lua Code:
  1. backdrop = {
  2.         bgFile = "Interface\\Buttons\\WHITE8x8",
  3.         edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
  4.         tile = false,
  5.         tileSize = 32,
  6.         edgeSize = 6,
  7.         insets = { left = 6, right = 6, top = 6, bottom = 6 },
  8.     },

The border texture (edgeFile) is the outer shadow found in rActionButtonStyler.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 07-09-12 at 01:38 PM.
  Reply With Quote
07-10-12, 09:50 PM   #2
Paopao001
A Fallenroot Satyr
 
Paopao001's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 20
People use outer shadow everywhere.
Aurora, QulightUI, oUF_NIN, oUF_Freeb...
I think one-pixel and outer shadow are the two kinds of border found widest used.
The third goes to tuk-style.(Elvui ShestakUI AllezUI...)
The forth goes to !Beautycase-style(oUF_Phanx LerbUI Caith UI)

just personal opinion..
  Reply With Quote
07-11-12, 01:49 AM   #3
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 154
Maybe 'cause the most others suck. Sadly. I've tried enough. Now I'm hanging in a Beautycase/Phanx/DafuqDoIuse border situation.

I like the outer shadow thing - without 1px border ofc.

What I tried a long time was 1px border + 2px hard drop shadow
__________________
Lyn • I'm a mess of unfinished thoughts
  Reply With Quote
07-11-12, 08:40 AM   #4
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
I can't speak to the rest of the UI, but there are numerous Button Facade/Masque skins that are either one pixel or outer shadow or both.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote
07-12-12, 01:36 AM   #5
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Those are texture which do not keep the same box-shadow on all elements independent on size like SetBackdrop does.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote
07-12-12, 01:56 AM   #6
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 135
I'll have to add that hotness to my tooltip.
  Reply With Quote
07-13-12, 11:18 AM   #7
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Originally Posted by zork View Post
Those are texture which do not keep the same box-shadow on all elements independent on size like SetBackdrop does.
Ahh. I see. Thank you. Still trying to learn the different things that make up the WoW UI as a whole, but, unfortunately, it's not working very well.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » UI Screenshots, Feedback and Design Discussion » Outer shadow is kinda hot


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off