Update of /cvsroot/php-blog/serendipity/templates/blue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9296/templates/blue
Modified Files:
htmlarea.css style.css
Log Message:
RFE #904645 (comment images)
Index: htmlarea.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/blue/htmlarea.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- htmlarea.css 25 Mar 2004 10:50:48 -0000 1.1
+++ htmlarea.css 13 Apr 2004 11:58:58 -0000 1.2
@@ -6,4 +6,39 @@
color: #000000;
font-family: sans-serif;
line-height: 20px;
-}
\ No newline at end of file
+}
+
+/** 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;
+}
+
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/blue/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- style.css 15 Mar 2004 08:51:13 -0000 1.3
+++ style.css 13 Apr 2004 11:58:58 -0000 1.4
@@ -236,3 +236,39 @@
padding-top: 5px;
padding-bottom: 4px;
}
+
+
+/** 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;
+}
+
|