Skip to content

Commit

Permalink
Color and look little improv
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Mat committed Feb 22, 2017
1 parent a8f27f2 commit ea0c8fe
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
Binary file removed favicon-tomate.ico
Binary file not shown.
Binary file modified favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -47,7 +47,7 @@


<div id="header">
<a title="<?php bloginfo('name') ?>" href="<?php bloginfo('url'); ?>" class="headertitle"><?php bloginfo('name') ?></a>
<a title="<?php bloginfo('name') ?>" href="<?php bloginfo('url'); ?>" class="headertitle" style="width:140px;height:40px; display:inline-block;"><?php #bloginfo('name') ?></a>
<?php if (is_user_logged_in()) { ?>
<a title="Membros" href="<?php bloginfo('url'); ?>/colegas/"><div href="" id="icone-amigo">&nbsp;</div></a>
<a title="Grupos" href="<?php bloginfo('url'); ?>/groups/"><div href="" id="icone-balao">&nbsp;</div></a>
Expand Down
Binary file modified icones-topo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/Screenshot from 2016-11-16 15-35-11.png
Binary file not shown.
Binary file added images/icones-topo-tentativa-de-vermelho.xcf
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed mascote_foca(swicthed).png
Binary file not shown.
Binary file removed pomodoro/pomodoro-indicator-tomate.png
Binary file not shown.
Binary file modified pomodoro/pomodoro-indicator.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions style.css
Expand Up @@ -22,7 +22,7 @@ Tags: buddypress, red, white, flexible-width, two-columns
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/reset.css );
@import url(pomodoro/pomodoro.css );

.headertitle {font-size:26px; line-height:30px; float:left;font-family:verdana;}
.headertitle {font-size:26px; line-height:30px; float:left;font-family:verdana;background: url("images/pomodoro-logo-topo.png")}
#header a {color:#fff;}
#header a:hover {color:#063;}

Expand Down Expand Up @@ -133,7 +133,7 @@ span.activity, div#message p {
#header {
position: relative;
color:#fff;
background:#093; /*#eee; f5sites*/ /* url(pomodoro-banner-1250x125-antigo.jpg) repeat-x; /* url(darwin-sample.gif*/
background: #700000 url(pomodoro-banner-1250x125-antigo.jpg) repeat-x; /* url(darwin-sample.gif*/
margin-bottom: 1px;
padding-top: 1px;
/*margin-bottom: 20px;
Expand Down Expand Up @@ -199,7 +199,7 @@ span.activity, div#message p {
#icone-notif:hover {background:url("icones-topo.png") bottom right;}
#icones-topo {background:top; height:40px;}

#linha-fundo {position:absolute;width:100%;height:40px;background:#093;left:0;}
#linha-fundo {position:absolute;width:100%;height:40px;background:#700000;left:0;}

/* > Navigation
-------------------------------------------------------------- */
Expand Down

0 comments on commit ea0c8fe

Please sign in to comment.