scalable top border, new logo
@ -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;
|
||||
}
|
||||
@ -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'] = '';
|
||||
|
||||
@ -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;"> </div>
|
||||
<div class="threecol_col" style="background: url(${PICPATH}border_bot_m.png) repeat-x;"> ${copyright} ${inprint}</div>
|
||||
<div class="threecol_col" style="background: url(${PICPATH}border_bot_r.png) no-repeat;"> </div>
|
||||
<div class="threecol_col" style="background: url(${PICPATH}border_top_l.png) no-repeat;"> </div>
|
||||
<div class="threecol_col" style="background: url(${PICPATH}border_top_m.png) repeat-x;"> ${copyright} ${inprint}</div>
|
||||
<div class="threecol_col" style="background: url(${PICPATH}border_top_r.png) no-repeat;"> </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">
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
mojotrollz/page/default_page/img/border_top_l.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
mojotrollz/page/default_page/img/border_top_m.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
mojotrollz/page/default_page/img/border_top_r.png
Normal file
|
After Width: | Height: | Size: 596 B |
BIN
mojotrollz/page/default_page/img/logo.png
Normal file
|
After Width: | Height: | Size: 57 KiB |