Changeset 907

Show
Ignore:
Timestamp:
12/10/05 11:04:05 (3 years ago)
Author:
hirokai
Message:

css cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/feedmelinks/feedmelinks/account.php

    r730 r907  
    102102                                                        showUserImage( $u ); 
    103103%> 
    104 <h2><a style="color: #ff6600;" href="/account">&laquo; Back to your profile.</a></h2> 
    105 or <h2><a style="color: #ff6600;" href="/">&laquo; Back to your links.</a></h2> 
     104<h2><a class="hot" href="/account">&laquo; Back to your profile.</a></h2> 
     105or <h2><a class="hot" href="/">&laquo; Back to your links.</a></h2> 
    106106<% 
    107107                                                } else { 
  • trunk/feedmelinks/feedmelinks/categorize.php

    r889 r907  
    219219<style type="text/css"> 
    220220        /* momentarily override the visited colorizing so as not to confuse the user... */ 
    221         a:visited { color: #ff6600; } 
    222221 
    223222        .l { height: 1.6em; } 
     
    279278<div class="l"> 
    280279<%= $cb %> 
    281 <a href="javascript:pc(<%= $id %>);"><img src="img/lil-tag<%= !$public ? "-private" : "" %>-bice.gif" align="absmiddle" border="0" /></a> 
    282280<a <%= !$public ? "style='color: $hiddenColor;'" : "" %> <%= $alreadySelected ? "class=\"hot\" " : "" %>href="javascript:pc(<%= $id %>);"><%= 
    283281        $catName %></a> 
     
    366364<style type="text/css"> 
    367365        /* momentarily override the visited colorizing so as not to confuse the user... */ 
    368         a:visited { color: #ff6600; } 
    369366        table, tr, td { background-color: #E5E5E5 } 
    370367</style> 
  • trunk/feedmelinks/feedmelinks/funnel.php

    r889 r907  
    2222 
    2323<title> Feed Me Links : <%= $op == "change" ? getCatVerb() : "save" %> link </title> 
    24  
    25 <style type="text/css"> 
    26 .invisitext { 
    27         background-color: #<%= getBGColor() %>; 
    28         border: 0px; 
    29 } 
    30 </style> 
    31  
    3224 
    3325<% if( $debug ) { %> 
     
    235227        <b><%= $catName %><%= $debug ? " ($id)" : "" %></b></a><br /> 
    236228</td> 
     229 
    237230<% 
    238231                                } else { 
  • trunk/feedmelinks/feedmelinks/style/new-portal.css

    r889 r907  
     1.b { 
     2        font-weight: bold; 
     3} 
     4 
    15.biglink { 
    26        font-size: 1.5em;