Readd icon to navigation and tweak some things

master
BlockMen 2013-12-02 00:30:43 +01:00
parent 3f820d3a35
commit ee1204b184
5 changed files with 20 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.loginlink {
.loginlink {
float:right;
}
.loginlink a {
@ -18,6 +18,15 @@
.h6e-page-title {
}
.h6e-entry-title
{
border-bottom:1px solid #009DFF;
margin-left:-1.5em;
padding-left:1.5em;
line-height:1em;
}
.h6e-page-title.large {
text-align: center;
padding-right: 2.5em;
@ -57,7 +66,7 @@
#menu {
padding:0;
margin:0;
font-size:1.2;
font-size:1.2em;
height:60px;
text-align: right;
}

View File

@ -5,6 +5,13 @@
-------------------------------------------------------------- */
/* Body
-------------------------------------------------------------- */
body
{
background-image:url(../images/body_bg.png);
}
/* Header
-------------------------------------------------------------- */
@ -42,7 +49,7 @@
}
.h6e-main-content, .h6e-extra-content {
padding:1.5em 2.5em;
padding:0.8em 2.5em;
}
/* Page Title

BIN
images/body_bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -68,9 +68,7 @@ if ($ID == 'servers') {$conf['htmlok'] = true;}
<div class="h6e-main-wrapper">
<div id='menu'>
<ul>
<?php if($ID !== "start"){ ?>
<li><a href="./"><img src="<?php echo H6E_CSS ?>/images/minetest-icon-40.png" class="mini_logo" /></a></li>
<?php } ?>
<li style="float:left; margin-left:16px; background:none;"><a href="./" style="background:none; margin:0; padding:0; border:0;"><img src="<?php echo H6E_CSS ?>/images/minetest-icon-60.png" /></a></li>
<li><a href='./'>Home</a></li>
<li>
<a href='<?php echo $nav_pre; ?>download'>Download</a>