<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter posts tagged with stylesheets</title>
      <link>http://ask.metafilter.com/tags/stylesheets</link>
      <description>tag posts with stylesheets</description>
	  	  <pubDate>Thu, 22 May 2008 13:43:05 -0800</pubDate>
      <lastBuildDate>Thu, 22 May 2008 13:43:05 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Web Design Sans Style Sheets</title>
	<link>http://ask.metafilter.com/92150/Web-Design-Sans-Style-Sheets</link>	
	<description>Any tips on web design WITHOUT style sheets?  Yes, I know that&apos;s crazy talk. I work for a state government agency, and I&apos;m in charge of trying to make our website usable and worth using, neither of which it is now.  I&apos;ll be working under strict bureaucratic requirements.  Essentially, I have nothing to work with but HTML.  There is a style sheet, but it does nothing but set a few text properties, and I don&apos;t have the ability to change it or add on to it.  It&apos;s guarded like a Grail.&lt;br&gt;
&lt;br&gt;
I know people built pages with nothing more than HTML in the Dark Ages, but that was before I got into web design.  I don&apos;t know the tricks and techniques of the era.&lt;br&gt;
&lt;br&gt;
Does anyone remember their old tricks?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92150</guid>
	<pubDate>Thu, 22 May 2008 13:43:05 -0800</pubDate>

<category>webdesign</category>

<category>website</category>

<category>css</category>

<category>stylesheets</category>

<category>html</category>

	<dc:creator>echo target</dc:creator>
	</item>
	<item>
	<title>How can I strip out extraneous CSS rules from my stylesheets?</title>
	<link>http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets</link>	
	<description>How can I strip out extraneous CSS rules from my stylesheets? I&apos;ve got an external css file that I&apos;ve modified quite extensively and it&apos;s also quite long. I would like to compare the rules in the css file with the div and class tags that I&apos;ve added in my html and then discard all the css rules that don&apos;t apply. So this isn&apos;t CSS optimizing like CSS Tidy . . .&lt;br&gt;
&lt;br&gt;
Is there anything either on or offline that will allow me to do this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.68008</guid>
	<pubDate>Sat, 28 Jul 2007 09:54:49 -0800</pubDate>

<category>css</category>

<category>html</category>

<category>xhtml</category>

<category>stylesheets</category>

<category>webdesign</category>

<category>code</category>

<category>software</category>

	<dc:creator>jeremias</dc:creator>
	</item>
	<item>
	<title>Help moving TypePad to Movable Type?</title>
	<link>http://ask.metafilter.com/31699/Help-moving-TypePad-to-Movable-Type</link>	
	<description>I am looking to switch my blog to TypePad a hosted Movable Type, but am having problems transferring the style sheet. Any tips for moving templates and stylesheets from TypePad into Movable Type? I thought I could just plus the code in from one to the other, but while it gets the basic elements (font, colors) right, it screws up the (really simple, two-column) layout.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.31699</guid>
	<pubDate>Sun, 29 Jan 2006 15:50:24 -0800</pubDate>

<category>movabletype</category>

<category>typepad</category>

<category>blogs</category>

<category>stylesheets</category>

	<dc:creator>apetpsychic</dc:creator>
	</item>
	<item>
	<title>CSS Help!</title>
	<link>http://ask.metafilter.com/31473/CSS-Help</link>	
	<description>CSS help: If I have an element that contains two other elements that add up to less width than the container element, should the container element&apos;s background color not be visible between those elements? I have an element called #container that is 400px wide. Inside that I have two elements, one 100px wide and one 200px wide. The first is floated left, the second floated right. In between these boxes is 100 px. For me, on all browsers, that space is appearing transparent, rather than the specified background color for #container. Why?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.31473</guid>
	<pubDate>Wed, 25 Jan 2006 11:54:26 -0800</pubDate>

<category>CSS</category>

<category>stylesheets</category>

<category>html</category>

<category>styles</category>

<category>web</category>

<category>programming</category>

	<dc:creator>Al_Truist</dc:creator>
	</item>
	<item>
	<title>Help me debug this simple CSS problem before I put my head through the monitor!!</title>
	<link>http://ask.metafilter.com/27531/Help-me-debug-this-simple-CSS-problem-before-I-put-my-head-through-the-monitor</link>	
	<description>IHateCSSFilter:  Help me figure out how to fix my website so that the left margin isn&apos;t smashed up against the left margin anymore.... I did not write the original CSS for the site, because I&apos;ve never been able to master CSS, and this is a perfect example of why.  I&apos;m sorry if I can&apos;t explain this well, but trying to work in CSS always makes my eyes bleed and me want to tear my hair out, despite years of trying to learn how it works.&lt;br&gt;
