|
0
|
1 |
body { |
|
5
|
2 |
font-family: 'PT Sans Narrow', Helvetica; Verdana, sans-serif; |
|
0
|
3 |
background-image: url(../crea/imgs/bgd-top.png); |
|
|
4 |
background-repeat: repeat-x; |
|
|
5 |
background-color: #F7F6F6; |
|
5
|
6 |
margin-top: -11px; |
|
0
|
7 |
} |
|
|
8 |
|
|
|
9 |
#banner { |
|
|
10 |
margin: 0px auto; |
|
|
11 |
width: 960px; |
|
|
12 |
border-bottom: 1px solid #fe4f76; |
|
|
13 |
padding-top: 10px; |
|
5
|
14 |
padding-bottom: 4px; |
|
|
15 |
margin-top: 7px; |
|
0
|
16 |
} |
|
|
17 |
|
|
|
18 |
#outer_div { |
|
|
19 |
width: 990px; |
|
|
20 |
background-image: url(../crea/imgs/bgd-degrade.png); |
|
|
21 |
background-repeat: repeat-y; |
|
|
22 |
margin: 0px auto; |
|
|
23 |
border-top: 1px solid #ffffff; |
|
|
24 |
} |
|
|
25 |
|
|
|
26 |
#inner_div { |
|
|
27 |
margin: 0px auto; |
|
|
28 |
width: 960px; |
|
|
29 |
background-image: url("../crea/imgs/background.png"); |
|
|
30 |
background-repeat: repeat-x; |
|
|
31 |
} |
|
|
32 |
|
|
|
33 |
|
|
|
34 |
#intro_title { |
|
|
35 |
text-align: center; |
|
|
36 |
padding-bottom: 20px; |
|
|
37 |
padding-top: 15px; |
|
|
38 |
font-family: 'PT Sans Narrow', Helvetica; |
|
|
39 |
font-size: 22pt; |
|
|
40 |
} |
|
|
41 |
|
|
|
42 |
#wrapper_div { |
|
|
43 |
} |
|
|
44 |
|
|
5
|
45 |
/* index.php */ |
|
|
46 |
|
|
|
47 |
#index_content { |
|
|
48 |
margin: 0 auto; |
|
|
49 |
width: 910px; |
|
|
50 |
} |
|
|
51 |
|
|
|
52 |
.thumb { |
|
|
53 |
width: 280px; |
|
|
54 |
height: 220px; |
|
|
55 |
float: left; |
|
|
56 |
margin-top: 10px; |
|
|
57 |
margin-right: 10px; |
|
|
58 |
background-color: #f2f2f2; |
|
|
59 |
border: 1px solid #cccccc; |
|
|
60 |
padding: 5px; |
|
|
61 |
} |
|
|
62 |
|
|
|
63 |
.thumb img { |
|
|
64 |
margin: 5px; |
|
|
65 |
} |
|
|
66 |
|
|
|
67 |
/* player.php */ |
|
0
|
68 |
table#content { |
|
|
69 |
width: 910px; |
|
|
70 |
border: solid 10px #7a7a7a; |
|
|
71 |
border-bottom: solid 14px #7a7a7a; |
|
|
72 |
border-top: solid 14px #7a7a7a; |
|
|
73 |
position: relative; |
|
|
74 |
margin: 0 auto; |
|
|
75 |
border-collapse: collapse; |
|
|
76 |
table-layout: fixed; |
|
|
77 |
} |
|
|
78 |
|
|
|
79 |
td#left_pane { |
|
|
80 |
background-color: white; |
|
|
81 |
width: 660px; |
|
|
82 |
} |
|
|
83 |
|
|
|
84 |
td#right_pane { |
|
|
85 |
font-family: 'PT Sans Narrow', Helvetica; |
|
|
86 |
width: 220px; |
|
|
87 |
border-left: solid 10px #7a7a7a; |
|
|
88 |
background-color: white; |
|
|
89 |
} |
|
|
90 |
|
|
|
91 |
#caption_text { |
|
|
92 |
padding: 15px; |
|
|
93 |
text-align: justify; |
|
|
94 |
} |
|
|
95 |
|
|
|
96 |
#footer { |
|
|
97 |
font-family: 'PT Sans Narrow', Helvetica; |
|
|
98 |
margin: 0px auto; |
|
|
99 |
margin-top: 10px; |
|
|
100 |
bottom: 5px; |
|
|
101 |
width: 410px; |
|
|
102 |
border-top: 1px solid black; |
|
|
103 |
text-align: center; |
|
|
104 |
padding: 2px; |
|
|
105 |
color: black; |
|
|
106 |
} |
|
|
107 |
|
|
|
108 |
#footer a { |
|
|
109 |
color: black; |
|
|
110 |
font-size: 10pt; |
|
|
111 |
} |
|
|
112 |
|
|
|
113 |
#partners { |
|
|
114 |
clear: both; |
|
3
|
115 |
text-align: center; |
|
0
|
116 |
margin: 0 auto; |
|
|
117 |
margin-top: 20px; |
|
3
|
118 |
padding-top: 14px; |
|
|
119 |
width: 894px; |
|
|
120 |
border-top: 1px solid #949494; |
|
|
121 |
|
|
0
|
122 |
font-size: 12px; |
|
|
123 |
} |
|
|
124 |
|
|
3
|
125 |
|
|
0
|
126 |
#partners img { |
|
|
127 |
margin: 0 auto; |
|
3
|
128 |
//display: block; |
|
0
|
129 |
padding-bottom: 22px; |
|
3
|
130 |
padding-right: 25px; |
|
0
|
131 |
} |
|
|
132 |
|
|
3
|
133 |
|
|
0
|
134 |
/* the last div of the document */ |
|
|
135 |
#closing_div { |
|
|
136 |
width: 990px; |
|
|
137 |
height: 30px; |
|
|
138 |
background-image: url("../crea/imgs/close.png"); |
|
|
139 |
background-repeat: no-repeat; |
|
|
140 |
background-position: 2px 0px; |
|
|
141 |
margin: 0px auto; |
|
|
142 |
} |