| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,31 @@ |
| 1 |
+// ---------------------------------------------------------------------- |
|
| 2 |
+// LICENSE |
|
| 3 |
+// |
|
| 4 |
+// This program is free software; you can redistribute it and/or |
|
| 5 |
+// modify it under the terms of the GNU General Public License (GPL) |
|
| 6 |
+// as published by the Free Software Foundation; either version 2 |
|
| 7 |
+// of the License, or (at your option) any later version. |
|
| 8 |
+// |
|
| 9 |
+// This program is distributed in the hope that it will be useful, |
|
| 10 |
+// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 12 |
+// GNU General Public License for more details. |
|
| 13 |
+// |
|
| 14 |
+// To read the license please visit http://www.gnu.org/copyleft/gpl.html |
|
| 15 |
+// ---------------------------------------------------------------------- |
|
| 16 |
+ |
|
| 17 |
+Copyright 2006 by Tammy Keefer. |
|
| 18 |
+ |
|
| 19 |
+CSS in the shoutbox block: |
|
| 20 |
+ |
|
| 21 |
+#shoutbox_container - div surrounding the shoutbox content. |
|
| 22 |
+#shoutlist - div surrounding the list of shouts. Default styling is included |
|
| 23 |
+in this div to limit the height and force it to scroll. Default styles are: |
|
| 24 |
+ height: 200px; |
|
| 25 |
+ overflow: auto; |
|
| 26 |
+.sbname - span surrounding the name of the shouter |
|
| 27 |
+.sbdatetime - span surrounding the date/time and admin options |
|
| 28 |
+.sbshout - the shout itself |
|
| 29 |
+#shoutarchive - the link to the shout archive. |
|
| 30 |
+ |
|
| 31 |
+ |