<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;Design Your Own CSS Theme&quot;</title>
		<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327351</guid>
				<title>Re: Theme Files</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327351</link>
				<description></description>
				<pubDate>Fri, 05 Dec 2008 10:03:49 +0000</pubDate>
				<wikidot:authorName>North</wikidot:authorName>				<wikidot:authorUserId>132728</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I wasn't jumping at you or anything.<br /> Please don't look down on me. I know what I am doing. Although I am new to CSS I am learning fast. The things you told me were known to me. Also I know of Firebug and Web Developer and I am using them.<br /> As a programmer I can come up with solutions myself. If you look at my first post I didn't ask how I can put an image in my css but if there is a way tu use it without the full url. I guess not.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327345</guid>
				<title>Re: Theme Files</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327345</link>
				<description></description>
				<pubDate>Fri, 05 Dec 2008 09:53:31 +0000</pubDate>
				<wikidot:authorName>strathview</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>""I already know that.""</p> <p>No need to jump down my throat, particularly when I don't think you have quite got this right. What I said in my previous post is the correct way to do it. You do not upload the file for your header to a theme, you upload it to a page on your site and reference it in your custom theme CSS which just happens to be named /local--theme/{yourname}/style.css... as shown in my site below:</p> <div class="image-container alignleft"><img src="http://strathviewconsultants.wikidot.com/local--files/support:images/themename.png" alt="themename.png" class="image" /></div> <p>Rob</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327338</guid>
				<title>Re: Theme Files</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327338</link>
				<description></description>
				<pubDate>Fri, 05 Dec 2008 09:45:05 +0000</pubDate>
				<wikidot:authorName>North</wikidot:authorName>				<wikidot:authorUserId>132728</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I already know that.<br /> The thing is that the theme css is this one:</p> <div class="code"> <pre> <code>http://&lt;wiki_name&gt;.wikidot.com/local--theme/&lt;custom_theme_name&gt;/style.css?24</code> </pre></div> <br /> For the files to be used without the full link there should be a way to upload the files to this location: <div class="code"> <pre> <code>http://&lt;wiki_name&gt;.wikidot.com/local--theme/&lt;custom_theme_name&gt;/</code> </pre></div> <p>&lt;wiki_name&gt; and &lt;custom_theme_name&gt; are generic.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327336</guid>
				<title>Re: Theme Files</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327336</link>
				<description></description>
				<pubDate>Fri, 05 Dec 2008 09:40:15 +0000</pubDate>
				<wikidot:authorName>North</wikidot:authorName>				<wikidot:authorUserId>132728</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am talking about my own custom theme on my site.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327335</guid>
				<title>Re: Theme Files</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327335</link>
				<description></description>
				<pubDate>Fri, 05 Dec 2008 09:34:11 +0000</pubDate>
				<wikidot:authorName>strathview</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If you are adding for example a new image in the header of your site the code would be in the format shown below. I uploaded the .jpg file to my css:theme page and then added the reference to it in my custom CSS.</p> <div class="code"> <pre> <code>#header { background-image:url(http://strathviewconsultants.wikidot.com/local--files/css:theme/sc3_header.jpg); ..etc ..etc }</code> </pre></div> <p>Rob</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327334</guid>
				<title>Re: Theme Files</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327334</link>
				<description></description>
				<pubDate>Fri, 05 Dec 2008 09:31:20 +0000</pubDate>
				<wikidot:authorName>Squark</wikidot:authorName>				<wikidot:authorUserId>160264</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Are you talking about themes.wikidot.com or your own custom theme on your site?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327327</guid>
				<title>Theme Files</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-327327</link>
				<description></description>
				<pubDate>Fri, 05 Dec 2008 09:20:59 +0000</pubDate>
				<wikidot:authorName>North</wikidot:authorName>				<wikidot:authorUserId>132728</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I would like to use image files like this:</p> <div class="code"> <pre> <code>url(background00.gif)</code> </pre></div> <p>How can I upload the image files to the themes page?<br /> if I upload to the mytheme page the file link is ../local-files/… but the link required is ../local-theme/… or something similar.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-326617</guid>
				<title>Re: help on Localize theme</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-326617</link>
				<description></description>
				<pubDate>Thu, 04 Dec 2008 17:09:51 +0000</pubDate>
				<wikidot:authorName>milene</wikidot:authorName>				<wikidot:authorUserId>60659</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It worked!<br /> For now, I'm thinking about the site structure (it is supposed to be a site for presenting the study and, if possible, to have some private "working"pages).<br /> But I'll let you know if I need more help (I think I will).<br /> :)</p> <p>thanks,<br /> milene</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-326082</guid>
				<title>Re: help on Localize theme</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-326082</link>
				<description></description>
				<pubDate>Thu, 04 Dec 2008 02:24:28 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If you just want to change the existing image, it's pretty simple. I would create a replacement for the leaf image with the same dimensions (293x220) and upload it to a page (your start page would be a good place for this since it's unlikely you'll ever delete it). Next, create a custom theme (i.e "Localize-extended") and choose "Localize" as the theme to extend. Then add this to the custom CSS box, changing the <em>background-image:url</em> to point to your new header graphic (I saw that you're using localize on your dimatch-hta site so I could give a good example).</p> <div class="code"> <pre> <code>#header { padding:1em 0; margin:0; text-align:left; background-image:url(http://dimatch-hta.wikidot.com/local--files/start/your_new_graphic.jpg); background-repeat:no-repeat; background-position:right center; height: 6em; }</code> </pre></div> <br /> Let us know if you need more help or want to change more of the style. <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-325932</guid>
				<title>help on Localize theme</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-325932</link>
				<description></description>
				<pubDate>Wed, 03 Dec 2008 23:11:06 +0000</pubDate>
				<wikidot:authorName>milene</wikidot:authorName>				<wikidot:authorUserId>60659</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I need some help on changing the header's picture for the Localize theme.<br /> Could some one help me?</p> <p>Thanks,<br /> milene</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-314988</guid>
				<title>Re: Customizing the Editor</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-314988</link>
				<description></description>
				<pubDate>Fri, 21 Nov 2008 17:23:42 +0000</pubDate>
				<wikidot:authorName>Zorya</wikidot:authorName>				<wikidot:authorUserId>189685</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yep, was in the odialog.css file just needed to know where to look. The following did it for me. Thanks again!</p> <div class="code"> <pre> <code>.hovertip {color:#000000;} .box444{color:#000000;}</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-314978</guid>
				<title>Re: Customizing the Editor</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-314978</link>
				<description></description>
				<pubDate>Fri, 21 Nov 2008 17:11:31 +0000</pubDate>
				<wikidot:authorName>Zorya</wikidot:authorName>				<wikidot:authorUserId>189685</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Awesome. Thanks much guys!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-313573</guid>
				<title>Re: Customizing the Editor</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-313573</link>
				<description></description>
				<pubDate>Thu, 20 Nov 2008 08:14:12 +0000</pubDate>
				<wikidot:authorName>strathview</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I wrote a how to on customising the editor a short while back which is at <a href="http://community.wikidot.com/howto:customise-the-wikidot-editor" >http://community.wikidot.com/howto:customise-the-wikidot-editor</a></p> <p><span style="text-decoration: underline;">Edit:</span> oh, re-reading your post I see that you found my how-to on this. I have updated the how-to to show how to change the dialog popup boxes for saving the page and the background colour and text colour of the hover tips.<br /> Rob</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-313213</guid>
				<title>Re: Customizing the Editor</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-313213</link>
				<description></description>
				<pubDate>Wed, 19 Nov 2008 22:07:54 +0000</pubDate>
				<wikidot:authorName>Phil Chett</wikidot:authorName>				<wikidot:authorUserId>4297</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Zorya.<br /> i "think" all the css relating to what you are after is in either:<br /> <a href="http://zorya.wikidot.com/common--theme/base/css/editor.css">http://zorya.wikidot.com/common--theme/base/css/editor.css</a></p> <p>or</p> <p><a href="http://zorya.wikidot.com/common--theme/base/css/odialog.css">http://zorya.wikidot.com/common--theme/base/css/odialog.css</a></p> <p>or both.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-313173</guid>
				<title>Customizing the Editor</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-313173</link>
				<description></description>
				<pubDate>Wed, 19 Nov 2008 21:29:49 +0000</pubDate>
				<wikidot:authorName>Zorya</wikidot:authorName>				<wikidot:authorUserId>189685</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I did find a how-to on customizing the input boxes for the editor, however… I was looking to see if anyone knows anything about how to edit other portions of the editor. I have a theme that's light text on a dark background and (I'm guessing) because of that I can't see any of the text in the alt mouseovers and popup windows that work with the wikidot page editor. White on white isn't exactly readable after all. ;) Any thoughts/ideas?</p> <p>Thanks in advance!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-302378</guid>
				<title>Re: Very helpfull.</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-302378</link>
				<description></description>
				<pubDate>Fri, 07 Nov 2008 03:43:15 +0000</pubDate>
				<wikidot:authorName>Georges42</wikidot:authorName>				<wikidot:authorUserId>60251</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><span style="color: #084B8A;">Excellent job. Thanks.</span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-301787</guid>
				<title>Re: Very helpfull.</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-301787</link>
				<description></description>
				<pubDate>Thu, 06 Nov 2008 14:48:21 +0000</pubDate>
				<wikidot:authorName>strathview</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I wrote a snippet on how to embed zoho sheets <a href="http://snippets.wikidot.com/code:zohosheet" >here</a></p> <p>Rob</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-301778</guid>
				<title>Very helpfull.</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-301778</link>
				<description></description>
				<pubDate>Thu, 06 Nov 2008 14:34:41 +0000</pubDate>
				<wikidot:authorName>Georges42</wikidot:authorName>				<wikidot:authorUserId>60251</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Very helpfull. Thanks. I wish to find other ways to publish Excel. Maybe with "embed"? From zohoo sheets?<br /> This present way asks a lot of work.<br /> An example at <a href="http://georges42.wikidot.com/colores">http://georges42.wikidot.com/colores</a> at bottom: a zoho sheet.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-295615</guid>
				<title>Re: I really need Help</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-295615</link>
				<description></description>
				<pubDate>Wed, 29 Oct 2008 16:44:59 +0000</pubDate>
				<wikidot:authorName>Phil Chett</wikidot:authorName>				<wikidot:authorUserId>4297</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i think you are talking about a background image, repeating as in say the quake theme. This is done using css as a background image, in custom themes.<br /> Where you want to place it will depend on how it is done.</p> <p>If you intend to mess with CSS then as myself and so many others have repeatedly said, get ff with the web dev addon, and start to play :-)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-295554</guid>
				<title>Re: I really need Help</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-295554</link>
				<description></description>
				<pubDate>Wed, 29 Oct 2008 15:41:18 +0000</pubDate>
				<wikidot:authorName>strathview</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Welcome to wikidot. As far as I know there is nothing in the wikidot code which allows you to have an image that loads then repeats. If you need an image or a series of images to display over and over this would need to be done in flash I think. The easiest way to create a flash image series without having to learn flash is to join <a href="http://sproutebuilder.com" >Sprout Builder</a> which is free. You could build your slideshow there and save it as a flash .SWF file and then embed it in your wiki using an iframe. I think Sprout Builder is a great application. The other way is to to program it using Adobe's Flex Builder 3 as I did <a href="http://strathviewconsultants.wikidot.com" >here</a> but that is neither free nor particularly easy and takes you into a whole different area of rich application development. The reason I used flex for these images was that when I did the same thing in Sproutbuilder, quite often the images wouldn't show the first time you went into the site. After navigation then going back to the homepage it was fine. I'm not sure whether that was a sproutbuilder or a wikidot issue but it irritated me so I did it in flex instead but that's no reason not to give sprout builder a try.</p> <p>That is a very long-winded way of saying that if I've understood your question correctly that my recommendation would be to create a slideshow in Sprout Builder and embed it.</p> <p>Rob</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>