-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyles.css
119 lines (118 loc) · 1.89 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
107
108
109
110
111
112
113
114
115
116
117
118
119
html,body {
height: 100%;
margin: 0; padding: 0;
}
figure {
margin: 0;
padding: 0;
}
h1.page-tit {
line-height: 1.1em;
}
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
}
.clear {
clear: both;
}
.push-left {
float: left;
margin: 0 0.5em 0.5em 0;
}
.list-inline {
list-style: none;
padding: 0;
}
.list-inline li {
display: table-cell;
vertical-align: middle;
padding-right: 1em;
}
#map { height: 100%; }
#sidebar {
background-color: rgba(255,255,255,0.7);
}
.btn-bar {
margin: 9px 33px;
text-align: right;
font-size: 0.8em;
}
.cadaver-btn {
background-color: #fff;
color: #000 !important;
text-decoration: none;
padding: 6px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.leaflet-sidebar .close:hover,
.cadaver-btn:hover {
background-color: #fc0;
}
.icon {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
}
.icon-info {
background: transparent url(images/social.icons.png) no-repeat -84px 0;
}
.excerpt {
margin-bottom: 3em;
}
.social {
width: 20px;
height: 20px;
background: transparent url(images/social.icons.png) no-repeat;
}
.social:hover {
opacity: 0.5;
transition: opacity 1s ease 0s;
webkit-transition: opacity 1s ease 0s;
}
.social-tw {
background-position: 0 0;
}
.social-fb {
background-position: -21px 0;
}
.social-gh {
background-position: -42px 0;
}
.social-ml {
background-position: -63px 0;
}
.sidebar-img img {
max-width: 100% !important;
}
dl.sidebar-part {
clear: both;
margin: 0.5em 0;
}
dl.sidebar-part.part-bordered {
padding: 0.5em 0 0;
border-top: 1px solid #000;
}
dl.sidebar-part dt {
clear: both;
float: left;
margin-right: 1em;
}
dl.sidebar-part dd {
margin-left: 0;
}
dl.sidebar-part dt {
font-weight: bold;
}
dl.sidebar-part dd.no-data {
color: #aaa;
}
/* media queries */
@media (min-width: 769px) and (max-width: 992px) {
.push-left { float: none; }
}