diff forum/Themes/default/css/wireless.css @ 76:e3e11437ecea website

Add forum code
author Chris Cannam
date Sun, 07 Jul 2013 11:25:48 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/forum/Themes/default/css/wireless.css	Sun Jul 07 11:25:48 2013 +0200
@@ -0,0 +1,35 @@
+.catbg, tr.catbg td
+{
+	background-color: #6d92aa;
+	color: #fff;
+}
+.titlebg, .titlebg a, .titlebg a:link, .titlebg a:visited
+{
+	background-color: #b6dbff;
+	color: #000;
+	text-decoration: none;
+}
+.windowbg, tr.windowbg td
+{
+	background-color: #fff;
+	color: #000;
+}
+.windowbg2, tr.windowbg2 td
+{
+	background-color: #c0c0c0;
+	color: #000;
+}
+.new, a:link.new, a:visited.new
+{
+	background-color: #2f2fc0;
+	color: #fff;
+}
+.updated
+{
+	color: red;
+}
+/* Resize our post area as needed */
+#message
+{
+	width: 98%;
+}
\ No newline at end of file