-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
106 lines (89 loc) · 1.5 KB
/
styles.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
body {
background-color: white;
}
h1 {
font-family: Arial;
width: 1024px;
margin: 0 auto;
padding: 10px 0px 10px 20px;
}
#options {
height: 200px;
margin: 0 auto;
position: relative;
width: 1024px;
margin-bottom: 20px;
padding-top:10px;
}
#secondRow {
margin: 0 auto;
position: relative;
width: 1024px;
}
#maps {
width: 710px;
padding-left: 14px;
float: left;
position: relative;
height: 280px;
}
div.exhibit-facet {
float: left;
font-size: 15px;
padding: 5px;
position: relative;
width: 160px;
}
#options-wrapper {
background-color: #EEEEEE;
border-bottom: 1px solid #DDDDDD;
border-top: 1px solid #DDDDDD;
height: 203px;
margin-bottom: 15px;
width: 100%;
}
a.hoverOver:link, a.hoverOver:visited {
text-decoration: none;
}
a.hoverOver:hover{
text-decoration: underline;
}
.hidden {
display: none;
}
.exhibit-views-bubbleWithItems{
height: 200px;
}
.exhibit-resizableDivWidget-resizer{
display: none;
}
#cloud {
position: relative;
float: left;
width: 300px;
}
div.exhibit-views-header{
display: none;
}
div.exhibit-viewPanel-viewSelection {
padding-bottom: 6px;
text-align: center;
}
.topics {
font-family: Times New Roman;
font-size: 16px;
font-weight: bold;
margin: 0;
padding-bottom: 5px;
text-transform: uppercase;
}
.timeline-event-label {
font-size: 13px;
width: 350px;
overflow: hidden;
height: 18px;
}
div.timeline-event-label:after {
width: 10px;
content: "...";
}