1 |
85ad3d82
|
Assos Assos
|
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
div.image-style-new,
|
6 |
|
|
div.image-style-new div {
|
7 |
|
|
display: inline;
|
8 |
|
|
}
|
9 |
|
|
div.image-style-preview div.preview-image-wrapper {
|
10 |
|
|
float: left;
|
11 |
|
|
padding-bottom: 2em;
|
12 |
|
|
text-align: center;
|
13 |
|
|
top: 50%;
|
14 |
|
|
width: 48%;
|
15 |
|
|
}
|
16 |
|
|
div.image-style-preview div.preview-image {
|
17 |
|
|
margin: auto;
|
18 |
|
|
position: relative;
|
19 |
|
|
}
|
20 |
|
|
div.image-style-preview div.preview-image div.width {
|
21 |
|
|
border: 1px solid #666;
|
22 |
|
|
border-top: none;
|
23 |
|
|
height: 2px;
|
24 |
|
|
left: -1px;
|
25 |
|
|
bottom: -6px;
|
26 |
|
|
position: absolute;
|
27 |
|
|
}
|
28 |
|
|
div.image-style-preview div.preview-image div.width span {
|
29 |
|
|
position: relative;
|
30 |
|
|
top: 4px;
|
31 |
|
|
}
|
32 |
|
|
div.image-style-preview div.preview-image div.height {
|
33 |
|
|
border: 1px solid #666;
|
34 |
|
|
border-left: none;
|
35 |
|
|
position: absolute;
|
36 |
|
|
right: -6px;
|
37 |
|
|
top: -1px;
|
38 |
|
|
width: 2px;
|
39 |
|
|
}
|
40 |
|
|
div.image-style-preview div.preview-image div.height span {
|
41 |
|
|
height: 2em;
|
42 |
|
|
left: 10px;
|
43 |
|
|
margin-top: -1em;
|
44 |
|
|
position: absolute;
|
45 |
|
|
top: 50%;
|
46 |
|
|
}
|
47 |
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
|
|
table.image-anchor {
|
52 |
|
|
width: auto;
|
53 |
|
|
}
|
54 |
|
|
table.image-anchor tr.even,
|
55 |
|
|
table.image-anchor tr.odd {
|
56 |
|
|
background: none;
|
57 |
|
|
}
|
58 |
|
|
table.image-anchor td {
|
59 |
|
|
border: 1px solid #CCC;
|
60 |
|
|
} |