I posted this under another thread of mine but I think it got lost since my initial question was answered and this wasn't seen below.
I am trying to theme a view and while I understand the block--{module}--{delta}.tpl.php thing now but I have issues with applying a theme for a view at the block level.
What I mean is that I want to customize the outer block and not the view itself.
View Name: Recent Articles
Display: Block
Under blocks, the configure link is admin/structure/block/manage/views/recent_articles-block/configure
Naturally I think block--{module}--{delta}.tpl.php should be block--views--recent_articles-block.tpl.php but that doesn't work. I also tried themer which told me block__views__recent_articles-block.tpl.php which I suspect is a bug since it's still in dev mode and "__" should be "--" but tried both anyway.
I've tried these and nothing seems to apply.
block__views__recent_articles-block.tpl.php
block--views--recent_articles-block.tpl.php
block--views--recent-articles-block.tpl.php
block--views--recent_articles.tpl.php
block--views--recent-articles.tpl.php
block--views--view-recent-articles.tpl.php
block--views--view-recent_articles.tpl.php
block--views--view-recent-articles-block.tpl.php
block--views--view-recent_articles-block.tpl.php