45 lines
800 B
CSS
45 lines
800 B
CSS
body {
|
|
font-family: Trebuchet MS, Tahoma, Verdana;
|
|
background-color: #BAC6D1;
|
|
color: #494F5D;
|
|
font-size: small;
|
|
font-weight: normal;
|
|
padding: 10px;
|
|
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;
|
|
}
|
|
|