<?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-638073</guid>
				<title>(no title)</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-638073</link>
				<description></description>
				<pubDate>Fri, 20 Nov 2009 06:52:50 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Can't see any reason why he'd say no, to be honest, but will wait anyway.</p> <p>In the meantime, you should try setting up an <tt>admin:themes</tt> page for your CSS code. It means that any changes you make to your theme are recorded in the page's history.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-638071</guid>
				<title>(no title)</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-638071</link>
				<description></description>
				<pubDate>Fri, 20 Nov 2009 06:51:20 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There's a bunch of themes available on <a href="http://themes.wikidot.com" >http://themes.wikidot.com</a> that you might want to look at.</p> <p>As for using this theme… that's up to the guy that designed most of it! ;-)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-637397</guid>
				<title>(no title)</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-637397</link>
				<description></description>
				<pubDate>Thu, 19 Nov 2009 13:25:33 +0000</pubDate>
				<wikidot:authorName>sciencetist(aakash)</wikidot:authorName>				<wikidot:authorUserId>258251</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i want this wikidot community theme</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-517664</guid>
				<title>Re: Customising your site for Dummies</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-517664</link>
				<description></description>
				<pubDate>Wed, 24 Jun 2009 19:13:16 +0000</pubDate>
				<wikidot:authorName>Docmartin</wikidot:authorName>				<wikidot:authorUserId>283119</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>"And perhaps the blank box could be re-titled something like "Add/import your CSS to change the theme"</p> <p>Yes, Rob, I do see the problems with putting all the code in. After all, the aim is to offer something friendly. Retitling the box though would be worth doing. Not quite this, I suggest, as CSS is off-putting to us Dummies!</p> <p>How about:</p> <p>'Add additional custom instructions in the box to adapt the existing code of your chosen theme. See this page for more details.'</p> <p>ie. add an extra guide page straight away. My suggestion is that the code is described with no 'assumptions' at all made! - eg. this (typo corrected) is how I communicated on the topic on the Philosophical Investigations site just:</p> <blockquote> <p>The trick it seems is in these normally hidden 'CSS' scripts that each page automatically loads (they show up at the top of the 'source' for every page as http sites for where the page has gone off looking for its style thingies) giving the 'custom' design. Now I've begun to understand the theory, it ain't so difficult to modify the pages, and indeed it seems even the 'orrible dotty boxes can be consigned to history if we want!</p> <p>If you like this change, (this is the code for it below) we now need to add this to all the pages. That involves going to site manager and themes and then assigning all the pages not to 'co' but to the modified version, which I've called 'main pages'.</p> <p>blockquote{<br /> border: 0px #999; [I made the border '0']<br /> padding: 0&nbsp;1em;<br /> background-color: #f4f4f4;<br /> }</p> <p>#toc{<br /> margin: 1em auto 1em 0;<br /> padding: 0em 0.5em;<br /> border: 1px solid gray; [I just changed this to solid from dotted]<br /> background-color: #F7F7F7;<br /> display: table;<br /> }</p> </blockquote> <p>Best,</p> <p>Martin</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-517466</guid>
				<title>Re: Customising your site for Dummies</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-517466</link>
				<description></description>
				<pubDate>Wed, 24 Jun 2009 15:22:08 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Martin, ah I see what you mean. That box is blank because what goes in there is the custom CSS that is <span style="text-decoration: underline;">added</span> to or, more often, changes the base and theme CSS, i.e the "cascading" in cascading style sheets. As you've now realised, that CSS is either typed in or imported from another page on the site (which is how I do it).</p> <p>I'm not sure the best way of showing the base and theme CSS but I really <span style="text-decoration: underline;">don't</span> think it should be put into that blank box when you try to create a new theme. It would no doubt cause coding issues and would actually probably confuse more than it would illuminate given that the base CSS and theme CSS run to hundreds and hundreds of lines.</p> <p>For a new user I can see your point that it would be beneficial for them to see what the code in that blank box will build on. And perhaps the blank box could be re-titled something like "Add/import your CSS to change the theme". Many advanced users are using <a href="http://www.getfirebug.com" >Firebug</a> to view the CSS code and try changes on the fly and it is an invaluable tool, but most new users probably won't know about that. Unfortunately if the developers put the full CSS of the base and theme on a page it would make for a very long page indeed given the length of the stylesheets. I'll give this some more thought and see if there is something that we might add to the wishlist to show the CSS (perhaps in a new window) that would make this aspect of creating a new theme a bit more understandable.</p> <p>Rob</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-517377</guid>
				<title>Re: Customising your site for Dummies</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-517377</link>
				<description></description>
				<pubDate>Wed, 24 Jun 2009 13:35:53 +0000</pubDate>
				<wikidot:authorName>Docmartin</wikidot:authorName>				<wikidot:authorUserId>283119</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Rob,</p> <p>Well, let me know if you want any input/ feedback on the page. The 'blank box' riddle appears after you go to:</p> <p>manage site/<br /> appearence/<br /> custom themes/<br /> create a new theme</p> <p>The naive user (like me) chooses the theme to follow, eg basic, and then expects the code to appear in the box below. Only 'it never does'! We need some advice on how to get the 'appropriate' code there to edit. How about putting the code from the selected theme straight into the box?</p> <p>Martin</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-517192</guid>
				<title>Re: Customising your site for Dummies</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-517192</link>
				<description></description>
				<pubDate>Wed, 24 Jun 2009 07:45:38 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Docmartin, as part of a project to re-design the theme for another wikidot member I am currently preparing an online tutorial/walkthrough about getting started with designing themes and making changes to CSS. I am very guilty of taking longer over these things than I should, but before long the how-to page will be updated and hopefully will make it less confusing. I can see however that you have managed to create a new theme and have started to add custom CSS so that's good.</p> <blockquote> <p>The existing pages sort of lost me where it started saying edit this code, and offered a blank box!</p> </blockquote> <p>Where did this happen? If there some rogue instruction somewhere we can correct that easily.</p> <p>Rob</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-516650</guid>
				<title>Customising your site for Dummies</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-516650</link>
				<description></description>
				<pubDate>Tue, 23 Jun 2009 20:29:47 +0000</pubDate>
				<wikidot:authorName>Docmartin</wikidot:authorName>				<wikidot:authorUserId>283119</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This is all really confusing. I've just managed to work out how to 'access' the code for customising the site (which when you know how…) but shouldn't we offer a separate page explaining how to do a few simple things, step by step? The existing pages sort of lost me where it started saying edit this code, and offered a blank box!</p> <p>I can help write a really simple page if Michael wants to start one.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-471650</guid>
				<title>Why have you uploaded a file to this page ?</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-471650</link>
				<description></description>
				<pubDate>Thu, 07 May 2009 07:20:56 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/max-fernandes" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/322/322587/a16.png" alt="Max Fernandes" style="background-image:url(http://www.wikidot.com/userkarma.php?u=322587)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/322/322587/a16.png" alt="Max Fernandes" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=322587,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/max-fernandes" >Max Fernandes</a></span> uploaded a .jpg file called tema1.jpg on this screen</p> <p><a href="http://community.wdfiles.com/local--files/howto:design-your-own-css-theme/tema1.JPG" >http://community.wdfiles.com/local--files/howto:design-your-own-css-theme/tema1.JPG</a></p> <p>Looks well like a image for the" top"</p> <p>Do you need a background - picture always available from an "open" storage?</p> <p>or do you want to give it as a gift to the community?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-434369</guid>
				<title>Re: breadcrumbs vs title</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-434369</link>
				<description></description>
				<pubDate>Mon, 30 Mar 2009 18:01:14 +0000</pubDate>
				<wikidot:authorName>WikiKrag</wikidot:authorName>				<wikidot:authorUserId>284930</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Worked like a charm!<br /> As long as we don't change the size of the header it'll do just what I needed. And when we do I should be able to adjust the absolute positioning.</p> <p>Thank you,<br /> ~WK</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-434349</guid>
				<title>Re: breadcrumbs vs title</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-434349</link>
				<description></description>
				<pubDate>Mon, 30 Mar 2009 17:51:24 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If it's for your <strong>Pharmament</strong> site, add <strong><em>position:</em></strong> and <strong><em>top:</em></strong> styles to your custom CSS:</p> <div class="code"> <pre> <code>#breadcrumbs { background-color: #F7F7F7; padding: 0.25em; position: absolute; top: 100px; }</code> </pre></div> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-434320</guid>
				<title>breadcrumbs vs title</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-434320</link>
				<description></description>
				<pubDate>Mon, 30 Mar 2009 17:36:40 +0000</pubDate>
				<wikidot:authorName>WikiKrag</wikidot:authorName>				<wikidot:authorUserId>284930</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello everyone.<br /> In customizing my theme I wanted to move the breadcrumbs above the page title. Any suggestion?<br /> Thanks in advance,<br /> ~WK</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-359532</guid>
				<title>Please update this how-to to include need to switch your selected theme!</title>
				<link>http://community.wikidot.com/howto:design-your-own-css-theme/comments/show#post-359532</link>
				<description></description>
				<pubDate>Sun, 18 Jan 2009 01:51:27 +0000</pubDate>
				<wikidot:authorName>Neil Firth</wikidot:authorName>				<wikidot:authorUserId>264514</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>oops! comment withdrawn ;)</p> 
				 	]]>
				</content:encoded>							</item>
					<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>RobElliott</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>RobElliott</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>
				</channel>
</rss>