|
0
|
1 |
body { |
|
5
|
2 |
font-family: 'PT Sans Narrow', Helvetica; Verdana, sans-serif; |
|
16
|
3 |
background-image: url(site_imgs/bgd-top.png); |
|
0
|
4 |
background-repeat: repeat-x; |
|
|
5 |
background-color: #F7F6F6; |
|
5
|
6 |
margin-top: -11px; |
|
0
|
7 |
} |
|
|
8 |
|
|
|
9 |
#banner { |
|
7
|
10 |
margin: 0 auto; |
|
0
|
11 |
width: 960px; |
|
|
12 |
border-bottom: 1px solid #fe4f76; |
|
|
13 |
padding-top: 10px; |
|
8
|
14 |
padding-bottom: 9px; |
|
7
|
15 |
margin-top: 4px; |
|
|
16 |
} |
|
|
17 |
|
|
|
18 |
#banner img { |
|
|
19 |
margin-left: 51px; |
|
|
20 |
float: left; |
|
|
21 |
position: relative; |
|
|
22 |
top: 5px; |
|
0
|
23 |
} |
|
|
24 |
|
|
|
25 |
#outer_div { |
|
|
26 |
width: 990px; |
|
16
|
27 |
background-image: url(site_imgs/bgd-degrade.png); |
|
0
|
28 |
background-repeat: repeat-y; |
|
|
29 |
margin: 0px auto; |
|
|
30 |
border-top: 1px solid #ffffff; |
|
|
31 |
} |
|
|
32 |
|
|
|
33 |
#inner_div { |
|
|
34 |
margin: 0px auto; |
|
|
35 |
width: 960px; |
|
16
|
36 |
background-image: url("site_imgs/background.png"); |
|
0
|
37 |
background-repeat: repeat-x; |
|
7
|
38 |
} |
|
0
|
39 |
|
|
|
40 |
|
|
|
41 |
#intro_title { |
|
|
42 |
text-align: center; |
|
|
43 |
padding-bottom: 20px; |
|
|
44 |
padding-top: 15px; |
|
|
45 |
font-family: 'PT Sans Narrow', Helvetica; |
|
|
46 |
font-size: 22pt; |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
#wrapper_div { |
|
|
50 |
} |
|
|
51 |
|
|
5
|
52 |
/* index.php */ |
|
|
53 |
|
|
8
|
54 |
.menu { |
|
|
55 |
border-left: 1px solid #C3C3C3; |
|
|
56 |
float: left; |
|
|
57 |
height: 62px; |
|
|
58 |
list-style-type: none; |
|
|
59 |
margin: 0; |
|
|
60 |
padding: 0; |
|
|
61 |
margin-left: 34px; |
|
|
62 |
} |
|
|
63 |
|
|
|
64 |
.menuUnderline { |
|
16
|
65 |
background-image: url("site_imgs/menu_underline.gif"); |
|
8
|
66 |
background-position: left bottom; |
|
|
67 |
background-repeat: no-repeat; |
|
|
68 |
margin-left: 0px; |
|
|
69 |
margin-top: 3px; |
|
|
70 |
padding-left: 0; |
|
|
71 |
width: 100px; |
|
|
72 |
} |
|
|
73 |
|
|
|
74 |
.menuText { |
|
|
75 |
margin-left: 5px; |
|
|
76 |
font-size: 14px; |
|
|
77 |
text-decoration: none; |
|
|
78 |
color: #000000; |
|
|
79 |
} |
|
|
80 |
|
|
5
|
81 |
#index_content { |
|
|
82 |
margin: 0 auto; |
|
|
83 |
width: 910px; |
|
|
84 |
} |
|
|
85 |
|
|
|
86 |
.thumb { |
|
7
|
87 |
width: 270px; |
|
5
|
88 |
height: 220px; |
|
|
89 |
float: left; |
|
7
|
90 |
margin: 5px; |
|
5
|
91 |
background-color: #f2f2f2; |
|
|
92 |
border: 1px solid #cccccc; |
|
|
93 |
padding: 5px; |
|
7
|
94 |
cursor: pointer; |
|
|
95 |
} |
|
|
96 |
|
|
|
97 |
.thumb:hover { |
|
|
98 |
background-color: rgb(255, 255, 255); |
|
5
|
99 |
} |
|
|
100 |
|
|
|
101 |
.thumb img { |
|
7
|
102 |
} |
|
|
103 |
|
|
|
104 |
.thumb .title { |
|
|
105 |
font-family: 'PT Sans Narrow',arial,serif; |
|
|
106 |
font-size: 18px; |
|
|
107 |
font-weight: bold; |
|
|
108 |
overflow: hidden; |
|
|
109 |
white-space: nowrap; |
|
|
110 |
} |
|
|
111 |
|
|
8
|
112 |
.thumb .author { |
|
7
|
113 |
overflow: hidden; |
|
|
114 |
white-space: nowrap; |
|
8
|
115 |
font-size: 90%; |
|
|
116 |
} |
|
|
117 |
|
|
|
118 |
.thumb .date { |
|
|
119 |
overflow: hidden; |
|
|
120 |
white-space: nowrap; |
|
|
121 |
font-size: 90%; |
|
5
|
122 |
} |
|
|
123 |
|
|
13
|
124 |
/* about.php */ |
|
|
125 |
#about_contents { |
|
|
126 |
width: 760px; |
|
|
127 |
margin: 0 auto; |
|
14
|
128 |
margin-bottom: 300px; |
|
13
|
129 |
} |
|
|
130 |
|
|
5
|
131 |
/* player.php */ |
|
13
|
132 |
#player_content { |
|
|
133 |
border-right: solid 10px #7a7a7a; |
|
|
134 |
border-left: solid 10px #7a7a7a; |
|
0
|
135 |
border-bottom: solid 14px #7a7a7a; |
|
|
136 |
border-top: solid 14px #7a7a7a; |
|
|
137 |
position: relative; |
|
|
138 |
margin: 0 auto; |
|
|
139 |
border-collapse: collapse; |
|
|
140 |
table-layout: fixed; |
|
|
141 |
} |
|
|
142 |
|
|
|
143 |
td#left_pane { |
|
|
144 |
background-color: white; |
|
7
|
145 |
vertical-align: top; |
|
|
146 |
width: 640px; |
|
0
|
147 |
} |
|
|
148 |
|
|
|
149 |
td#right_pane { |
|
|
150 |
font-family: 'PT Sans Narrow', Helvetica; |
|
|
151 |
width: 220px; |
|
|
152 |
border-left: solid 10px #7a7a7a; |
|
|
153 |
background-color: white; |
|
13
|
154 |
vertical-align: top; |
|
0
|
155 |
} |
|
|
156 |
|
|
|
157 |
#caption_text { |
|
|
158 |
padding: 15px; |
|
|
159 |
text-align: justify; |
|
|
160 |
} |
|
|
161 |
|
|
|
162 |
#footer { |
|
|
163 |
font-family: 'PT Sans Narrow', Helvetica; |
|
|
164 |
margin: 0px auto; |
|
|
165 |
margin-top: 10px; |
|
|
166 |
bottom: 5px; |
|
|
167 |
width: 410px; |
|
|
168 |
border-top: 1px solid black; |
|
|
169 |
text-align: center; |
|
|
170 |
padding: 2px; |
|
|
171 |
color: black; |
|
|
172 |
} |
|
|
173 |
|
|
|
174 |
#footer a { |
|
|
175 |
color: black; |
|
|
176 |
font-size: 10pt; |
|
|
177 |
} |
|
|
178 |
|
|
|
179 |
#partners { |
|
|
180 |
clear: both; |
|
3
|
181 |
text-align: center; |
|
0
|
182 |
margin: 0 auto; |
|
|
183 |
margin-top: 20px; |
|
3
|
184 |
padding-top: 14px; |
|
|
185 |
width: 894px; |
|
|
186 |
border-top: 1px solid #949494; |
|
|
187 |
|
|
0
|
188 |
font-size: 12px; |
|
|
189 |
} |
|
|
190 |
|
|
3
|
191 |
|
|
0
|
192 |
#partners img { |
|
|
193 |
margin: 0 auto; |
|
3
|
194 |
//display: block; |
|
0
|
195 |
padding-bottom: 22px; |
|
3
|
196 |
padding-right: 25px; |
|
0
|
197 |
} |
|
|
198 |
|
|
3
|
199 |
|
|
0
|
200 |
/* the last div of the document */ |
|
|
201 |
#closing_div { |
|
|
202 |
width: 990px; |
|
|
203 |
height: 30px; |
|
16
|
204 |
background-image: url("site_imgs/close.png"); |
|
0
|
205 |
background-repeat: no-repeat; |
|
|
206 |
background-position: 2px 0px; |
|
|
207 |
margin: 0px auto; |
|
|
208 |
} |