<?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>Themes (new posts)</title>
		<link>http://community.wikidot.com/forum/c-11436/themes</link>
		<description>Posts in the forum category &quot;Themes&quot; - Modifying and creating themes.</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 14 Feb 2012 07:25:27 +0000</lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1364949</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1364949</link>
				<description></description>
				<pubDate>Fri, 03 Feb 2012 17:44:08 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I figured out what's causing the iPhone error&#8230;</p> <div class="code"> <pre> <code>} @media only screen and (max-device-width: 480px) { #container { width: 100%; } }</code> </pre></div> <p>Errr&#8230; so I just took it away. Now everything looks fine. Someday I must take a class in CSS though. Very exciting.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1363223</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1363223</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 18:28:09 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ah, now I managed to change a lot of text. Main issue now would be how it looks funny on my iPhone.<br /> The &quot;content wrap&quot; kinda extends too far horizontally. Just like in the image up in the first post.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1363121</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1363121</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 16:27:47 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Have a look at what <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/timothy-foster" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=197988&amp;size=small&amp;timestamp=1328114260" alt="Timothy Foster" style="background-image:url(http://www.wikidot.com/userkarma.php?u=197988)" /></a><a href="http://www.wikidot.com/user:info/timothy-foster" >Timothy Foster</a></span> has produced at <a href="http://css.wikidot.com/page-structure" target="_blank">http://css.wikidot.com/page-structure</a></p> <blockquote> <p>Oh and all the text while you're editing a page?</p> </blockquote> <p>The reason that is not showing up in Open Sans in your editor is that on your css1 page you have spelt it <em>text area</em> with a space instead of <em>textarea</em>.</p> <p>There are a number of different rules that affect the text around the editing box.</p> <blockquote> <p>I can imagine it being locked to prevent people from breaking their sites, but it's probably not?</p> </blockquote> <p>No, it's not locked</p> <blockquote> <p>Would Firebug do something like that?</p> </blockquote> <p>Yes, that's exactly what it does. see an example below. I clicked on the select arrow in Firebug then clicked on the Login Status. The result shows the <em>#login-status a</em> rule that you've put into the css on your css1 page. You can add extra properties and values or delete existing ones and see what the effect is. It also allows you to look at the base css.</p> <img src="http://community.wikidot.com/local--files/files/firebug.png" alt="firebug.png" class="image" />
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1363086</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1363086</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 15:36:08 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Is there any tutorial saying which parts of the site is named what perhaps? My account, page revision, stop watching, powered by and license is still in Verdana I think. Oh and all the text while you're editing a page? The text in the editing field and all surrounding text&#8230; I can imagine it being locked sp,ehpw to prevent people from breaking their sites, but it's probably not?</p> <p>Might be easier if I knew the names of the different parts of the page myself, I'll probably change the fonts more later once I know what's what.<br /> Would Firebug do something like that? I'm not using Firefox but I guess I could change while editing the CSS.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362994</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362994</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 12:35:29 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes you can change the font on those buttons with:</p> <div class="code"> <pre> <code>.page-options-bottom a { font-family: Open Sans; }</code> </pre></div> <p>or add .page-options-bottom a to the list I mentioned in my previous post.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362993</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362993</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 12:34:00 +0000</pubDate>
				<wikidot:authorName>dealliker</wikidot:authorName>				<wikidot:authorUserId>1297225</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It says here that you like to move the top of the page . I would like to ask if how did you make it last time?can you tell me,if you don't mind.:-)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362985</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362985</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 12:14:23 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No structure? :P Well no. I don't know how well structured it was to begin with and I've kind of made my own additions where they seemed logical to me&#8230; when I have the time I'll do what I can to structure it and clean out the bits that don't really do anything such as some code near the bottom that enables a hovering feature which I'm not using. Since I don't know at the top of my head what most of the code does I can't really start sorting or cleaning it right away though. Indeed structure will make things easier but it can wait for now.</p> <p>By the way the &quot;edit&quot; text I meant was actually the one at the bottom of each page&#8230; literally the buttons you press for editing, tags and such.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362894</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362894</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 08:01:06 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That is because the text in the top bar isn't paragraph text but is a link inside the #top-bar list rule. So you should add the <em>font-family: Opens Sans;</em> to <em>#top-bar li a</em> like this. Just add the extra line into the existing rule on your css1 page:</p> <div class="code"> <pre> <code>#top-bar li a { ---your existing properties and values-- font-family: Open Sans; }</code> </pre></div> <blockquote> <p>I guess there's no way to change the &quot;edit&quot; text and all that to Open Sans?</p> </blockquote> <p>If you mean the text in the text editor while you are editig the page then that, like everyother graphical element, can be changed:</p> <div class="code"> <pre> <code>input [type=&quot;text&quot;], textarea { font-family: Open Sans; }</code> </pre></div> <p>A comma means &quot;and&quot; so you might want to add this to the bottom of your css and add to it as necessary:</p> <div class="code"> <pre> <code>#header h1 a, #header h2 a, #top-bar li a, #top-bar ul li ul li a, #page-title, h1, h2, h3, h4, h5,h6, p, input [type=&quot;text&quot;], text area, input.empty, input.text { font-family: Open Sans; }</code> </pre></div> <p>I have noticed that the CSS on your CSS1 page has no structure to it, so for example you get top bar rules near the top and also near the bottom. This is important because it makes maintenace of your CSS harder and also, more importantly, because css is read from top to bottom. So if you add a rule at the top of the page and don't notice the same rule lower down the page you might get very frustrated when the addition or change you make does not work.</p> <p>It might just me being picky but I keep the css rules for particular areas together, starting with containers and global elements then working down the page from header, topbar, sidebar, main content, page content, dataforms, buttons, tabs, then footer and so on. And if I have a lot of css I add headers to separate the rules to make things easier to find. An example of where I have done that is <a href="http://www.strathpeffervillage.org.uk/css:theme" target="_blank">here</a>.</p> <p>If yu use Firefox there is a brilliant tool called Firebug which lets you see the rule, property and values that are being used on any element in the css on your page and try changes on-the-fly without committing to them. You can get Firebug from <a href="http://getfirebug.com/" target="_blank">http://getfirebug.com/</a>. (IE has an equivalent but is not quite as good in my opinion.) Firebug is one of the development tools I wouold never want to be without!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362651</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362651</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 23:22:07 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Neat. The text in my top bar is still Verdana though&#8230; and I guess there's no way to change the &quot;edit&quot; text and all that to Open Sans?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362565</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362565</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 20:58:40 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No, if you look at my post you'll see I wrote p, not #p. There is a difference:</p> <p><strong>#</strong> id selectors are for things like the #page-title, #header #main-content. You can have only one of that selector on a page;</p> <p><strong>.</strong> class selectors are for things like .hovertip or other classes you define yourself and you can have more than one of those on the page;</p> <p><strong>p, hr</strong> etc are global elements on the page, there can be multiple instances of them, they can be styled with different colors, fonts etc.</p> <p>So you were nearly right, just remove the # so that you have:</p> <div class="code"> <pre> <code>p { font-family: &quot;Open Sans&quot;; font-size: 13px; }</code> </pre></div> <p>A good place to start to learn about CSS is at <a href="http://www.w3schools.com/css/css_intro.asp" target="_blank">http://www.w3schools.com/css/css_intro.asp</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362456</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362456</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 18:32:05 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre> <code>#p { font-family: &quot;Open Sans&quot;; font-size: 13px; }</code> </pre></div> <br /> Would something like that make the default font to Open Sans if I've got the @import at the top too?
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362448</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362448</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 18:15:40 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>p (for paragraph)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362428</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362428</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 17:52:16 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well what's the code for the &quot;plain text&quot;? Not the page title, headings etc&#8230; I've never understood that.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362413</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362413</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 17:36:37 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This was discussed briefly at <a href="http://community.wikidot.com/helpon:typography/comments/show#post-1355700" target="_blank">http://community.wikidot.com/helpon:typography/comments/show#post-1355700</a> and it works well.</p> <p>On your css page import the css for the google web font you want to use. The import must be at the beginning of your CSS like this:</p> <div class="code"> <pre> <code>[[code type=&quot;css&quot;]] @import url(&quot;/dark:css/code/1&quot;); @import url(http://fonts.googleapis.com/css?family=Tangerine); ---rest of your custom css-- [[/code]]</code> </pre></div> <p>It can also go into a css module if you just want to use it on one page.</p> <p>Then you can use it on your site in a couple of ways:</p> <p>1) adding a span to a heading or to text, for example <span style="white-space: pre-wrap;">++&#32;[[span&#32;style=&quot;font-family:Tangerine,&#32;serif;font-size:&#32;48px;&quot;]]%%form_data{species}%%&#32;[[/span]]</span>. See the live code for that on my test live template at <a href="http://vineyard.wikidot.com/edible-plants:_template" target="_blank">http://vineyard.wikidot.com/edible-plants:_template</a></p> <p>2) to add it across your site add it to a rule in your site-wide css, for example:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-identifier">#page-title</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">font-family:</span><span class="hl-code"> Tangerine,</span><span class="hl-string">serif</span><span class="hl-code">; </span><span class="hl-reserved">font-size:</span><span class="hl-code"> </span><span class="hl-number">48</span><span class="hl-string">px</span><span class="hl-code">; </span><span class="hl-reserved">padding-top:</span><span class="hl-number">10</span><span class="hl-string">px</span><span class="hl-code">; </span><span class="hl-brackets">}</span> </pre></div> </div> <p>This what I have done with the page title on my test page at <a href="http://vineyard.wikidot.com/edible-plants:main" target="_blank">http://vineyard.wikidot.com/edible-plants:main</a>. See the css for that at <a href="http://vineyard.wikidot.com/plants:css" target="_blank">http://vineyard.wikidot.com/plants:css</a> which shows both the @import rule and the css for the page title.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1362377</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1362377</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 16:32:10 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Anyone who knows how I can get Google Web Fonts working? Tried a bunch of ways, didn't work. Where do I paste it and where do it put its name to apply it to all of my pages as default?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1358678</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1358678</link>
				<description></description>
				<pubDate>Wed, 25 Jan 2012 23:04:51 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Excellent, no more scroll bar and I guess that the background color solution works. Yeah, might make the site public for a little while. Not much on it right now.</p> <p>I'd still like to move the top of the page slightly higher, probably not that hard by editing the padding values whichever one value it is, change up the fonts a little bit and fix the mobile issues.</p> <p>Overall I'm not so sure about my theme. Picked it a year ago and I guess something with a bit more texture would be somewhat prettier.<br /> Probably doesn't matter, looks good enough. Looks worse when editing&#8230; oh and all buttons say &quot;H1&quot; when hovering over them still? Thought that would be gone a year from one year ago.</p> <p>Oh and there's probably a lot of features in my theme code that I'm not using and won't ever use&#8230; I might clean that out to make it easier for me to navigate the other code.</p> <p>@RobElliott: yes, increasing #main-content would probably work&#8230; though it would end up being too long on any screen that's not 1200 pixels vertical.</p> <p>Edit: I read some in this thread:<br /> <a href="http://community.wikidot.com/forum/t-206887/typography">http://community.wikidot.com/forum/t-206887/typography</a><br /> What do I add where to use a Google Web Font? Do I paste that code at the bottom onto a blank page, or my theme&#8230; or somewhere else?<br /> I'd like to try Open Sans as the default wiki font instead of Verdana.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1358670</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1358670</link>
				<description></description>
				<pubDate>Wed, 25 Jan 2012 22:56:32 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There's an explanation for the min-height:101% hack <a href="http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/" target="_blank">here</a>.</p> <p>The #main-content has a min-height of 600px. Increasing this not an elegant solution but might help with the white space at the bottom.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1358658</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1358658</link>
				<description></description>
				<pubDate>Wed, 25 Jan 2012 22:40:19 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm not sure what the purpose is, but I think the always-visible vertical scroll bar is a result of:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-identifier">html</span><span class="hl-code">, </span><span class="hl-identifier">body</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">min-height:</span><span class="hl-code"> </span><span class="hl-number">101</span><span class="hl-string">%</span><span class="hl-code">; </span><span class="hl-brackets">}</span> </pre></div> </div> <br /> Try commenting that out and see if helps. <p>Also, try adding <em><span style="color: blue">background-color:</span> <span style="color: green">#383838;</span></em> to the <em>html, body</em> section above. That should extend the grey background color to the bottom of the page.</p> <p>It would be really nice if you could make your site public, at least temporarily, so we can use our handy-dandy tools to actually inspect your site and offer real solutions instead of trying to figure it out from screen shots and making really intelligent guesses. ;-)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1358615</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1358615</link>
				<description></description>
				<pubDate>Wed, 25 Jan 2012 21:40:10 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well&#8230; figured as much.<br /> <img src="http://img809.imageshack.us/img809/9397/85582413.jpg" alt="85582413.jpg" class="image" /></p> <p>Is it possible to make the page extend all the way to the bottom? I guess there has to be something already that's preventing the page from being only 2 rows tall and having the page end right after that.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144#post-1358597</guid>
				<title>CSS Help: Re: CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help#post-1358597</link>
				<description></description>
				<pubDate>Wed, 25 Jan 2012 21:19:20 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Can you provide link(s) to examples? It would be easier to help you if we can see what you're referring to.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
