move some things around

This commit is contained in:
friendica 2012-06-12 17:57:17 -07:00
parent 211f729622
commit ed1d37658e
3 changed files with 19 additions and 9 deletions

View file

@ -19,7 +19,7 @@ $db = new dba($db_host, $db_user, $db_pass, $db_data);
unset($db_host, $db_user, $db_pass, $db_data); unset($db_host, $db_user, $db_pass, $db_data);
$a->init_pagehead(); $a->init_pagehead();
$a->page['nav'] .= '<div id="logo"><img src="images/friendica-32.png" alt="friendica logo" /> <a href="http://friendica.com">Friendica</a></div>'; $a->page['aside'] .= '<div id="logo"><img src="images/friendica-32.png" alt="friendica logo" /> <a href="http://friendica.com">Friendica</a></div><div id="slogan">Your friends. Your web.</div>';
require_once("session.php"); require_once("session.php");

View file

@ -1,4 +1,4 @@
<h1>$header</h1> <h2>$header</h2>
$finding $finding

View file

@ -9,11 +9,20 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
#logo a, #logo a:visited, #logo a:hover { #logo, #logo:visited, #logo:hover {
color: #A8A8A8; color: #A8A8A8;
text-decoration: none; text-decoration: none;
} }
#logo a, #logo a:visited {
color: #A8A8A8;
text-decoration: none;
}
#slogan {
margin-top: 15px;
}
#alpha-link { #alpha-link {
margin-bottom: 10px; margin-bottom: 10px;
} }
@ -91,11 +100,12 @@ img.photo {
} }
#logo { #logo {
float: left; margin-top: 6px;
font-size: 150%; font-size: 150%;
color: #A8A8A8; color: #A8A8A8;
font-weight: bold; font-weight: bold;
margin-left: 250px;
} }
.heart { .heart {
@ -119,7 +129,7 @@ img.photo {
aside { aside {
position: absolute; position: absolute;
left: 0px; left: 0px;
top: 60px; top: 20px;
right: 250px; right: 250px;
width: 250px; width: 250px;
margin-left: 20px; margin-left: 20px;
@ -129,7 +139,7 @@ aside {
section { section {
position: absolute; position: absolute;
left: 270px; left: 270px;
top: 60px; top: 20px;
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;
right: 0px; right: 0px;
@ -142,10 +152,10 @@ nav {
color: #888888; color: #888888;
position: absolute; position: absolute;
top: 0px; top: 0px;
height: 30px; height: 0px;
left: 0px; left: 0px;
right: 0px; right: 0px;
margin-top: 20px; margin-top: 0px;
} }
footer { footer {