<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************************************/
/* You must take care of the figure class width which corresponds        */
/* with the uploader thumbnail width configurated in the category admin. */
/*************************************************************************/

/*----- Figure Handler -----*/
/* http://code.google.com/p/easy-designs/wiki/FigureHandler */
/* default */
.figure {
  clear: both;
  margin: 1em 0 1em;
  width: 140px;								/* thumbnail-width sensitive */
  display: inline;
}
.figure.figleft {
  margin-right: 1em;
  float: left;
}
.figure.figcenter {
	margin: 1em auto 1em;
	float: none;
}
.figure.figright {
	margin-left: 1em;
	float: right;
}
.figure p {
  margin: 0;
  width: auto;
}
.figure .credit {
  font-size: .8em;
  text-align: right;
}
.figure .credit cite {
  font-style: inherit;
}
.figure .caption {
  font-style: italic;
  font-size: .9em;
}
.figure .title {
  font-style: normal;
  font-weight: bold;
}
.figure .title:after {
  content: ":";
}

/* text filter */
.blogleft { float:left; margin:0; padding:0; }
.blogright { float:right; margin:0; padding:0; }
.blogBody {	overflow:auto;/* this is the key for good browsers*/ }
/* mac hide \*/
* html .blogBody {height:1%}
/* end hide*/
.blogcenter { display:block; text-align:center; margin:0 auto; padding:0; } /* TO DO */
.blogQuote {
    display: block;
    margin: 1em 0 1em 2em;
    border-left: 3px solid #000;
    padding-left: 1em;
    font-size: 1.1em;
    overflow: auto;
    width: 80%;
}
.blogCode {
    display: block;
    background-color: #f6f6ce;
    border: 1px dotted #336;
    font: 0.9em "Lucida Console", "Courier New", Courier, monospace;
    margin: .5em 0;
    padding: .5em;
    line-height: 1.5em;
    white-space: pre;
    text-align: left;
    overflow: auto;
    width: 90%;
}
/*
code {
    background-color: #f6f6ce;
    border: 1px dotted #336;
    font: 0.9em "Lucida Console", "Courier New", Courier, monospace;
    margin: .5em 0;
    padding: .5em;
    line-height: 1.3em;
    display: block;
    white-space: pre;
    text-align: left;
}*/
code em {
    color : #c00;
    font-style : normal;
}
</pre></body></html>