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

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: individual</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 15:18:58 +0000</pubDate>

<item>
<title>simonafilote on "style individual widget"</title>
<link>http://themeshaper.com/forums/topic/style-individual-widget#post-24173</link>
<pubDate>Tue, 06 Dec 2011 17:25:42 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">24173@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for the compliment, Scott. I just noticed you've recently talked about custom post dates on your blog as well :-)
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "style individual widget"</title>
<link>http://themeshaper.com/forums/topic/style-individual-widget#post-24135</link>
<pubDate>Mon, 05 Dec 2011 22:03:53 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">24135@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Glad it worked, that is awesome that you were able to get the pseudo element working properly, once you get the hang of using &#34;:before and :after&#34;, CSS gets pretty easy to do some things that previously would have taken extra markup.&#60;/p&#62;
&#60;p&#62;The site is looking good, nice custom post date by the way. ;)
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "style individual widget"</title>
<link>http://themeshaper.com/forums/topic/style-individual-widget#post-24134</link>
<pubDate>Mon, 05 Dec 2011 20:47:24 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">24134@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This is great stuff and it worked! Many thanks! I can't believe I had spent so much time looking for a solution...
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "style individual widget"</title>
<link>http://themeshaper.com/forums/topic/style-individual-widget#post-24128</link>
<pubDate>Mon, 05 Dec 2011 17:58:50 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">24128@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;To get in the container, just using &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#secondary .widget_recent_entries {}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;should work fine.&#60;/p&#62;
&#60;p&#62;The footer part isn't quite as easy though, for that I would suggest using &#60;a href=&#34;http://css-tricks.com/9516-pseudo-element-roundup/&#34;&#62;pseudo elements&#60;/a&#62;,&#60;/p&#62;
&#60;p&#62;So for the footer, it might look something like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#secondary .widget_recent_entries {
     position: relative;
}

#secondary .widget_recent_entries:after {
     background: url(&#38;quot;images/widget_head.gif&#38;quot;) no-repeat scroll left center transparent;
     clear: both;
     content: &#38;quot;&#38;quot;;
     height: 100px;
     left: 0pt;
     position: absolute;
     top: 100%;
     width: 300px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Although you will most likely have to play with some paddings/heights/widths to get it to work correctly. But pseudo elements are ridiculously powerful with CSS. ;)
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "style individual widget"</title>
<link>http://themeshaper.com/forums/topic/style-individual-widget#post-24119</link>
<pubDate>Mon, 05 Dec 2011 14:52:57 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">24119@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;I'm using Thematic and I've been trying to style the 'recent entries' widget to make it look similar to the post-it widgets from Intaglio theme. To accomplish that, Intaglio theme uses three background images to create the post-it, individually styling the widget's header, content area, and footer.&#60;/p&#62;
&#60;p&#62;I've managed to add the background image to the widget's header using the code below, but I'm stuck and can't manage to add the background image to the widget's content and footer area. Any idea if I can accomplish that just by using CSS?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#secondary .widget_recent_entries .widgettitle {
background: url(&#38;quot;images/widget_head.gif&#38;quot;) no-repeat scroll left center transparent;
height: 37px;
padding: 20px 0 0 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've tried several codes to add background to the widget's content area, but nothing seems to work. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#secondary .widget_recent_entries .widgetcontainer{
background: red;
padding:0 0 0 7px;
width:287px;
margin-bottom: 15px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I would appreciate a hint.&#60;br /&#62;
My blog is: &#60;a href=&#34;http://crumbs-of-life.net/&#34; rel=&#34;nofollow&#34;&#62;http://crumbs-of-life.net/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Simona
&#60;/p&#62;</description>
</item>

</channel>
</rss>
