Changeset 907
- Timestamp:
- 12/10/05 11:04:05 (3 years ago)
- Files:
-
- trunk/feedmelinks/feedmelinks/account.php (modified) (1 diff)
- trunk/feedmelinks/feedmelinks/categorize.php (modified) (3 diffs)
- trunk/feedmelinks/feedmelinks/funnel.php (modified) (2 diffs)
- trunk/feedmelinks/feedmelinks/style/new-portal.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/feedmelinks/feedmelinks/account.php
r730 r907 102 102 showUserImage( $u ); 103 103 %> 104 <h2><a style="color: #ff6600;" href="/account">« Back to your profile.</a></h2>105 or <h2><a style="color: #ff6600;" href="/">« Back to your links.</a></h2>104 <h2><a class="hot" href="/account">« Back to your profile.</a></h2> 105 or <h2><a class="hot" href="/">« Back to your links.</a></h2> 106 106 <% 107 107 } else { trunk/feedmelinks/feedmelinks/categorize.php
r889 r907 219 219 <style type="text/css"> 220 220 /* momentarily override the visited colorizing so as not to confuse the user... */ 221 a:visited { color: #ff6600; }222 221 223 222 .l { height: 1.6em; } … … 279 278 <div class="l"> 280 279 <%= $cb %> 281 <a href="javascript:pc(<%= $id %>);"><img src="img/lil-tag<%= !$public ? "-private" : "" %>-bice.gif" align="absmiddle" border="0" /></a>282 280 <a <%= !$public ? "style='color: $hiddenColor;'" : "" %> <%= $alreadySelected ? "class=\"hot\" " : "" %>href="javascript:pc(<%= $id %>);"><%= 283 281 $catName %></a> … … 366 364 <style type="text/css"> 367 365 /* momentarily override the visited colorizing so as not to confuse the user... */ 368 a:visited { color: #ff6600; }369 366 table, tr, td { background-color: #E5E5E5 } 370 367 </style> trunk/feedmelinks/feedmelinks/funnel.php
r889 r907 22 22 23 23 <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 32 24 33 25 <% if( $debug ) { %> … … 235 227 <b><%= $catName %><%= $debug ? " ($id)" : "" %></b></a><br /> 236 228 </td> 229 237 230 <% 238 231 } else { trunk/feedmelinks/feedmelinks/style/new-portal.css
r889 r907 1 .b { 2 font-weight: bold; 3 } 4 1 5 .biglink { 2 6 font-size: 1.5em;