new logo in webfrontend

This commit is contained in:
age 2007-07-20 14:54:51 +00:00
parent 69e1ecbf9d
commit d7135432fb
5 changed files with 18 additions and 10 deletions

View file

@ -69,23 +69,26 @@ if:subcount(Data.StylesheetFiles) > 0
<table id="pane"> <table id="pane">
<tr><td colspan="3"><div id="head"> <tr><td colspan="3"><div id="head">
<table> <table>
<tr><td> <tr><td>
<h1><?cs var:html_escape(Lang.Title.Top) ?></h1> <a href=<a href="<?cs call:link("", "", "", "", "")
?>" title="CryptoBox"><img src="cryptobox-misc/cbx_logo_left.png"
alt="icon: logo" /></a>
<h2><?cs var:html_escape(Lang.Title.Slogan) ?></h2> <h2><?cs var:html_escape(Lang.Title.Slogan) ?></h2>
</td> </td>
<td> <td>
<?cs if:Data.activeDisksCount > 0 ?><?cs <?cs if:Data.activeDisksCount > 0 ?><?cs
set:logoFile = "cbx-text-logo2.png" ?><?cs set:logoFile = "cbx_logo_right_fire.png" ?><?cs
else ?><?cs else ?><?cs
set:logoFile = "cbx-text-logo1.png" ?><?cs set:logoFile = "cbx_logo_right.png" ?><?cs
/if ?> /if ?>
<div class="logo"><a href="<?cs call:link("", "", "", "", "") <div class="logo_right"><a href="<?cs call:link("", "", "", "", "")
?>" title="CryptoBox"><img src="cryptobox-misc/<?cs var:logoFile ?>" title="CryptoBox"><img src="cryptobox-misc/<?cs var:logoFile
?>" alt="icon: logo" /> ?>" alt="icon: logo" />
</a></div> </a></div>
<?cs call:help_link() ?> <?cs call:help_link() ?>
</td></tr></table> </td></tr>
</table>
</div></td></tr> </div></td></tr>
<?cs if:subcount(Data.EnvironmentWarning) > 0 <?cs if:subcount(Data.EnvironmentWarning) > 0

BIN
www-data/cbx_logo_left.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
www-data/cbx_logo_right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View file

@ -68,7 +68,8 @@ legend img {
} }
#main h2 { #main h2 {
font-size: 1.5em; font-size: 1.2em;
margin: 0;
} }
#main h3, legend { #main h3, legend {
@ -79,9 +80,13 @@ div#head table {
width: 100%; width: 100%;
} }
div#head div.logo { div#head td {
vertical-align: top;
}
div#head div.logo_right {
text-align: right; text-align: right;
margin: 0 0 20px 0; margin: 0 0 5px 0;
} }
#words { #words {