はてな日記-CSS

div.section
{
 border: 1px solid #333333;
 padding:0.5em;
}
h3
{
 border-bottom: 1px solid #2388BF;
 padding:0.5em !important;
}
p.sectionheader
{
 border-left: none !important;
 padding:0.5em !important;
 text-align:right !important;
 background-color: #363636;
}
p.sectionheader,
p.sectionheader a,
p.sectionheader a:visited,
p.sectionheader span.sectioncategory a.sectioncategory
{
 color:#4F4F4F;
 font-size:95%;
}
p.sectionheader a:hover,
p.sectionheader span.sectioncategory a.sectioncategory:hover
{
 color:#ffffff;
 font-size:110%;
}

div.section p,
div.section ul
{
 margin-left:2em;
}
div.section h4
{
 margin-left:1em;
}

div.section h4
{
 border-left:4px solid #4F4F4F;
 border-bottom:1px solid #4F4F4F;
}

div.section h5
{
 color: #AAAAAA;
 border-left: 3px solid #4f4f4f;
 margin-left:1.5em;
}

dv.section pre
{
 margin-left:1.5em !important;
 margin-right:1.5em !important;
 font-size:10px;
}

div.ascii-art
{
 font-size:10pt;
 line-height:16px;
}

pre
{
  width:90%;
  margin-left:2.5em;
}