forked from ehmorris/jQuery.birdseye
-
Notifications
You must be signed in to change notification settings - Fork 0
/
birdseye.css
51 lines (51 loc) · 1.24 KB
/
birdseye.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
.birdseye {
display: block;
float: left;
overflow: hidden;
position: fixed;
width: 20%;
z-index: 1; }
.birdseye #birdseye-location {
border-left: 20px solid rgba(255, 255, 0, 0.75);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0;
position: absolute;
width: 100%;
z-index: 1; }
.birdseye span {
border-left: 20px solid #666;
display: block;
font-size: 100%;
font-weight: normal;
margin: 0;
position: absolute;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%; }
.birdseye span a {
bottom: 0;
display: block;
padding-left: 1em;
position: absolute;
text-decoration: none;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
z-index: 2; }
.birdseye span a:hover {
color: #000; }