This commit is contained in:
Friendika 2010-11-05 22:20:33 -07:00
父節點 ce28d219d4
當前提交 05cd91129e
共有 11 個文件被更改,包括 5 次插入5 次删除

二進制
images/ff-128.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 4.4 KiB

二進制
images/ff-16.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 644 B

二進制
images/ff-256.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 2.7 KiB

二進制
images/ff-32.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 1.6 KiB

二進制
images/ff-64.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 2.8 KiB

二進制
images/ff.xcf Normal file

Binary file not shown.

查看文件

@ -56,6 +56,6 @@ else {
$banner = get_config('system','banner');
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>';

查看文件

@ -5,8 +5,8 @@
You may request a connection with this member if you have a valid profile address<br />
on one of the following social networks:<br />
<ul id="dfrn-request-networks">
<li><a href="http://dfrn.org">Friendika/Mistpark</a> (fully supported)</li>
<li><a href="http://ostatus.org">StatusNet/GNU-social/Federation</a> (limited - experimental)</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" 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>
</p>

查看文件

@ -1,7 +1,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<base href="$baseurl" />
<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]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>

二進制
view/theme/default/ff-16.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 644 B

查看文件

@ -385,7 +385,7 @@ footer {
input#dfrn-url {
float: left;
background: url(friendika16.gif) no-repeat;
background: url(ff-16.jpg) no-repeat;
background-position: 2px center;
font-size: 17px;
padding-left: 21px;