|
Socialtext Documentation
Your Watchlist: Revision 2
Home: [Socialtext Style Customization Guide]
Up: [Styling The Dashboard] Previous: [What's New Page] Next: [Your Workspaces] ---- > {image: dashboard-watchlist.png} ^^^^ HTML Snippet The sample only shows 2 rows. .pre <div class="st-homepage-simplelist" id="st-watchlist"> <div class="st-homepage-simplelist-header" id="st-watchlist-header"> <div class="st-homepage-section-title st-homepage-simplelist-title" id="st-watchlist-title"> <a href="?action=display_watchlist" id="st-watchlist-title-link" class="st-homepage-simplelist-title-link">Your watchlist</a> </div> </div> <div id="st-watchlist-content" class="st-homepage-section"> <table class="st-homepage-simplelist-table"> <tbody> <tr class="st-homepage-simplelist-row-odd"> <td colspan="2" class="st-homepage-simplelist-left"> <a href="index.cgi?styling_the_dashboard" title="(1 hour)...">Styling The Dashboard</a> <div class="st-homepage-whatsnew-attribution"> Last edited by <span class="st-homepage-whatsnew-author">Socialtext User</span> on <span class="st-homepage-whatsnew-date">Oct 25 7:29am</span> </div> </td> </tr> <tr class="st-homepage-simplelist-row-odd"> <td></td> <td></td> </tr> <tr class="st-homepage-simplelist-row-even"> <td colspan="2" class="st-homepage-simplelist-left"> <a href="index.cgi?what_s_new" title="(2 minutes) Home...">What's New</a> <div class="st-homepage-whatsnew-attribution"> Last edited by <span class="st-homepage-whatsnew-author">Socialtext User</span> on <span class="st-homepage-whatsnew-date">Oct 25 8:51am</span> </div> </td> </tr> <tr class="st-homepage-simplelist-row-even"> <td></td> <td></td> </tr> </tbody> </table> </div> </div> .pre ^^^^ CSS Selectors .pre #st-watchlist div.st-homepage-simplelist #st-watchlist-header div.st-homepage-simplelist-header #st-watchlist-title div.st-homepage-section-title div.st-homepage-simplelist-title #st-watchlist-title-link a.st-homepage-simplelist-title-link #st-watchlist-content div.st-homepage-section table.st-homepage-simplelist-table tr.st-homepage-simplelist-row-odd td.st-homepage-simplelist-left td.st-homepage-simplelist-left a div.st-homepage-whatsnew-attribution span.st-homepage-whatsnew-author span.st-homepage-whatsnew-date tr.st-homepage-simplelist-row-even .pre |