<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title><![CDATA[Socialtext Documentation: Styling The Dashboard]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?styling_the_dashboard</link>
<description></description>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[Styling The Dashboard]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?styling_the_dashboard</link>
<description><![CDATA[<div class="wiki">
<p>
Home: <a href="http://www.perlfoundation.org/help-en/index.cgi?socialtext_style_customization_guide" title="(70 months) Socialtext enables you to create a custom stylesheet to customize the appearance of your workspace. ...">Socialtext Style Customization Guide</a><br />
Previous: <a href="http://www.perlfoundation.org/help-en/index.cgi?using_your_own_logo" title="(70 months) Home [Socialtext Style Customization Guide] Top [Process Overview] Previous [Installing Styles into ...">Using Your Own Logo</a><br />
Next: <a href="http://www.perlfoundation.org/help-en/index.cgi?announcements_and_links_box" title="(70 months) Home [Socialtext Style Customization Guide] Up [Styling The Dashboard] Previous [Styling The Dashboa...">Announcements And Links Box</a></p>
<hr />
<blockquote>
<span class="nlw_phrase"><img alt="dashboard.png" src="http://www.perlfoundation.org/help-en/index.cgi/dashboard.png?action=attachments_download;page_name=styling_the_dashboard;id=20070804014558-9-6609" /><!-- wiki: {image: dashboard.png} --></span></blockquote>
<br /><p>
There are two major sections to the Dashboard page. The <a href="http://www.perlfoundation.org/help-en/index.cgi?navigation_bar" title="(70 months) Home [Socialtext Style Customization Guide] Top [Common Elements] Prev [Standard Button] Next [Socia...">navigation bar</a> is at the top of the page. The main body of the page contains the dashboard itself. The main body has six panels. The <em>Links and Announcements</em> and <em>Your Notepad</em> boxes contain the content from wiki pages. <em>Did You Know</em> contains static text. Recently Viewed, Your Watchlist, and <em>Your Workspaces</em> contain lists of appropriate wiki elements.</p>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-homepage&quot; class=&quot;st-content&quot;&gt;
  &lt;div id=&quot;st-wiki-logo&quot;&gt;
    &lt;img id=&quot;st-wiki-logo-image&quot; src=&quot;/static/images/st/logo/socialtext-logo-152x26.gif&quot; /&gt;
  &lt;/div&gt;
  &lt;div id=&quot;st-user-greeting&quot;&gt;
    &lt;div id=&quot;st-user-welcome&quot;&gt;Welcome, Socialtext User.&lt;/div&gt;
    &lt;div id=&quot;st-wiki-title-invite&quot;&gt;
      &lt;a href=&quot;?action=users_invite&quot;&gt;&lt;b&gt;Invite your colleagues&lt;/b&gt;&lt;/a&gt; to this workspace.
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div style=&quot;vertical-align: 7px&quot; id=&quot;st-wiki-title&quot;&gt;
    &lt;div&gt;Dashboard: Socialtext 2.0 Custom CSS guide&lt;/div&gt;
  &lt;/div&gt;
  &lt;table id=&quot;st-homepage-layout&quot;&gt;
    &lt;tbody&gt;
      &lt;tr&gt;
        &lt;td class=&quot;st-homepage-layout-cell&quot; id=&quot;st-homepage-layout-notes&quot;&gt;
          &lt;div id=&quot;st-homepage-notes&quot;&gt;
            &lt;div id=&quot;st-group-notes&quot; class=&quot;st-homepage-section&quot;&gt;
              &lt;!-- content --&gt;
            &lt;/div&gt;
            &lt;div id=&quot;st-personal-notes&quot; class=&quot;st-homepage-section&quot;&gt;
              &lt;!-- content --&gt;
            &lt;/div&gt;

            &lt;div id=&quot;st-dyk&quot; class=&quot;st-homepage-section&quot;&gt;
              &lt;!-- content --&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/td&gt;
        &lt;td class=&quot;st-homepage-layout-cell&quot; id=&quot;st-homepage-layout-dashboard&quot; align=&quot;right&quot;&gt;
          &lt;div id=&quot;st-homepage-dashboard&quot;&gt;
            &lt;div class=&quot;st-homepage-simplelist&quot; id=&quot;st-whats-new&quot;&gt;
              &lt;!-- content --&gt; 
            &lt;/div&gt;
            &lt;div class=&quot;st-homepage-simplelist&quot; id=&quot;st-watchlist&quot;&gt;
              &lt;!-- content --&gt;
            &lt;/div&gt;
            &lt;div class=&quot;st-homepage-simplelist&quot; id=&quot;st-wikis&quot;&gt;
              &lt;!-- content --&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;
  &lt;br style=&quot;clear: both;height: 1px&quot; /&gt;
&lt;/div&gt;

&lt;div id=&quot;st-socialtext-attribution&quot;&gt;
  &lt;a href=&quot;http://socialtext.com&quot; id=&quot;st-socialtext-attribution-link&quot;&gt;
    &lt;img id=&quot;st-socialtext-attribution-image&quot;
         src=&quot;/static/1.99.99.9/images/st/logo/socialtext-logo-152x26.gif&quot;
         title=&quot;Socialtext v1.99.99.9&quot;
    /&gt;
  &lt;/a&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
#st-homepage
div.st-content
#st-wiki-logo
#st-wiki-logo-image
#st-user-greeting
#st-user-welcome
#st-wiki-title-invite
#st-wiki-title
#st-wiki-title div
#st-homepage-layout
#st-homepage-layout td.st-homepage-layout-cell
#st-homepage-layout-notes
#st-homepage-notes
#st-homepage-layout-dashboard
#st-homepage-dashboard

#st-socialtext-attribution
#st-socialtext-attribution-link
#st-socialtext-attribution-image
</pre>
</div>
]]></description>
<author>ken.pier@hidden</author>
<guid isPermaLink="true">http://www.perlfoundation.org/help-en/index.cgi?styling_the_dashboard</guid>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
</item>

</channel>
</rss>