highlights.scss
2.09 KB
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
.highlights-block {
float: left;
height: 300px;
background: transparent;
text-align: center;
}
.highlights-block-pager {
border: 0;
display: inline;
padding-right: 5px;
float: left;
position: static;
}
.highlights-block-pager a {
text-decoration: none;
margin-left: 5px;
}
.highlights-block-pager a.activeSlide:visited, .highlights-block-pager a.activeSlide {
color: #000;
}
.highlights-block a, .highlights-block a:visited {
text-decoration: none;
}
.highlights-container, .highlights-image-link {
height: 270px !important; /* Important is neeeded for Chrome */
overflow: hidden;
text-align: center;
}
.highlights-image-link {
width: 100% !important; /* Important is neeeded for Chrome */
}
.highlights-container {
width: 99% !important; /* Important is neeeded for Chrome */
border: 1px solid #ccc;
background: #000;
}
.highlights-label {
border: 0;
position: absolute;
bottom: 0;
z-index: 2;
background: transparent url(../images/black-alpha-pixel.png);
color: #fff;
text-decoration: none;
display: block;
width: 100%;
height: 30px;
overflow: hidden;
margin: 0;
padding: 4px 0;
left: 0;
text-align: left;
}
.msie7 .highlights-block, .msie .highlights-block .block-inner-2, .msie .highlights-block .block-inner-1, .msie7 .highlights-border, .msie7 #content #box-1 .highlights-block {
width: 100%;
text-align: center;
overflow: hidden;
}
.block-config-options.HighlightsBlock-options {
min-width: 450px;
}
.block-config-options.HighlightsBlock-options .image-data-line select {
width: 150px;
}
.block-config-options.HighlightsBlock-options td {
text-align: center;
}
.block-config-options.HighlightsBlock-options .image-data-line td {
padding-top: 7px;
}
.block-config-options.HighlightsBlock-options .image-title {
white-space: nowrap;
border-bottom: 1px solid #CCC;
}
.block-config-options.HighlightsBlock-options .image-title:last-child {
border: none;
}
.block-config-options.HighlightsBlock-options .image-title td {
padding-bottom: 7px;
}
.block-config-options.HighlightsBlock-options .image-title span {
padding-right: 5px;
}