Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2114/templates/mt-trendy
Modified Files:
style.css
Added Files:
htmlarea.css
Log Message:
Templates can now style the WYSIWYG-editor
--- NEW FILE: htmlarea.css ---
body {
font-family: Verdana, Arial, sans-serif;
background-color: #333333;
color: #cccccc;
font-size: small;
font-weight: normal;
line-height: 140%;
padding: 10px;
}
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-trendy/style.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- style.css 15 Mar 2004 08:51:12 -0000 1.13
+++ style.css 25 Mar 2004 10:50:47 -0000 1.14
@@ -81,7 +81,7 @@
#serendipityLeftSideBar,
#serendipityRightSideBar {
- background: #333333;
+ background-color: #333333;
color: #cccccc;
display: block;
margin-top: 35px;
@@ -136,7 +136,7 @@
.serendipity_entry,
.serendipity_admin {
- background: #333333;
+ background-color: #333333;
border: 1px solid #666666;
border-top: 0;
color: #cccccc;
|