<?xml version="1.0" encoding="windows-1252"?>
<node id="330171" title="Re: Perl-blue theme" created="2004-02-19 03:35:45" updated="2005-08-15 09:57:46">
<type id="11">
note</type>
<author id="125487">
jarich</author>
<data>
<field name="doctext">
&lt;p&gt;
I'm a CSS newbie.  Still I liked the look of this theme and thought I'd try it out.  I put the link
&lt;code&gt;
http://www.perlmonks.org/index.pl?node_id=167905&amp;displaytype=displaycode
&lt;/code&gt;
into the &lt;b&gt;Link to External CSS stylesheet:&lt;/b&gt; box and hit submit.  Suddenly my User Settings page looked lovely.
&lt;/p&gt;
&lt;p&gt;
However the Monastery Gates look awful.  "New Questions" takes up a full browser screen.
&lt;/p&gt;
&lt;p&gt;
I think the relevant html is here:
&lt;/p&gt;
&lt;code&gt;
  &lt;tr class =" section_title" width =" 100%" border =" 1"&gt;
    &lt;td class =" section_title" width =" 100%"&gt;
      New Questions
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/code&gt;
I've copied your theme into my &lt;b&gt;On-Site CSS Markup:&lt;/b&gt; code and made the following change:
&lt;code&gt;
td.section_title {
   color: #fff;
   background-color: #069;
-  font-size: 26em;
+  font-size: 26px;
   font-family: Georgia, serif;
}
&lt;/code&gt;
&lt;/p&gt;
&lt;p&gt;
This looks heaps better.
&lt;/p&gt;
&lt;p&gt;
I hope this helps.
&lt;/p&gt;
&lt;p&gt;
     jarich
&lt;/p&gt;</field>
<field name="root_node">
145860</field>
<field name="parent_node">
167905</field>
</data>
</node>
