-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_old.css
174 lines (168 loc) · 2.82 KB
/
style_old.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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/*GENEAL STRUCTURE*/
html, body, .initial-content, #map1{
height: 100%;
}
h1{
font-size: 1.5rem;
}
h2{
margin: 15px 0px 0px 0px;
font-size: 1.4rem;
}
.leaflet-container{
font:inherit;
}
img{
margin:auto;
}
#wpadminbar{
display:none;
}
#wrapper{
max-width:100%!important;
}
#main{
padding:0!important;
}
html, body, #wrapper, #main, .fusion-row, #content, .page, .post-content, #yourForm, .page-table, .page-row, .main, #map1{
height: 100%;
}
#map1{
width:100%;
}
@media (min-width: 1200px){
.sidebar {
width: 490px ;
}
.sidebar-left ~ .sidebar-map .leaflet-left {
left: 500px ;
}
}
@media (max-width: 1199px) and (min-width: 992px){
.sidebar {
width: 350px ;
}
.sidebar-pane {
min-width: initial ;
}
.sidebar-left ~ .sidebar-map .leaflet-left {
left: 360px ;
}
}
@media (max-width: 991px) and (min-width: 768px){
.sidebar {
width: 350px ;
}
.sidebar-pane {
min-width: initial ;
}
.sidebar-left ~ .sidebar-map .leaflet-left {
left: 360px ;
}
}
.sidebar-pane{
padding:10px 15px;
}
.sidebar-header{
margin-bottom: 10px;
}
#navbar-poweredby, h2 {
font-weight: 400;
padding-left: 30px;
font-size: 14px;
padding-right: 5px;
}
/* */
#record .sidebar-header{
margin-bottom: 0;
}
.record-header{
background-color: #0074d9;
color: white;
padding: 16px 24px 20px;
margin: 0px -20px;
}
.record-header div{
padding:0px;
}
.record-header h1{
font-size: 22px;
margin-top: 0px;
}
.record-header h2{
margin-top: 10px;
}
.record-description{
padding: 20px 24px;
font-size: 13px;
font-style: italic;
}
#record-author-2{
color: #999;
}
#record-place a{
color:white;
font-size: initial;
}
.record-img-slider{
height: 300px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
cursor: pointer;
transition: 0.3s;
}
.slick-prev {
left: 25px;
z-index: 1;
}
.slick-next {
right: 25px;
}
#record-link{
cursor: pointer;
text-align: center;
padding: 10px 0;
margin: -38px 6px 10px;
}
#record-link-base{
padding: 8px;
width: 56px;
height: 56px;
box-sizing: border-box;
margin: 0 auto;
border-radius: 50%;
background-color: #fff;
box-shadow: 0 1px 6px 0 rgba(0,0,0,.3);
}
#record-link-base:hover{
box-shadow: 0 6px 12px rgba(0,0,0,.3);
}
.MysliderModal .modal { /* The Modal (background) */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
z-index: 3000;
}
.MysliderModal .modal-content { /* Modal Content (Image) */
display: block;
width: 100%; /* Full width */
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
background-color: initial;
}
.MysliderModal .close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.MysliderModal .close:hover,
.MysliderModal .close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}