OSDN Git Service

wits update
[vem/WITs.git] / CSS / get_c.css
diff --git a/CSS/get_c.css b/CSS/get_c.css
new file mode 100644 (file)
index 0000000..5931766
--- /dev/null
@@ -0,0 +1,35 @@
+
+.coordinate_canvas1,
+.coordinate_canvas2{
+       background-color: white;
+    border-collapse: collapse;
+    width: 12em;
+}
+.coordinate_canvas1 th,
+.coordinate_canvas1 td{
+    width: 12em;
+}
+
+.coordinate_canvas2 th,
+.coordinate_canvas2 td{
+    /*table-layout: fixed;*/
+    width: 8em;
+}
+.coordinate_tbody tr:nth-child(odd){
+    background-color: #F1F1F1
+ }
+.coordinate_tbody tr:nth-child(even){
+    background-color: #FFFFFF
+}
+.coordinate_thead{
+       background-color: white;
+       text-align: center;
+       display: block;
+}
+.coordinate_tbody{
+    display: block;
+       text-align: center;
+       height: 512px;
+    overflow-y: scroll;
+    overflow-x: scroll;
+}