Added UI (JSF) and JPA to bayesian network entities.
[simdecs.git] / web / resources / css / jsfcrud.css
diff --git a/web/resources/css/jsfcrud.css b/web/resources/css/jsfcrud.css
new file mode 100644 (file)
index 0000000..4cf3660
--- /dev/null
@@ -0,0 +1,87 @@
+root { 
+    display: block;
+}
+
+body {
+    font-family: Arial, Helvetica, sans-serif;
+    color: #000000;
+    background-color: #ffffff;
+    font-size: small;
+}
+
+a {
+    color: #000000;
+}
+
+table {
+    empty-cells: show;
+}
+
+form.jsfcrud_list_form th, td th {
+    font-size: x-small;
+    color: #000000;
+    border-top-style: solid;
+    border-bottom-style: solid;
+    border-left-style: solid;
+    border-right-style: solid;
+    border-top-width: 1px;
+    border-bottom-width: 1px;
+    border-left-width: 1px;
+    border-right-width: 1px;
+    border-top-color: #404040;
+    border-bottom-color: #404040;
+    border-left-color: #404040;
+    border-right-color: #404040;
+    letter-spacing: 3px;
+    text-align: left;
+    padding-top: 6px;
+    padding-bottom: 6px;
+    padding-left: 6px;
+    padding-right: 6px;
+    background-color: #909090;
+}
+
+td {
+    vertical-align: top;
+    padding-bottom: 8px;
+    font-size: small;
+}
+
+form.jsfcrud_list_form td, td td {
+    border-top-style: solid;
+    border-bottom-style: solid;
+    border-left-style: solid;
+    border-right-style: solid;
+    border-top-width: 1px;
+    border-bottom-width: 1px;
+    border-left-width: 1px;
+    border-right-width: 1px;
+    border-top-color: #404040;
+    border-bottom-color: #404040;
+    border-left-color: #404040;
+    border-right-color: #404040;
+    vertical-align: baseline;
+    padding-bottom: 0px;
+}
+
+tr.jsfcrud_odd_row {
+    background-color: #fefeff;
+    color: #303030;
+}
+
+
+tr.jsfcrud_even_row {
+    background-color: #eff5fa;
+    color: #303030;
+}
+
+#busyImage {
+    position: absolute;
+    left: 50%;
+    top: 50%;
+}
+
+.removeImage {
+       
+background-image: url(‘/img/bayesianNetwork/remove.png’) !important;
+}