-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanner.css
102 lines (89 loc) · 2.02 KB
/
banner.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
/* frontpage banner slideshow */
.isu-banner-view {
margin-top: -6px;
height: 340px;
width: 960px;
position: relative;
}
.isu-banner-view .views-slideshow-controls-bottom {
position: absolute;
bottom: 10px;
left: 795px;
z-index: 50;
width: 100%;
}
.isu-banner-view .views-field-counter {
float: left;
cursor: pointer;
background-color: #ccc;
background-color: rgba(255,255,255,0.7);
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
color: #333;
height: 13px;
line-height: 13px;
margin-left: 6px;
padding: 4px;
position: relative;
text-align: center;
text-decoration: none;
width: 12px;
}
.isu-banner-view .views-field-counter:hover {
background-color: #fff;
}
.isu-banner-view .active .views-field-counter {
background: #b01825;
color: #fff;
}
.isu-banner-view .views_slideshow_controls_text_previous {
display: none;
}
.isu-banner-view .views_slideshow_controls_text_next {
display: none;
}
.isu-banner-view .views_slideshow_controls_text {
float: left;
margin-top: 3px;
}
.isu-banner-view .views_slideshow_controls_text_pause {
cursor: pointer;
background-color: #ccc;
background-color: rgba(255,255,255,0.7);
background-image: url('playpause.png');
background-repeat: no-repeat;
background-position: center;
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
color: #333;
height: 13px;
line-height: 13px;
margin-left: 6px;
padding: 10px;
padding-top: 4px;
padding-bottom: 2px;
position: relative;
text-align: center;
text-decoration: none;
width: 12px;
}
.isu-banner-view .views_slideshow_controls_text_pause a {
display: none;
}
.isu-banner-view .views_slideshow_controls_text_pause:hover {
background-color: #fff;
}
/* content width banner */
/* Override isu_banner css to meet our needs */
.isu-banner-view.view-display-id-block_banner_content {
height: 269px;
width: 760px;
margin-left: -20px;
margin-top: -12px;
}
.isu-banner-view.view-display-id-block_banner_content .views-slideshow-controls-bottom {
left: 595px;
}
/* end slideshow */