Tags
There are no tags for this page.
Attachments
Socialtext Documentation
Your Workspaces
Home: Socialtext Style Customization Guide
Up: Styling The Dashboard
Previous: Your Watchlist
Next: Styling The Page View

HTML Snippet
The sample only shows 2 rows.
<div class="st-homepage-simplelist" id="st-wikis">
<div class="st-homepage-simplelist-header" id="st-wikis-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-newwiki-link" href="?action=workspaces_create" title="Click this button to create a new workspace">New Workspace</a>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<div class="st-homepage-section-title st-homepage-simplelist-title" id="st-wikis-title">
<a href="?action=workspaces_listall" id="st-wikis-title-link" class="st-homepage-simplelist-title-link">Your workspaces</a>
</div>
</div>
<div id="st-wikis-content" class="st-homepage-section">
<table class="st-homepage-simplelist-table">
<tbody>
<tr class="st-homepage-simplelist-row-odd">
<td class="st-homepage-simplelist-left">
<a href="/corp">Socialtext</a>
</td>
<td class="st-homepage-simplelist-right" nowrap="nowrap">
<a href="/corp/index.cgi?action=recent_changes">211 changes</a>
</td>
</tr>
<tr class="st-homepage-simplelist-row-odd">
<td></td>
<td></td>
</tr>
<tr class="st-homepage-simplelist-row-even">
<td class="st-homepage-simplelist-left">
<a href="/testspace">Help</a>
</td>
<td class="st-homepage-simplelist-right" nowrap="nowrap">
<a href="/testspace/index.cgi?action=recent_changes">57 changes</a>
</td>
</tr>
<tr class="st-homepage-simplelist-row-even">
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
CSS Selectors
Selectors for the button are described at Standard Button.
#st-wikis
div.st-homepage-simplelist
#st-wikis-header
div.st-homepage-simplelist-header
#st-wikis-title
div.st-homepage-section-title
div.st-homepage-simplelist-title
a.st-homepage-simplelist-title-link
#st-wikis-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
td.st-homepage-simplelist-right
td.st-homepage-simplelist-right a
tr.st-homepage-simplelist-row-even
|