aboutsummaryrefslogtreecommitdiffstats
path: root/dbdocs/schemaSpy.css
blob: 1285c1f1946c55ba0d0e68d05a59de41bc6ba61b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
/* background must be specified for it to propagate into diagrams */
.diagram {
  margin: 0px;
  background: #ffffff;
  border: 0 0;
  padding:.4em;
}
/* background-color must be specified for th to propagate into diagrams */
th.diagram  {
  background-color: #f5f5f5;
  text-align: left;
  padding: 0px 4px;
}

/* background-color must be specified for td to propagate into diagrams */
td.diagram  {
  background-color: #ffffff;
}
/* background must be specified for .primaryKey to propagate into diagrams */
.diagram .primaryKey {
  background: #dcdf8d;
  padding: 0px 4px;
}

/* background must be specified for .indexedColumn to propagate into diagrams */
.diagram .indexedColumn {
  background: #FFFFFF;
}

.iconkey {
  font-size: 20px;
  display: inline-block;
  transform: rotate(180deg);
}

.primaryKey {
  font-weight: bold;
  white-space: nowrap;
}

.foreignKey {
  font-weight: bold;
  white-space: nowrap;
}

.uniqueKey {
  font-weight: bold;
  white-space: nowrap;
}

.indexedColumn {
  font-style: italic;
}

.primaryKey .iconkey {
  color: #D7DF01;
}

.foreignKey .iconkey {
  color: #BDBDBD;
}

.uniqueKey .iconkey {
  color: #35A9FE;
}

/* background must be specified for .excludedColumn to propagate into diagrams */
.excludedColumn {
  background: #C0C0C0;
}

/* background must be specified for .selectedTable to propagate into diagrams */
.selectedTable {
  background: #A9AB96;
}

.detail {
  padding: 0px 4px;
}

.impliedRelationship {
  display: none;
  font-style: italic;
  color: #183118
}

.dataTable>tbody>tr>td, .dataTable>tfoot>tr>td, .dataTable>thead>tr>td {
  padding: 6px;
}

.description {
  display: block;
  padding: 8px 0px;
}

.signature {
  font-size: 105%;
  font-weight: bold;
  font-style: italic;
}

.relatedTable {
  padding: 0px 4px;
}

.relatedKey {
  display: none;
  padding: 0px -4px 0px 4px;
}

.constraint {
  display: none;
  text-align: right;
  padding: 0px 4px;
}

.comment {
  display: none;
  text-align: left;
  padding: 0px 4px;
}

.impliedNotOrphan {
}

.excludedRelationship {
  font-size: 85%;
}

.degrees {
}

.viewDefinition {
  font-size: 90%;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  float: left;
  padding: 4px;
  font-family: "Courier New", Courier, monospace
}

.viewReferences {
  font-size: 90%;
  padding: 4px;
}

.CodeMirror {
  height: auto;    
}

.logo-text {
  font-family: "Indie Flower", "Helvetica Neue", Helvetica, Arial, cursive;
}

.dataTables_filter {
  padding-top: 4px;
}

.dataTables_filter .input-sm {
  padding-left: 13px;
}