Tags
There are no tags for this page.
Attachments
Socialtext Documentation
Your Notepad
Home: Socialtext Style Customization Guide
Up: Styling The Dashboard
Previous: Announcements And Links Box
Next: Did You Know

HTML Snippet
<div id="st-personal-notes" class="st-homepage-section">
<div class="st-homepage-notes-edit" id="st-personal-notes-edit">
<a id="st-personal-notes-edit-link" href="index.cgi?action=..." class="st-homepage-notes-edit-link">
edit
</a>
</div>
<div id="st-personal-notes-title" class="st-homepage-section-title">
<a href="index.cgi?action=preferences_settings;preferences_class_id=favorites">Your Notepad</a>
</div>
<div id="st-personal-notes-content" class="st-homepage-notes-content">
<!-- content -->
</div>
</div>
CSS Selectors
#st-personal-notes
div.st-homepage-section
#st-personal-notes-edit
div.st-homepage-notes-edit
#st-personal-notes-edit-link
#st-personal-notes-title
div.st-homepage-section-title
div.st-homepage-section-title a
#st-personal-notes-content
div.st-homepage-notes-content
|