-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
122 lines (100 loc) · 2.14 KB
/
Copy pathstyle.css
File metadata and controls
122 lines (100 loc) · 2.14 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
/* Global Styles */
html {
background-color: #F8F4E9; /* Changed color from black to match Omeka theme */
}
/* Added this to override padding that Omeka theme was adding to map selectors*/
label {
padding-top: 0em;
padding-bottom: 0em;
}
/* Div that makes the map image above the footer work. */
#bottom-map {
background-image:url(http://www.indiana.edu/~kdglobal/omeka/themes/sepia-nostalgia/images/ColtonsGeneralAtlasoftheWorld.jpg);
padding-bottom: 150px;
border-top: 8px solid #AC5116}
#map {
margin-top: 1%;
margin-left: auto;
margin-right: auto;
border: 1px solid #F8F4E9; /* Changed color to match Omeka theme */
height: 65%;
width: 85%;
}
.icon-hint {
height: 15px;
width: 20px;
}
.overlay-icon {
margin: 0px 2px 0px 0px;
}
#timeline-group {
margin-top: auto;
margin-left: auto;
margin-right: auto;
height: 20%;
}
#current-year {
text-align: center;
font-weight: bold;
color: #451401; /* Changed color to match Omeka theme */
}
#slider {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
width: 80%;
}
#control-group {
margin-left: auto;
margin-right: auto;
}
#control-group ul {
clear:left;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
left:50%;
text-align:center;
}
#control-group ul li {
display:block;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
right:50%;
margin-bottom: 5%;
}
#control-group ul li button {
display:block;
margin:0 0 0 1px;
padding:3px 10px;
text-decoration:none;
line-height:1.3em;
}
.button-icon {
max-height: 30px;
max-width: 30px;
}
.leaflet-control-layers-group .ui-widget {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: bold;
}
.leaflet-control-layers-group .ui-state-default {
background: #EFEFEF;
}
.leaflet-control-layers-group .ui-state-hover {
background: #DADADA;
}
.leaflet-control-layers-group .ui-corner-all {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.ui-button-text-only .ui-button-text {
padding: 0.4em 0.75em;
}