-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbcgis_dcxml.css
More file actions
149 lines (122 loc) · 2.29 KB
/
bcgis_dcxml.css
File metadata and controls
149 lines (122 loc) · 2.29 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
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
/*Stylesheet for Baruch College GIS Lab DC XML metadata records*/
/*Frank Donnelly, Geospatial Data Librarian*/
@namespace xsi url(http://www.w3.org/2001/XMLSchema-instance);
metadata:before {
display: inline-block;
font-weight: bold;
content: "Dublin Core Metadata Record";
background-color: #085394;
color: white;
padding: 1em;
margin-bottom: 2em;
}
metadata:after {
display: inline-block;
content: "GIS Lab, Newman Library, Baruch College CUNY";
background-color: #085394;
color: white;
padding: .5em;
margin-top: 1em;
margin-bottom: 1em;
}
metadata {
display: block;
font-family:Arial;
font-weight: normal;
font-size: 12pt;
line-height:1.5em;
margin: 1em;
padding: 1em;
border: 5px solid #085394;
background-color: white;
}
*{
display:block;
}
title:before {
content: "Title: ";
font-weight:bold;
}
creator:before {
content: "Creator: ";
font-weight:bold;
}
subject:first-of-type:before {
content: "Subjects (ISO 19115 Topics): \A";
white-space: pre;
font-weight:bold;
}
description:before {
content: "Description: ";
font-weight:bold;
}
publisher:before {
content: "Publisher: ";
font-weight:bold;
}
contributor:before {
content: "Contributor: ";
font-weight:bold;
}
issued:before {
content: "Date Issued: ";
font-weight:bold;
}
type:before {
content: "Type: ";
font-weight:bold;
}
format:before {
content: "File Format: ";
font-weight:bold;
}
medium:before {
content: "Spatial Format: ";
font-weight:bold;
}
identifier:before {
content: "Identifier: ";
font-weight:bold;
}
source:first-of-type:before {
content: "Sources: \A";
white-space: pre;
font-weight:bold;
}
language:before {
content: "Language: ";
font-weight:bold;
}
isPartOf:before {
content: "Is Part of Collection: ";
font-weight:bold;
}
coverage:first-of-type:before {
content: "Geographic Coverage: \A";
white-space: pre;
font-weight:bold;
}
spatial:before {
content: "Spatial Coverage (Bounding Box): ";
font-weight:bold;
}
temporal:before {
content: "Temporal Coverage: ";
font-weight:bold;
}
rights:before {
content: "Rights: ";
font-weight:bold;
}
license:before {
content: "License: ";
font-weight:bold;
}
provenance:before {
content: "Institution: ";
font-weight:bold;
}
accrualperiodicity:before {
content: "Update Frequency: ";
font-weight:bold;
}