-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
87 lines (75 loc) · 1.54 KB
/
style.css
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
body {
text-align: center;
font-family:sans-serif;
}
.page {
margin-left:auto;
margin-right:auto;
width:900px;
}
.name {
background:lightGrey;
width:100%;
margin:0px;
}
span.name {
display:block;
font-size:14pt;
}
.break {
margin-top:10px;
margin-bottom:10px;
}
.exhibit-thumbnailView-itemContainer {
width:100%;
}
.lens-inner div {
padding:0px 5px 0px 5px;
}
.field-title {
font-weight:bold;
}
.description {
font-style: italic;
}
h2 {
font-size:12pt;
}
.iati-image { float:right; }
.iati-linkages, .iati-further {
border:10px solid white;
background:lightGrey;
font-size:80%;
margin-right:160px;
}
.iati-links {
text-align:right;
}
div.exhibit-thumbnailView-group h1 { display: none; }
span.name {
display:block;
background-color: lightGrey;
font-size:large;
}
.intro {
text-align:left;
border:1px dashed grey;
padding:10px;
}
#exhibit-color-legend {
display:none;
}
.intro-text {
background-color:rgba(255,255,255,0.85);
margin:2px;
padding:2px;
}
.intro-image {
border:1px solid black;
margin:10px;
float:left;
font-weight:bold;
}
hr {
border:1px dashed grey;
}