-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwp-photonav.css
More file actions
45 lines (40 loc) · 834 Bytes
/
wp-photonav.css
File metadata and controls
45 lines (40 loc) · 834 Bytes
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
.photonav div,
.photonav img {
padding: 0 !important;
border: 0 none !important;
}
.photonav>.container {
display: none;
overflow: hidden;
position: relative;
margin: 0;
}
.photonav>.container>.label {
position: absolute;
z-index: 100;
width: 119px;
height: 44px;
right: 25px;
top: 25px;
background: url("moveme.png") no-repeat scroll right top transparent;
}
.photonav>.container>.content {
position: absolute;
margin: 0;
background-position: top left;
background-repeat: repeat-x;
}
.photonav>.container>.content.zoomed {
position: relative;
width: 100%;
}
/* Override theme settings for img elements using 3 classes and 1 id for precedence */
.photonav>.container>.content>#photonav-image {
display: block;
box-shadow: none;
max-height: none;
max-width: none;
height: auto;
width: auto;
margin: 0;
}