&lt;br&gt;
After having redesigned the site (back in &lt;i&gt;July&lt;/i&gt;), I have a bug in it that I can&apos;t fix and its driving me crazy - so crazy that I can&apos;t look at the site, so I never update it.&lt;br&gt;
&lt;br&gt;
I know that changing the pix number in the body margin attribute should fix this, but it doesn&apos;t seem to, and I can&apos;t figure out why.  I know that my main page calls its CSS from a file called &quot;styles-site.css&quot;  but changing the margin pix attribute in the styles-site.css file doesn&apos;t seem to change anything in the formatting of the site -- or, rather, it does, until I rebuild the site in MT, and then it goes back to 0px for the left margin, and I cannot figure out what it is about rebuilding that is overrding the styles-site.css file.  &lt;br&gt;
&lt;br&gt;
Can you help me?  I&apos;m losing my mind over this.  &lt;br&gt;
&lt;br&gt;
&lt;small&gt;and please give me answers like I&apos;m your grandmother.  I&apos;m apparently too stupid to be any good at anything other than simple html, even after years and years of trying.&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.27531</guid>
	<pubDate>Sat, 19 Nov 2005 08:54:07 -0800</pubDate>

<category>CSS</category>

<category>MT</category>

<category>moveabletype</category>

<category>stylesheets</category>

	<dc:creator>anastasiav</dc:creator>
	</item>
	<item>
	<title>Question number 13772</title>
	<link>http://ask.metafilter.com/mefi/13772</link>	
	<description>CSSFilter: I&apos;m a long-time Web wonk looking to become a CSS maven - my next gig is the development and implementation of a completely modern, table-less design for a fairly big company.&lt;br&gt;
&lt;br&gt;
What learning resources out there (on the Web, in print, or otherwise) are the best for someone looking to master the techniques espoused by places like the &lt;a  _top href=&quot;http://www.csszengarden.com/&quot;&gt; CSS Zen Garden?&lt;/a&gt; What new tools should I consider using? One thing I&apos;m having trouble with in particular: how does the designer mock up a fully CSS/XHTML design? It seems more counterintuitive than the old process of &lt;b&gt;design -&amp;gt;  cut-up into table-based layout&lt;/b&gt;.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.13772</guid>
	<pubDate>Sat, 08 Jan 2005 08:10:08 -0800</pubDate>

<category>css</category>

<category>stylesheets</category>

<category>web</category>

<category>standards</category>

<category>xhtml</category>

	<dc:creator>killdevil</dc:creator>
	</item>
	<item>
	<title>Question number 8917</title>
	<link>http://ask.metafilter.com/mefi/8917</link>	
	<description>Hey, CSS Cowboys -  spacer help needed! Look &lt;a href=&quot;http://www.citrusmoon.net/miscitems/cloudsign.html&quot;&gt;here&lt;/a&gt;. This is a simple box with three different backgrounds in three fields with no content; the first two need to be exactly 100 pixels tall, and the last one needs to be 200 pixels tall. I am making this happen with transparent spacer .gifs, but I want to eliminate them, if possible. I&apos;ve tried a couple of things (spacer tag, fer example) that work in Mozilla but not IE; and a couple of things that work in IE (span tags with height declaration, fer example) but not in Mozilla. Padding doesn&apos;t work well in either for exact spacing. Can you help me conquer space, the final frontier?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.8917</guid>
	<pubDate>Fri, 23 Jul 2004 04:53:51 -0800</pubDate>

<category>CSS</category>

<category>stylesheets</category>

<category>html</category>

	<dc:creator>taz</dc:creator>
	</item>
	<item>
	<title>Question number 6088</title>
	<link>http://ask.metafilter.com/mefi/6088</link>	
	<description>&lt;small&gt;CSS - Does anyone know how to get me around an &lt;a href=&quot;http://69.93.88.178/~redsqui/test.html&quot;  _blank&gt;IE style sheet problem&lt;/a&gt;? Mozilla shows the right text box correctly while IE goes off and does it&apos;s own thing. Any suggestions?&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.6088</guid>
	<pubDate>Fri, 26 Mar 2004 03:06:47 -0800</pubDate>

<category>css</category>

<category>ie</category>

<category>stylesheets</category>

<category>mozilla</category>

	<dc:creator>twine42</dc:creator>
	</item>
	<item>
	<title>Question number 4792</title>
	<link>http://ask.metafilter.com/mefi/4792</link>	
	<description>Anyone know a quick and simple way to convert opml files into html? I&apos;ve found two good &lt;a href=&quot;http://www.neuro-tech.net/opml.xsl&quot;&gt;XSLT&lt;/a&gt; &lt;a href=&quot;http://radio.weblogs.com/0107481/opml2html.xsl&quot;&gt;stylesheets&lt;/a&gt;, but the &lt;a href=&quot;http://www.w3.org/2001/05/xslt&quot;&gt;W3C XSLT Service&lt;/a&gt; seems to be fudging the links.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.4792</guid>
	<pubDate>Wed, 21 Jan 2004 05:12:58 -0800</pubDate>

<category>xslt</category>

<category>opml</category>

<category>html</category>

<category>convert</category>

<category>stylesheets</category>

<category>w3c</category>

	<dc:creator>will</dc:creator>
	</item>
	
	</channel>
</rss>

