-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·80 lines (80 loc) · 1.64 KB
/
style.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
#featured{
width:660px;
padding-right:280px;
position:relative;
border:20px solid #1b1414;
height:280px;
background: #ebebeb;
}
#featured ul.ui-tabs-nav{
position:absolute;
top:0; left:645px;
list-style:none;
padding:0; margin:0;
width:295px;
z-index: 100;
}
#featured ul.ui-tabs-nav li{
padding: 0; padding-left: 15px;
margin: 0;
font-size:12px;
color:#666;
}
#featured ul.ui-tabs-nav li img{
float:left;
background:#fff;
margin-right: 5px;
padding: 4px;
border:1px solid #999;
}
#featured ul.ui-tabs-nav li span{
font-size:11px; font-family:Verdana;
line-height:18px;
}
#featured li.ui-tabs-nav-item a{
display:block;
padding: 5px 5px;
margin: 0;
height: 60px;
color:#333;
line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{
background:#ebebeb;
}
#featured li.ui-tabs-selected{
background: url(images/slider_hover.png) no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
}
#featured .ui-tabs-panel{
width:660px; height:280px;
background:#999; position:relative;
}
#featured .ui-tabs-panel .info{
position:absolute;
top:180px; left:0;
width: 400px;
height:80px;
background: url('images/transparent-bg.png');
}
#featured .info h2{
font-size:18px; font-family:Georgia, serif;
color:#fff; padding:5px; margin:0;
overflow:hidden;
}
#featured .info p{
margin:0 5px;
font-family:Verdana; font-size:11px;
line-height:15px; color:#f0f0f0;
}
#featured .info a{
text-decoration:none;
color:#fff;
}
#featured .info a:hover{
text-decoration:underline;
}
#featured .ui-tabs-hide{
display:none;
}