45 lines
818 B
CSS
45 lines
818 B
CSS
body {
|
|
color: #061C37;
|
|
font-family: Georgia, Tahoma, Verdana, Arial;
|
|
background-color: #ffffff;
|
|
padding-left: 16px;
|
|
font-size: 9pt;
|
|
text-align:justify;
|
|
direction: {LANG_DIRECTION};
|
|
}
|
|
|
|
/** Embedded images with the s9y image manager **/
|
|
.serendipity_imageComment_center,
|
|
.serendipity_imageComment_left,
|
|
.serendipity_imageComment_right {
|
|
border: 1px solid black;
|
|
background-color: #EFEFEF;
|
|
margin: 3px;
|
|
}
|
|
|
|
.serendipity_imageComment_center {
|
|
}
|
|
|
|
.serendipity_imageComment_left {
|
|
float: left;
|
|
}
|
|
|
|
.serendipity_imageComment_right {
|
|
float: right;
|
|
}
|
|
|
|
.serendipity_imageComment_img,
|
|
.serendipity_imageComment_img img {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border: 0px;
|
|
}
|
|
|
|
.serendipity_imageComment_txt {
|
|
margin: 0px;
|
|
padding: 3px;
|
|
clear: both;
|
|
font-size: 9pt;
|
|
}
|
|
|