• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/css/
1.barousel{
2position:relative;
3margin-bottom:0px;
4width:500px;
5height:401px;
6border-top:3px solid #000;
7}
8.barousel_image{
9position:absolute;
10z-index:10;
11width:100%;
12height:100%;
13}
14.barousel_image img{
15position:absolute;
16display:none;    
17border:none;
18}
19.barousel_image img.default{    
20display:block;
21}
22.barousel_image img.current{
23z-index:10;
24}
25.barousel_image img.previous{
26z-index:5;
27}
28.transparent{
29-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
30filter: alpha(opacity=70);
31-moz-opacity:0.7;
32-khtml-opacity: 0.7;
33opacity: 0.7;
34}
35.barousel_content{
36position:absolute;
37padding:0 0 0 18px;    
38/*z-index:50;*/
39background-color: #4D4D4D;
40color:#fff;
41width:100%;
42height:50px;
43bottom:0px;
44left:0px;
45}
46.barousel_content div{
47display:none;    
48}
49.barousel_content div.default{
50display:block;    
51}
52.barousel_content p{
53font-size:13px;
54font-weight:normal; 
55line-height:17px;   
56}
57
58.barousel_content p.header{
59font-size:18px;
60font-weight:normal;
61line-height:18px;
62color:#fff;
63}
64.barousel_content a,
65.barousel_content a:hover{
66color:#fff55b;
67background-color:transparent !important;
68}
69.barousel_nav{
70position:absolute;
71padding:3px 3px 0px 0;
72height:100%;
73bottom:0;
74z-index:100;
75width:100%;
76}
77.barousel_nav .counter{
78font-size:18px;
79color: white;
80position: absolute;
81right: 10px;
82bottom: 10px;
83}
84.barousel_nav .nav_btn_icon{
85background:transparent url("style-theme1.png") no-repeat top left;
86}
87.barousel_nav .nav_btn{
88background-color: #4D4D4D;
89}
90.barousel_nav .nav_btn:hover{
91background-color: #B3B2B2;
92}
93.barousel_nav .nav_btn_icon a{
94display:block;
95width:100%;
96height:100%;
97font-size:0;
98line-height:0;
99text-decoration:none;    
100}
101.barousel_nav .prev{
102background-position: -360px -295px;
103width: 40px;
104height: 60px;
105position: absolute;
106left: 0;
107top: 50%;	
108}
109.barousel_nav .next{
110background-position: -320px -295px;
111width: 40px;
112height: 60px;
113position: absolute;
114right: 0;
115top: 50%;	
116}
117.barousel_nav .close{
118background-position: -400px -295px;
119width: 40px;
120height: 60px;
121position: absolute;
122right: 0;
123top: 0;	
124}
125.barousel_nav .play{
126background-position: -320px -295px;
127width: 40px;
128height: 60px;
129position: absolute;
130left: 50%;
131bottom: 0px;	
132}
133.barousel_nav .pause{
134background-position: -440px -295px;
135width: 40px;
136height: 60px;
137position: absolute;
138left: 50%;
139bottom: 0px;	
140}