Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
friendica committed Mar 6, 2013
1 parent 481f8d3 commit eebb0b3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Binary file added images/r!.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions view/theme/redbasic/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ blockquote {

nav {
display: block;
border-bottom: 1px solid #d00;

}

#langselector {
Expand Down Expand Up @@ -237,7 +237,7 @@ header #banner {
font-family: tahoma, "Lucida Sans", sans;
color: #eec;
font-weight: bold;

margin-top: 1px;
}
header #banner a,
header #banner a:active,
Expand Down Expand Up @@ -1674,7 +1674,7 @@ tr.mceLast {
color: #000000;
}

.wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
.wall-item-photo, .photo, .contact-block-img, .my-comment-photo, .contact-photo {
border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 4px 4px 3px 0 #444444;
Expand Down Expand Up @@ -2417,7 +2417,7 @@ aside input[type='text'] {

#nav-searchbar {
float: right;
margin-top: 4px;
margin-top: 3px;
}

#nav-search-spinner {
Expand All @@ -2434,9 +2434,9 @@ aside input[type='text'] {

#nav-search-text {
margin-top: -2px;
font-size: 0.9em;
font-size: 0.8em;
border-radius: 14px;
background-color: #AAAAAA;
background-color: #FFDDDD;
color: #eec;
}

Expand Down Expand Up @@ -3367,9 +3367,9 @@ nav {
background-color: #d00;
color: #eec;
z-index: 100;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
/* -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); */

/* TODO find a better way to do this without different code for every single browser. */

Expand Down Expand Up @@ -3470,7 +3470,7 @@ nav .nav-menu {
position: relative;
height: 16px;
padding: 5px;
margin: 3px 5px 0px;
margin: 0px 5px 0px;
font-size: 1.0em;
/* border-bottom: 3px solid #f88; */
}
Expand Down
2 changes: 1 addition & 1 deletion view/theme/redbasic/php/style.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

// Minimum value shadows - they shouldn't all be the same size; just get it working, clean up later.
if($shadows === "true") {
echo "code, blockquote, .wall-item-content-wrapper, .wall-item-content-wrapper.comment, .wall-item-content img, #profile-jot-perms, #profile-jot-submit, .tab, .tab.active, .settings-widget li, .wall-item-photo, .photo, .contact-block-img, .my-comment-photo, #posted-date-selector:hover, .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .group-selected, .nets-selected, .fileas-selected, .categories-selected {
echo "code, blockquote, .wall-item-content-wrapper, .wall-item-content-wrapper.comment, .wall-item-content img, #profile-jot-perms, #profile-jot-submit, .tab, .tab.active, .settings-widget li, .wall-item-photo, .photo, .contact-block-img, .my-comment-photo, #posted-date-selector:hover, .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .contact-photo, .photo-album-photo, .photo-top-photo, .group-selected, .nets-selected, .fileas-selected, .categories-selected {
box-shadow: 5px 5px 5px #111;}\r\n
.tab.active, #jot-title, #jot-category, .comment-edit-text-empty, .comment-edit-text-full, iframe#profile-jot-text_ifr, #profile-jot-text {
Expand Down
2 changes: 1 addition & 1 deletion view/tpl/contact_template.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<div class="contact-entry-wrapper" id="contact-entry-wrapper-$contact.id" >
<div class="contact-entry-photo-wrapper" >
<a href="$contact.link" title="$contact.img_hover" /><img src="$contact.thumb" alt="$contact.name" /></a>
<a href="$contact.link" title="$contact.img_hover" /><img class="contact-photo" src="$contact.thumb" alt="$contact.name" /></a>
</div>
<div class="contact-entry-photo-end" ></div>
<div class="contact-entry-name" id="contact-entry-name-$contact.id" >$contact.name</div>
Expand Down
2 changes: 1 addition & 1 deletion view/tpl/head.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $js_strings

$head_js

<link rel="shortcut icon" href="$baseurl/images/red.png" />
<link rel="shortcut icon" href="$baseurl/images/r!.png" />
<link rel="search"
href="$baseurl/opensearch"
type="application/opensearchdescription+xml"
Expand Down
2 changes: 1 addition & 1 deletion view/tpl/smarty3/contact_template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" >
<div class="contact-entry-photo-wrapper" >
<a href="{{$contact.link}}" title="{{$contact.img_hover}}" /><img src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a>
<a href="{{$contact.link}}" title="{{$contact.img_hover}}" /><img class="contact-photo" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a>
</div>
<div class="contact-entry-photo-end" ></div>
<div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div>
Expand Down
2 changes: 1 addition & 1 deletion view/tpl/smarty3/head.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

{{$head_js}}

<link rel="shortcut icon" href="{{$baseurl}}/images/red.png" />
<link rel="shortcut icon" href="{{$baseurl}}/images/r!.png" />
<link rel="search"
href="{{$baseurl}}/opensearch"
type="application/opensearchdescription+xml"
Expand Down

0 comments on commit eebb0b3

Please sign in to comment.