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
@@ -1,92 +1,93 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2011 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager. 6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 7For further information about its features and functionalities please
8refer to http://www.clipperz.com. 8refer to http://www.clipperz.com.
9 9
10* Clipperz Community Edition is free software: you can redistribute 10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public 11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
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}
69*/ 70*/
70 71
71div.contentWrapper { 72div.contentWrapper {
72 padding: 20px; 73 padding: 20px;
73} 74}
74div.block1 { 75div.block1 {
75 float: left; 76 float: left;
76 margin-right: 40px; 77 margin-right: 40px;
77} 78}
78 79
79div.block2 { 80div.block2 {
80 float: left; 81 float: left;
81} 82}
82 83
83div.languageBlock { 84div.languageBlock {
84 clear: both; 85 clear: both;
85 padding-top: 20px; 86 padding-top: 20px;
86} 87}
87 88
88div.flags { 89div.flags {
89 float: left; 90 float: left;
90} 91}
91 92
92div.content { 93div.content {
@@ -121,87 +122,87 @@ div#feedContent ul {
121} 122}
122 123
123div#feedContent ul li { 124div#feedContent ul li {
124 display: none; 125 display: none;
125} 126}
126 127
127div#feedContent ul li.selected { 128div#feedContent ul li.selected {
128 display: block; 129 display: block;
129 padding-top: 6px; 130 padding-top: 6px;
130} 131}
131 132
132div#feedContent ul li.selected em.date{ 133div#feedContent ul li.selected em.date{
133 display: none; 134 display: none;
134} 135}
135 136
136div#feedContent ul li.selected a { 137div#feedContent ul li.selected a {
137 display: none; 138 display: none;
138} 139}
139 140
140div#feedContent ul li.selected h2 { 141div#feedContent ul li.selected h2 {
141 font-size: 8pt; 142 font-size: 8pt;
142 color: #c3c4cf; 143 color: #c3c4cf;
143 margin: 0px; 144 margin: 0px;
144 border: 0px; 145 border: 0px;
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