Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv12100
Modified Files:
phpwiki.css
Log Message:
Added Joe Edelman's suggested styles for his IncludePage plugin.
Index: phpwiki.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/phpwiki.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** phpwiki.css 2001/11/10 04:56:18 1.4
--- phpwiki.css 2001/12/06 18:25:41 1.5
***************
*** 195,198 ****
--- 195,218 ----
table.cal { border: thin solid black; }
+
+ /* IncludePage plugin */
+ .transclusion-title {
+ font-style: oblique;
+ font-size: smaller; /* 0.75em; */
+ text-decoration: underline;
+ text-align: right;
+ }
+
+ div.transclusion {
+ background: lightgreen;
+ border: thin;
+ border-style: solid;
+ padding-left: 0.8em;
+ padding-right: 0.8em;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ margin: 0.5ex 0px;
+ }
+
/* For emacs users
*
|