summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/common/table.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-22 14:05:15 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-22 14:05:15 +0200
commitef78bc6a084f92b4794e987b5832240d85b6479e (patch)
treeb314b630800db6aa60f28ef0b115625e6ca176db /animism-align/frontend/app/common/table.css
parent85d4cb9addf9ca887d3440b2786665d67d9917c4 (diff)
refactor app using babel module-resolver
Diffstat (limited to 'animism-align/frontend/app/common/table.css')
-rw-r--r--animism-align/frontend/app/common/table.css96
1 files changed, 96 insertions, 0 deletions
diff --git a/animism-align/frontend/app/common/table.css b/animism-align/frontend/app/common/table.css
new file mode 100644
index 0000000..4752e21
--- /dev/null
+++ b/animism-align/frontend/app/common/table.css
@@ -0,0 +1,96 @@
+/* tables on metadata pages */
+
+h3.tt {
+ margin: 1.5rem 0 0.25rem 0;
+ font-size: 1.25rem;
+}
+table {
+ border: 0;
+ margin: 0;
+ padding: 0;
+ border-spacing: 0;
+ line-height: 1.5;
+ color: #666;
+}
+.tableObject td,
+.tableObject th {
+ padding: 0.1875rem;
+ vertical-align: top;
+}
+.tableObject hr {
+ width: 100%;
+ color: transparent;
+ border: 0;
+ border-bottom: 1px solid #bbb;
+ align: left;
+ margin: 3px 0;
+ padding: 0;
+}
+.tableObject th,
+.tableTuples th {
+ min-width: 8rem;
+ text-align: left;
+ text-transform: capitalize;
+ padding-left: 0;
+ padding-right: 0.625rem;
+ font-weight: 300;
+ color: #333;
+}
+.tableTuples td {
+ text-align: right;
+}
+.tableObject td {
+ font-weight: normal;
+ color: #000;
+}
+.tableObject .tableObject {
+ border: 0.0625rem solid #ddd;
+}
+.tableArray {
+ border: 0.0625rem solid #ddd;
+ border-spacing: 0;
+}
+.tableArray td {
+ border-bottom: 0.0625rem solid #ddd;
+}
+
+.rows .tableRow {
+ flex-wrap: wrap;
+}
+.rows .row > div.galleryRow {
+ padding: 0 0.75rem 0.75rem 0.75rem;
+}
+.rows .row > div.galleryRow > div {
+ display: flex;
+ flex-direction: row;
+ max-height: 100px;
+ flex-wrap: wrap;
+ max-width: 100%;
+ overflow: hidden;
+}
+.galleryRow .thumbnail {
+ height: 100px;
+ margin-right: 0.75rem;
+}
+/*
+.gray {
+ font-size: 12px;
+ color: #888;
+ display: block;
+}
+.sha256.heading {
+ margin: 20px 0 0px;
+}
+.gray span {
+ padding-right: 5px;
+}
+.gray {
+ margin-bottom: 10px;
+}
+.gray a {
+ color: #666;
+}
+*/
+.tableIndex {
+ width: 100%;
+} \ No newline at end of file