2010-07-09 23:04:38 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2010-07-02 01:07:32 +00:00
|
|
|
.spacer{
|
|
|
|
font-size:0; line-height:0; clear:both;}
|
|
|
|
|
|
|
|
|
|
|
|
/* ----------------- body start --------------------------- */
|
|
|
|
#body{
|
2010-07-21 16:17:23 +00:00
|
|
|
max-width:900px;
|
2010-07-21 14:48:08 +00:00
|
|
|
min-width:800px;
|
|
|
|
margin:0 auto;
|
|
|
|
position:relative;
|
2010-07-02 01:07:32 +00:00
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
#bodyPannel{
|
|
|
|
background: #FFFFFF;
|
2010-07-06 20:36:22 +00:00
|
|
|
/* width:765px;
|
|
|
|
float:left;*/
|
2010-07-09 20:17:18 +00:00
|
|
|
/*padding-top: 0;
|
2010-07-02 01:07:32 +00:00
|
|
|
padding-right: 28px;
|
2010-07-09 20:17:18 +00:00
|
|
|
padding-bottom: 0;*/
|
|
|
|
padding-left: 16px;
|
2010-07-22 22:09:32 +00:00
|
|
|
height: 840px;
|
2010-07-02 01:07:32 +00:00
|
|
|
}
|
|
|
|
#dataPanel div {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
#dataPanel .italicize {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
#dataPanel .bold {
|
|
|
|
font-weight: bold;
|
|
|
|
color:#13968c;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2010-07-19 19:14:49 +00:00
|
|
|
#dataPanel .author_stats .numbers {
|
2010-07-02 01:07:32 +00:00
|
|
|
text-align: right;
|
|
|
|
width: 40px;
|
|
|
|
float:left;
|
2010-07-22 15:24:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* container override from liquid.css */
|
|
|
|
.container {
|
|
|
|
width: inherit;
|
2010-07-02 01:07:32 +00:00
|
|
|
}
|