lighter colours

This commit is contained in:
Mike Macgirvin 2010-07-31 02:18:37 -07:00
parent aea121ea2a
commit eaea2a6370
3 changed files with 46 additions and 12 deletions

View File

@ -40,6 +40,7 @@ function directory_content(&$a) {
foreach($r as $rr) { foreach($r as $rr) {
$profile_link = $a->get_baseurl() . '/profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']); $profile_link = $a->get_baseurl() . '/profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']);
$details = ''; $details = '';
if(strlen($rr['locality'])) if(strlen($rr['locality']))

View File

@ -17,7 +17,7 @@ function home_init(&$a) {
if(! function_exists('home_content')) { if(! function_exists('home_content')) {
function home_content(&$a) { function home_content(&$a) {
$a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://dfrn.org\" name=\"DFRN.org\" >DFRN</a></div>"; $a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://mistpark.com\" name=\"Mistpark\" >Mistpark</a></div>";
$o .= '<h1>Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '</h1>'; $o .= '<h1>Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '</h1>';
$o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1); $o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
return $o; return $o;

View File

@ -1,6 +1,20 @@
a, a:visited {
color: #4444FF;
text-decoration: none;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}
img {
border: none;
}
body { body {
background: #EEEEEE; background: #FEFEFE;
color: #444444;
font-family: verdana, sans-serif; font-family: verdana, sans-serif;
font-size: 1.0em; font-size: 1.0em;
margin-left: 10px; margin-left: 10px;
@ -71,10 +85,13 @@ footer {
margin-left: 0px; margin-left: 0px;
margin-right: 10px; margin-right: 10px;
padding: 5px; padding: 5px;
border: 1px solid black; border: 1px solid #AAAAAA;
background: #DDDDFF; background: #F8F8F8;
font-size: 0.7em; font-size: 0.7em;
font-weight: bold; font-weight: bold;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
} }
@ -99,10 +116,14 @@ footer {
margin-left: 10px; margin-left: 10px;
margin-right: 0px; margin-right: 0px;
padding: 5px; padding: 5px;
border: 1px solid black; border: 1px solid #AAAAAA;
background: #DDDDFF; background: #F8F8F8;
font-size: 0.7em; font-size: 0.7em;
font-weight: bold; font-weight: bold;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
} }
#nav-end { #nav-end {
clear: both; clear: both;
@ -502,10 +523,13 @@ input#dfrn-url {
.wall-item-outside-wrapper.comment { .wall-item-outside-wrapper.comment {
margin-left: 50px; margin-left: 50px;
background: #F7F7F7;
} }
.wall-item-photo-wrapper { .wall-item-photo-wrapper {
margin-top: 20px; margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
width: 100px; width: 100px;
float: left; float: left;
} }
@ -663,7 +687,7 @@ input#dfrn-url {
} }
.fortune { .fortune {
margin-top: 50px; margin-top: 50px;
color: #3172BD; color: #4444FF;
font-weight: bold; font-weight: bold;
margin-bottom: 20px; margin-bottom: 20px;
} }
@ -936,9 +960,10 @@ input#dfrn-url {
border: 1px solid #888888; border: 1px solid #888888;
font-size: 0.8em; font-size: 0.8em;
font-weight: bold; font-weight: bold;
} -moz-box-shadow: 5px 5px 5px #888;
.profile-tabs a { -webkit-box-shadow: 5px 5px 5px #888;
text-decoration: none; box-shadow: 5px 5px 5px #888;
} }
#profile-tabs-end { #profile-tabs-end {
@ -950,6 +975,7 @@ input#dfrn-url {
height: 30px; height: 30px;
width: 175px; width: 175px;
overflow: auto; overflow: auto;
margin-bottom: 10px;
} }
.comment-edit-text-full { .comment-edit-text-full {
@ -1149,4 +1175,11 @@ input#dfrn-url {
.message-links li { .message-links li {
margin-top: 10px; margin-top: 10px;
} }
#sidebar-group-list ul {
list-style-type: none;
}
#sidebar-group-list li {
margin-top: 10px;