Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9296/templates/mt-trendy
Modified Files:
htmlarea.css style.css
Log Message:
RFE #904645 (comment images)
Index: htmlarea.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-trendy/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:47 -0000 1.1
+++ htmlarea.css 13 Apr 2004 11:58:59 -0000 1.2
@@ -6,4 +6,39 @@
font-weight: normal;
line-height: 140%;
padding: 10px;
-}
\ 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/mt-trendy/style.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- style.css 25 Mar 2004 10:50:47 -0000 1.14
+++ style.css 13 Apr 2004 11:58:59 -0000 1.15
@@ -117,8 +117,8 @@
.serendipity_date {
border-bottom: 1px solid #666666;
- color: #999999;
- font-size: normal;
+ color: #999999;
+ font-size: normal;
font-weight: bold;
margin-top: 10px;
text-transform: uppercase;
@@ -148,7 +148,7 @@
div.serendipity_entryFooter {
clear: both;
- color: #999999;
+ color: #999999;
font-size: x-small;
}
@@ -178,7 +178,7 @@
/* Admin */
.serendipity_admin td {
- color: #cccccc;
+ color: #cccccc;
}
/* Misc */
@@ -186,3 +186,38 @@
#content {
width: 100%;
}
+
+/** 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;
+}
+
|