scalable top border, new logo

This commit is contained in:
Ulf Gebhardt 2014-03-19 05:04:59 +01:00
parent 09467a30d6
commit 78eec6998d
11 changed files with 18 additions and 13 deletions

View File

@ -53,6 +53,15 @@ body {
border-radius: 5px;
}
#frame_logo {
text-align: center;
margin-top: 25px;
}
#frame_header {
height: 26px;
}
#frame_right_border {
width: 26px;
}
@ -83,12 +92,8 @@ body {
width: 33%;
}
#frame_content_toolbar{
height: 70px;
}
#frame_footer{
width: 100%;
position: relative;
height: 25px;
height: 26px;
}

View File

@ -27,7 +27,7 @@ class default_page extends SYSTEM\PAGE\Page {
$vars['default_page_serverinfo'] = \SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_page/default_page_serverinfo.tpl'), array());
$vars['default_page_login'] = \SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_page/default_page_login.tpl'), array());
$vars['default_page_toolbar'] = \SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_page/default_page_toolbar.tpl'), array());
$vars['WOWICONS'] = \SYSTEM\IMG\img::getURL('wowicons');
//$vars['WOWICONS'] = \SYSTEM\IMG\img::getURL('wowicons');
$vars['PICPATH'] = \SYSTEM\WEBPATH(new PPAGE(), 'default_page/img/');
$vars['copyright'] = '';
$vars['inprint'] = '';

View File

@ -7,13 +7,13 @@
${js}
</head>
<body style="background: url(${PICPATH}wall.jpg);">
<div id="logo" style="text-align: center"><img src="${PICPATH}World-Of-Warcraft-Logo.png"/></div>
<div id="frame_logo"><img src="${PICPATH}logo.png"/></div>
<div id="frame_main">
<div id="frame_content_wrapper" class="threecol_parent" style="background: url(${PICPATH}background.png);">
<div id="frame_header" class="threecol_row">
<div class="threecol_col" style="background: url(${PICPATH}border_bot_l.png) no-repeat;">&nbsp;</div>
<div class="threecol_col" style="background: url(${PICPATH}border_bot_m.png) repeat-x;">&nbsp;${copyright} ${inprint}</div>
<div class="threecol_col" style="background: url(${PICPATH}border_bot_r.png) no-repeat;">&nbsp;</div>
<div class="threecol_col" style="background: url(${PICPATH}border_top_l.png) no-repeat;">&nbsp;</div>
<div class="threecol_col" style="background: url(${PICPATH}border_top_m.png) repeat-x;">&nbsp;${copyright} ${inprint}</div>
<div class="threecol_col" style="background: url(${PICPATH}border_top_r.png) no-repeat;">&nbsp;</div>
</div>
<div class="threecol_row">
<div id="frame_left_border" class="threecol_col" style="background: url(${PICPATH}border_left.png) repeat-y;"></div>
@ -21,9 +21,9 @@
<div id="frame_content_left">${default_page_welcome}</div>
<div id="frame_content_center">${default_page_serverinfo}</div>
<div id="frame_content_right">${default_page_login}</div>
<div class="clear"></div>
<div id="frame_content_toolbar">${default_page_toolbar}</div>
</div>
<div class="clear"></div>
<div id="frame_content_toolbar">${default_page_toolbar}</div>
<div id="frame_right_border" class="threecol_col" style="background: url(${PICPATH}border_right.png) repeat-y;"></div>
</div>
<div id="frame_footer" class="threecol_row">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.