Update of /cvsroot/php-blog/serendipity/templates/mt3-squash
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25927/templates/mt3-squash
Modified Files:
Tag: branch-smarty
style.css
Log Message:
* Implement CSS classes to identify yourself for entries/comments
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt3-squash/style.css,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- style.css 2 Sep 2004 17:42:00 -0000 1.5
+++ style.css 16 Nov 2004 16:16:13 -0000 1.5.2.1
@@ -160,7 +160,7 @@
margin-bottom: 25px;
line-height: normal;
padding: 3px;
-
+
}
img.serendipity_entryIcon {
@@ -220,14 +220,14 @@
a {
text-decoration: underline;
-
-
+
+
}
a {
text-decoration: underline;
-
-
+
+
}
a:link {
@@ -404,3 +404,10 @@
margin-right: auto;
text-align: center;
}
+
+.serendipity_entry_author_self {
+}
+
+.serendipity_comment_author_self {
+ background-color: #f5f5f5;
+}
|