git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / outline_table_cells.css
diff --git a/doc/webdeveloper/stylesheets/outline_table_cells.css b/doc/webdeveloper/stylesheets/outline_table_cells.css
new file mode 100644 (file)
index 0000000..88e205d
--- /dev/null
@@ -0,0 +1,34 @@
+table
+{
+    border-collapse: separate !important;
+}
+
+td, th
+{
+    border: 1px solid #ff0000 !important;
+}
+
+table table td, table table th
+{
+    border-color: #00ff00 !important;
+}
+
+table table table td, table table table th
+{
+    border-color: #0000ff !important;
+}
+
+table table table table td, table table table table th
+{
+    border-color: #ff0000 !important;
+}
+
+table table table table table td, table table table table table th
+{
+    border-color: #00ff00 !important;
+}
+
+table table table table table table td, table table table table table table th
+{
+    border-color: #0000ff !important;
+}