]> Creatis software - creaWT.git/blobdiff - wt/data/reosurcesXTK/styleWT.css
#Fast CGI configuration
[creaWT.git] / wt / data / reosurcesXTK / styleWT.css
diff --git a/wt/data/reosurcesXTK/styleWT.css b/wt/data/reosurcesXTK/styleWT.css
new file mode 100644 (file)
index 0000000..85a7d47
--- /dev/null
@@ -0,0 +1,27 @@
+.yellow-box {
+    background-color: #ffffb4;
+    border: 1px solid black;
+    margin-top: 1ex;
+    margin-bottom: 1ex;
+}
+
+.green-box {
+    background-color: #c4ffb4;
+    min-height: 30px;
+    text-align: center;
+    padding: 3px;
+}
+
+.blue-box {
+    background-color: #65dae8;
+    min-height: 30px;
+    text-align: center;
+    padding: 3px;
+}
+
+.black-box {
+    background-color: #000000;
+    min-height: 30px;
+    text-align: center;
+    padding: 3px;
+}