46 lines
811 B
CSS
46 lines
811 B
CSS
body {
|
|
background-color: #e6eaee;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
padding-bottom: 10px;
|
|
color: #000000;
|
|
font-family: sans-serif;
|
|
line-height: 20px;
|
|
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;
|
|
}
|
|
|