This commit is contained in:
Ulf Gebhardt 2013-11-06 23:03:01 +01:00
parent 435437a662
commit 466cf2bef6
8 changed files with 28 additions and 31 deletions

View File

@ -5,13 +5,13 @@
} }
.left{ .left{
width: 20px; width: 26px;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
position: relative; position: relative;
} }
.right{ .right{
width: 20px; width: 26px;
display: table-cell; display: table-cell;
position: relative; position: relative;
} }
@ -19,5 +19,5 @@
display: table-row; display: table-row;
width: 100%; width: 100%;
position: relative; position: relative;
height: 20px; height: 25px;
} }

View File

@ -25,13 +25,10 @@
</div> </div>
<img src="${PICPATH}border_top.png" width="100%"/> <img src="${PICPATH}border_top.png" width="100%"/>
</div> </div>
<div class="parent" style="width: 1000px; background: url(${PICPATH}background.png);" > <div class="parent" style="background: url(${PICPATH}background.png);" >
<div style="display: table-row"> <div style="display: table-row">
<div id="frame_left" class="left" style="background: url(${PICPATH}border_left.png) repeat-y; width: 25px;"> <div id="frame_left" class="left" style="background: url(${PICPATH}border_left.png) repeat-y;"></div>
<div id="content_wrapper" style="padding-left: 10px; padding-right: 10px; padding-bottom: 75px;">
</div>
<div id="content_wrapper" style="padding-left: 10px; padding-right: 10px;">
<div id="content" > <div id="content" >
<div> <div>
welcome welcome
@ -51,9 +48,9 @@
<div class="right" style="background: url(${PICPATH}border_right.png) repeat-y;"></div> <div class="right" style="background: url(${PICPATH}border_right.png) repeat-y;"></div>
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="" style="display: table-cell; background: url(${PICPATH}border_bot.png) no-repeat;">&nbsp;</div> <div class="" style="display: table-cell; background: url(${PICPATH}border_bot_l.png) no-repeat;">&nbsp;</div>
<div class="" style="display: table-cell; background: url(${PICPATH}border_bot.png) no-repeat;">&nbsp;</div> <div class="" style="display: table-cell; background: url(${PICPATH}border_bot_m.png) repeat-x;">&nbsp;</div>
<div class="" style="display: table-cell; background: url(${PICPATH}border_bot.png) no-repeat;">&nbsp;</div> <div class="" style="display: table-cell; background: url(${PICPATH}border_bot_r.png) no-repeat;">&nbsp;</div>
</div> </div>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB