summaryrefslogtreecommitdiff
path: root/frontend
authorClipperz <info@clipperz.com>2013-01-08 15:15:20 (UTC)
committer Clipperz <info@clipperz.com>2013-01-08 15:15:20 (UTC)
commitea71029b55c5a6543cff420326dd5e94905b05ae (patch) (unidiff)
treeeb2bbb145005255105d3cbf5550b23dd045a13e9 /frontend
parentab84f3c135caece3e51bfac4fabaf06fd214d5f5 (diff)
downloadclipperz-ea71029b55c5a6543cff420326dd5e94905b05ae.zip
clipperz-ea71029b55c5a6543cff420326dd5e94905b05ae.tar.gz
clipperz-ea71029b55c5a6543cff420326dd5e94905b05ae.tar.bz2
Fixed image references
Diffstat (limited to 'frontend') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/staticResources/static.css21
1 files changed, 11 insertions, 10 deletions
diff --git a/frontend/beta/staticResources/static.css b/frontend/beta/staticResources/static.css
index 830d830..5e94440 100644
--- a/frontend/beta/staticResources/static.css
+++ b/frontend/beta/staticResources/static.css
@@ -20,49 +20,50 @@ refer to http://www.clipperz.com.
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26/* @override 26/* @override
27 http://www.example.com/DEVELOPMENT/static.css 27 http://www.example.com/DEVELOPMENT/static.css
28 http://www.clipperz.com/files/clipperz.com/appTips/static.css 28 http://www.clipperz.com/files/clipperz.com/appTips/static.css
29*/ 29*/
30 30
31body { 31body {
32 padding: 0px; 32 padding: 0px;
33 margin: 0px; 33 margin: 0px;
34 font-family: Helvetica, Arial, Geneva, sans-serif; 34 font-family: Helvetica, Arial, Geneva, sans-serif;
35 color: #666666; 35 color: #666666;
36} 36}
37 37
38div.header { 38div.header {
39 padding: 20px 25px; 39 padding: 20px 25px;
40 background-color: #1f2148; 40 background-color: #1f2148;
41} 41}
42 42
43div#logo { 43div#logo {
44 background: url(./images/old/logo.png); 44 background: url(./images/logo.gif);
45 background-repeat: no-repeat;
45 width: 150px; 46 width: 150px;
46 height: 39px; 47 height: 39px;
47 display: block; 48 display: block;
48} 49}
49 50
50h5.clipperzPayoff { 51h5.clipperzPayoff {
51 color: white; 52 color: white;
52 font-size: 13pt; 53 font-size: 13pt;
53 font-weight: normal; 54 font-weight: normal;
54 padding-left: 20px; 55 padding-left: 20px;
55 white-space: nowrap; 56 white-space: nowrap;
56 margin: 0px; 57 margin: 0px;
57 padding-left: 4px; 58 padding-left: 4px;
58} 59}
59 60
60/* 61/*
61h1 { 62h1 {
62 font-size: 40pt; 63 font-size: 40pt;
63 color: #333366; 64 color: #333366;
64} 65}
65 66
66h1 span.logo_z { 67h1 span.logo_z {
67 color: #ff9400; 68 color: #ff9400;
68} 69}
@@ -145,63 +146,63 @@ div#feedContent ul li.selected h2 {
145 padding: 0px; 146 padding: 0px;
146} 147}
147 148
148div#feedContent ul li.selected p { 149div#feedContent ul li.selected p {
149 font-size: 8pt; 150 font-size: 8pt;
150 color: #c3c4cf; 151 color: #c3c4cf;
151 margin: 0px; 152 margin: 0px;
152 display: inline; 153 display: inline;
153 line-height: 15px; 154 line-height: 15px;
154} 155}
155 156
156div#feedContent ul li.selected p a { 157div#feedContent ul li.selected p a {
157 font-size: 8pt; 158 font-size: 8pt;
158 color: #c3c4cf; 159 color: #c3c4cf;
159 display: inline; 160 display: inline;
160} 161}
161 162
162 163
163div.languageBlock div.flags { 164div.languageBlock div.flags {
164 height: 64px; 165 height: 64px;
165 width: 64px; 166 width: 64px;
166} 167}
167 168
168div.languageBlock.en-us div.flags { 169div.languageBlock.en-us div.flags {
169 background: url(./images/old/flags/en.png); 170 background: url(./images/flags/en.png);
170} 171}
171 172
172div.languageBlock.zh-cn div.flags { 173div.languageBlock.zh-cn div.flags {
173 background: url(./images/old/flags/cn.png); 174 background: url(./images/flags/cn.png);
174} 175}
175 176
176div.languageBlock.fr-fr div.flags { 177div.languageBlock.fr-fr div.flags {
177 background: url(./images/old/flags/fr.png); 178 background: url(./images/flags/fr.png);
178} 179}
179 180
180div.languageBlock.it-it div.flags { 181div.languageBlock.it-it div.flags {
181 background: url(./images/old/flags/it.png); 182 background: url(./images/flags/it.png);
182} 183}
183 184
184div.languageBlock.ja-jp div.flags { 185div.languageBlock.ja-jp div.flags {
185 background: url(./images/old/flags/jp.png); 186 background: url(./images/flags/jp.png);
186} 187}
187 188
188div.languageBlock.pt-br div.flags { 189div.languageBlock.pt-br div.flags {
189 background: url(./images/old/flags/br.png); 190 background: url(./images/flags/br.png);
190} 191}
191 192
192div.languageBlock.es-es div.flags { 193div.languageBlock.es-es div.flags {
193 background: url(./images/old/flags/es.png); 194 background: url(./images/flags/es.png);
194} 195}
195 196
196div.languageBlock.ru-ru div.flags { 197div.languageBlock.ru-ru div.flags {
197 background: url(./images/old/flags/ru.png); 198 background: url(./images/flags/ru.png);
198} 199}
199 200
200div.languageBlock.de-de div.flags { 201div.languageBlock.de-de div.flags {
201 background: url(./images/old/flags/de.png); 202 background: url(./images/flags/de.png);
202} 203}
203 204
204 205
205/* @end */ 206/* @end */
206 207
207 208