forked from ecologylab/BigSemanticsJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmixed_search.css
More file actions
90 lines (76 loc) · 1.56 KB
/
mixed_search.css
File metadata and controls
90 lines (76 loc) · 1.56 KB
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
body {
font-family: sans-serif;
padding-top: 30px;
padding-bottom: 30px;
min-width: 600px;
background-color: #FEF5CA
}
h1 {
font-weight: bold;
text-align: center;
font-size: 24pt;
}
div.footer {
margin-left: auto;
margin-right: auto;
margin-top: 50px;
text-align: center;
font-size: small;
font-family: monospace;
}
div#results {
width: 70%;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding: 5px;
}
div#results > table, div.linked_metadata > table {
margin-top: 20px;
margin-bottom: 40px;
border-spacing: 4px;
border-radius: 10px;
background-color: #B4EEB4;
padding: 5px;
}
div.linked_metadata {
margin-left: 10%;
}
div.linked_metadata > table {
margin-top: 5px;
background-color: #BFEFFF;
}
table {
width: 100%;
}
td {
padding-left: 15px;
padding-right: 15px;
background-color: #F0FFFF;
font-family: Garamond, Times New Roman, Serif;
border-radius: 10px;
}
td.metadata_field_name, td.metadata_field_name div.metadata_text {
text-align: right;
min-width: 20%;
background-color: #BCD2EE;
font-family: Verdana, Sans-serif;
font-size: small;
}
.metadata_text a {
font-family: monospace;
font-size: 9pt;
color: green;
}
tr.mmd_heading div.metadata_text, tr.mmd_heading div.metadata_text a {
font-family: Garamond, Times New Roman, serif;
font-size: large;
font-weight: bold;
color: darkblue;
}
tr.mmd_engine div.metadata_text {
font-weight: bold;
font-family: Verdana, sans-serif;
font-size: small;
}