Subversion Repository Public Repository

Nextrek

@ 859
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
@CHARSET "UTF-8";

.canale {
	background-color: gray;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.infobox {
	display: inline;
	position: absolute;
	text-align: left;
	vertical-align: middle;
	width: 104px;
	height: 31px;
	background-image: url("images/menu-bg.jpg");
}

.lista_canali {
	display: inline;
	position: absolute;
	width: 100px;
	top: 0px;
	left: 0px;
}

.timeline {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: thistle;
}

.timeline .ora {
	display: inline;
	font-size: 16px;
	position: absolute;
	top: 26px;
	font-weight: bold;
}

.timeline .minuti {
	font-size: 14px;
	margin-top: 2px;
	font-weight: normal;
}

.timeline .giorno {
	display: inline;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 4px;
	white-space: nowrap;
}

.infobox>img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
}

.programma {
	border: 1px solid black;
	border-radius: 5px 5px 5px 5px;
	display: inline;
	position: absolute;
	text-align: center;
	height: 26px;
	margin-top: 1px;
	overflow: hidden;
	background-color: oldlace;
}

.epg-wall {
	font-size: 10px;
	height: 300px;
	line-height: 10px;
	overflow: auto;
	position: relative;
}

.carousel ul li {
	float: left;
}

.carousel-box {
	position: relative;
	width: 950px !important;
	height: 358px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 16px;
}

.carousel {
	overflow: hidden;
	margin-left: 51px;
	background: url(images/carousel-bg.png) repeat-x left top;
	width: 840px !important;
	height: 204px !important;
	padding-top: 10px;
	padding-left: 10px;
}

.carousel li {
	padding-right: 10px;
	height: 204px;
	width: 95px;
}

.carousel li a {
	width: 95px;
	height: 204px !important;
	color: #989898;
	font-size: 12px;
	text-decoration: none;
}

.carousel li a:hover {
	color: #000;
}

.carousel li span {
	display: block;
	padding-top: 7px;
}

.carousel-box .prev {
	position: absolute;
	left: -39px;
	top: 56px;
	width: 39px;
	height: 130px;
	background: url(images/prev.png) no-repeat;
	cursor: pointer;
}

.carousel-box .prev:hover {
	background: url(images/prev-act.png) no-repeat;
}

.carousel-box .next {
	position: absolute;
	right: -39px;
	top: 56px;
	width: 39px;
	height: 130px;
	background: url(images/next.png) no-repeat;
	cursor: pointer;
}

.carousel-box .next:hover {
	background: url(images/next-act.png) no-repeat;
}

h2.title>button {
	float: right;
	margin-right: 23px;
	margin-top: 6px;
}

Commits for Nextrek/Web/epg/css/epgwall.css

Diff revisions: vs.
Revision Author Commited Message
9 DRuega picture DRuega Mon 06 May, 2013 21:54:02 +0000

Ripristinato EPG