new logo in webfrontend
This commit is contained in:
parent
69e1ecbf9d
commit
d7135432fb
5 changed files with 18 additions and 10 deletions
|
@ -69,23 +69,26 @@ if:subcount(Data.StylesheetFiles) > 0
|
|||
<table id="pane">
|
||||
|
||||
<tr><td colspan="3"><div id="head">
|
||||
<table>
|
||||
<table>
|
||||
<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>
|
||||
</td>
|
||||
</td>
|
||||
<td>
|
||||
<?cs if:Data.activeDisksCount > 0 ?><?cs
|
||||
set:logoFile = "cbx-text-logo2.png" ?><?cs
|
||||
set:logoFile = "cbx_logo_right_fire.png" ?><?cs
|
||||
else ?><?cs
|
||||
set:logoFile = "cbx-text-logo1.png" ?><?cs
|
||||
set:logoFile = "cbx_logo_right.png" ?><?cs
|
||||
/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
|
||||
?>" alt="icon: logo" />
|
||||
</a></div>
|
||||
<?cs call:help_link() ?>
|
||||
</td></tr></table>
|
||||
</td></tr>
|
||||
</table>
|
||||
</div></td></tr>
|
||||
|
||||
<?cs if:subcount(Data.EnvironmentWarning) > 0
|
||||
|
|
BIN
www-data/cbx_logo_left.png
Normal file
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
BIN
www-data/cbx_logo_right.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
www-data/cbx_logo_right_fire.png
Normal file
BIN
www-data/cbx_logo_right_fire.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
|
@ -68,7 +68,8 @@ legend img {
|
|||
}
|
||||
|
||||
#main h2 {
|
||||
font-size: 1.5em;
|
||||
font-size: 1.2em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#main h3, legend {
|
||||
|
@ -79,9 +80,13 @@ div#head table {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
div#head div.logo {
|
||||
div#head td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
div#head div.logo_right {
|
||||
text-align: right;
|
||||
margin: 0 0 20px 0;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
#words {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue