Update of /cvsroot/php-blog/serendipity/templates/mt3-independence
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25927/templates/mt3-independence
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-independence/style.css,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- style.css 14 Sep 2004 16:35:34 -0000 1.8.2.1
+++ style.css 16 Nov 2004 16:16:12 -0000 1.8.2.2
@@ -155,7 +155,7 @@
margin-bottom: 25px;
line-height: normal;
padding: 3px;
-
+
}
img.serendipity_entryIcon {
@@ -211,8 +211,8 @@
a {
text-decoration: underline;
-
-
+
+
}
a:link {
@@ -254,7 +254,7 @@
font-size: x-small;
text-align: left;
font-weight: bold;
-
+
text-transform: uppercase;
padding: 3px;
letter-spacing: .25em;
@@ -417,4 +417,11 @@
font-size: small;
}
+.serendipity_entry_author_self {
+}
+
+.serendipity_comment_author_self {
+ border-right: 1px dashed #B22222;
+}
+
/* vim: set sts=4 ts=4 expandtab : */
|