Tags
There are no tags for this page.
Attachments
Socialtext Documentation
What's New Page
Home: Socialtext Style Customization Guide
Up: Styling The Dashboard
Previous: Did You Know
Next: Your Watchlist

HTML Snippet
The sample only shows 2 rows.
<div class="st-homepage-simplelist" id="st-whats-new">
<div class="st-homepage-simplelist-header" id="st-whats-new-header">
<table class="button-table">
<tr>
<td>
<div class="button-straight">
<div class="button-straight-right-top">
<div class="button-straight-left-bottom">
<div class="button-straight-right-bottom">
<div class="button-content">
<a id="st-newpage-link" href="?action=new_page" title="Click this button to create a new page">New Page</a>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<div class="st-homepage-section-title st-homepage-simplelist-title" id="st-whats-new-title">
<a href="?action=recent_changes" id="st-whats-new-title-link" class="st-homepage-simplelist-title-link">What's new in Socialtext 2.0 Custom CSS guide</a>
</div>
</div>
<div id="st-whats-new-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 minute) Home [Socialtext Style Customization Guide] Previous [Using Your Own Logo] Next [Dashboard] Dashboa...">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">
</tr>
<tr class="st-homepage-simplelist-row-even">
<td colspan="2" class="st-homepage-simplelist-left">
<a href="index.cgi?getting_started" title="(1 day) Home [Socialtext Style Customization Guide] Previous [Installing Styles into Your Workspace] Next [N...">Getting Started</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 23 1:56pm</span>
</div>
</td>
</tr>
<tr class="st-homepage-simplelist-row-even">
</tr>
</tbody>
</table>
</div>
</div>
CSS Selectors
See Standard Button for the button selectors.
#st-whats-new
div.st-homepage-simplelist
#st-whats-new-header
div.st-homepage-simplelist-header
#st-whats-new-title
div.st-homepage-section-title
div.st-homepage-simplelist-title
#st-whats-new-title-link
a.st-homepage-simplelist-title-link
#st-whats-new-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
|