branding
This commit is contained in:
parent
ce28d219d4
commit
05cd91129e
11 changed files with 5 additions and 5 deletions
BIN
images/ff-128.jpg
Normal file
BIN
images/ff-128.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
images/ff-16.jpg
Normal file
BIN
images/ff-16.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 644 B |
BIN
images/ff-256.jpg
Normal file
BIN
images/ff-256.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
images/ff-32.jpg
Normal file
BIN
images/ff-32.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
images/ff-64.jpg
Normal file
BIN
images/ff-64.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
images/ff.xcf
Normal file
BIN
images/ff.xcf
Normal file
Binary file not shown.
|
@ -56,6 +56,6 @@ else {
|
||||||
$banner = get_config('system','banner');
|
$banner = get_config('system','banner');
|
||||||
|
|
||||||
if($banner === false)
|
if($banner === false)
|
||||||
$banner = '<span style="color:red;">@</span> Friendika';
|
$banner = '<img src="images/ff-32.jpg" alt="logo" /> Friendika';
|
||||||
|
|
||||||
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';
|
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
You may request a connection with this member if you have a valid profile address<br />
|
You may request a connection with this member if you have a valid profile address<br />
|
||||||
on one of the following social networks:<br />
|
on one of the following social networks:<br />
|
||||||
<ul id="dfrn-request-networks">
|
<ul id="dfrn-request-networks">
|
||||||
<li><a href="http://dfrn.org">Friendika/Mistpark</a> (fully supported)</li>
|
<li><a href="http://friendika.com" title="Private (secure) network">Friendika</a> <img src="images/lock_icon.gif" alt="Private (secure) network" title="Private (secure) network" /></li>
|
||||||
<li><a href="http://ostatus.org">StatusNet/GNU-social/Federation</a> (limited - experimental)</li>
|
<li><a href="http://ostatus.org" title="Public (insecure) network" >StatusNet/Federated Social Web</a> <img src="images/unlock_icon.gif" alt="Public (insecure) network" title="Public (insecure) network"/></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<base href="$baseurl" />
|
<base href="$baseurl" />
|
||||||
<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
|
<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
|
||||||
<link rel="shortcut icon" href="$baseurl/images/friendika32.ico">
|
<link rel="shortcut icon" href="$baseurl/images/ff-32.jpg">
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
|
BIN
view/theme/default/ff-16.jpg
Normal file
BIN
view/theme/default/ff-16.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 644 B |
|
@ -385,7 +385,7 @@ footer {
|
||||||
|
|
||||||
input#dfrn-url {
|
input#dfrn-url {
|
||||||
float: left;
|
float: left;
|
||||||
background: url(friendika16.gif) no-repeat;
|
background: url(ff-16.jpg) no-repeat;
|
||||||
background-position: 2px center;
|
background-position: 2px center;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
padding-left: 21px;
|
padding-left: 21px;
|
||||||
|
|
Loading…
Reference in a new issue