Difference between revisions of "Template:Item/IngameView"
From Shin Megami Tensei IMAGINE Wiki
m (Removed link from image background.) |
m (Added div for icon view (LargePicture) button (non-functional atm)) |
||
Line 12: | Line 12: | ||
<div class="item-icon" style="position:absolute; left:5px; top:8px;">{{{Picture}}}</div> | <div class="item-icon" style="position:absolute; left:5px; top:8px;">{{{Picture}}}</div> | ||
<div class="item-name" style="position:absolute; left:53px; top:20px;">'''{{{Name}}}'''</div> | <div class="item-name" style="position:absolute; left:53px; top:20px;">'''{{{Name}}}'''</div> | ||
+ | <div class="icon-view" style="position:absolute; left:1px; top:47px; width:68px; height:13px; cursor:pointer;"> </div><!-- IE doesn't like this, no fix without using spacer image--> | ||
</div> | </div> | ||
<div class="basic-info" style="width:100%; height:38px; margin-top:11px; margin-left:12px; margin-right:12px; overflow:hidden;"> | <div class="basic-info" style="width:100%; height:38px; margin-top:11px; margin-left:12px; margin-right:12px; overflow:hidden;"> |
Revision as of 12:51, 29 September 2012
Template for Ingame view of an Item.
- This will be a meta Template designed to be a part of the new Item Template. It should not be used directly, instead see <Item template when it is ready>
- This will likely be AnnanFay's version - User:AnnanFay/ItemTemplates
- Status as of 1st July:- Combined style of AnnanFay's item layout with basic template mechanics. Still need to do some more, and to figure out how Extra basic features should be handled.