author | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-03-03 22:03:57 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-03-03 22:03:57 (UTC) |
commit | cf9c0c34e1358452e0c7276c5b3ec6598f0c089d (patch) (unidiff) | |
tree | d9366dae335a9bded5c0ee859895abe251790818 /frontend/beta/staticResources/static.css | |
parent | 7804333809bf725e32a08c531a06acd7d668e190 (diff) | |
download | clipperz-cf9c0c34e1358452e0c7276c5b3ec6598f0c089d.zip clipperz-cf9c0c34e1358452e0c7276c5b3ec6598f0c089d.tar.gz clipperz-cf9c0c34e1358452e0c7276c5b3ec6598f0c089d.tar.bz2 |
Added static resources used when exiting the application
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
Diffstat (limited to 'frontend/beta/staticResources/static.css') (more/less context) (ignore whitespace changes)
-rw-r--r-- | frontend/beta/staticResources/static.css | 207 |
1 files changed, 207 insertions, 0 deletions
diff --git a/frontend/beta/staticResources/static.css b/frontend/beta/staticResources/static.css new file mode 100644 index 0000000..830d830 --- a/dev/null +++ b/frontend/beta/staticResources/static.css | |||
@@ -0,0 +1,207 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer to http://www.clipperz.com. | ||
9 | |||
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 | ||
12 | License as published by the Free Software Foundation, either version | ||
13 | 3 of the License, or (at your option) any later version. | ||
14 | |||
15 | * Clipperz Community Edition is distributed in the hope that it will | ||
16 | be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
17 | warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
18 | See the GNU Affero General Public License for more details. | ||
19 | |||
20 | * You should have received a copy of the GNU Affero General Public | ||
21 | License along with Clipperz Community Edition. If not, see | ||
22 | <http://www.gnu.org/licenses/>. | ||
23 | |||
24 | */ | ||
25 | |||
26 | /* @override | ||
27 | http://www.example.com/DEVELOPMENT/static.css | ||
28 | http://www.clipperz.com/files/clipperz.com/appTips/static.css | ||
29 | */ | ||
30 | |||
31 | body { | ||
32 | padding: 0px; | ||
33 | margin: 0px; | ||
34 | font-family: Helvetica, Arial, Geneva, sans-serif; | ||
35 | color: #666666; | ||
36 | } | ||
37 | |||
38 | div.header { | ||
39 | padding: 20px 25px; | ||
40 | background-color: #1f2148; | ||
41 | } | ||
42 | |||
43 | div#logo { | ||
44 | background: url(./images/old/logo.png); | ||
45 | width: 150px; | ||
46 | height: 39px; | ||
47 | display: block; | ||
48 | } | ||
49 | |||
50 | h5.clipperzPayoff { | ||
51 | color: white; | ||
52 | font-size: 13pt; | ||
53 | font-weight: normal; | ||
54 | padding-left: 20px; | ||
55 | white-space: nowrap; | ||
56 | margin: 0px; | ||
57 | padding-left: 4px; | ||
58 | } | ||
59 | |||
60 | /* | ||
61 | h1 { | ||
62 | font-size: 40pt; | ||
63 | color: #333366; | ||
64 | } | ||
65 | |||
66 | h1 span.logo_z { | ||
67 | color: #ff9400; | ||
68 | } | ||
69 | */ | ||
70 | |||
71 | div.contentWrapper { | ||
72 | padding: 20px; | ||
73 | } | ||
74 | div.block1 { | ||
75 | float: left; | ||
76 | margin-right: 40px; | ||
77 | } | ||
78 | |||
79 | div.block2 { | ||
80 | float: left; | ||
81 | } | ||
82 | |||
83 | div.languageBlock { | ||
84 | clear: both; | ||
85 | padding-top: 20px; | ||
86 | } | ||
87 | |||
88 | div.flags { | ||
89 | float: left; | ||
90 | } | ||
91 | |||
92 | div.content { | ||
93 | float: left; | ||
94 | margin-left: 20px; | ||
95 | width: 300px; | ||
96 | } | ||
97 | |||
98 | h3 { | ||
99 | margin: 0px; | ||
100 | padding-top: 10px; | ||
101 | } | ||
102 | |||
103 | p { | ||
104 | font-size: 10pt; | ||
105 | line-height: 20px; | ||
106 | } | ||
107 | |||
108 | /* @group RSS feed */ | ||
109 | |||
110 | body.iFrame { | ||
111 | margin: 0px; | ||
112 | padding: 0px; | ||
113 | border: 0px; | ||
114 | font-family: Helvetica, Arial, Geneva, sans-serif; | ||
115 | } | ||
116 | |||
117 | div#feedContent ul { | ||
118 | list-style-type: none; | ||
119 | padding: 0px; | ||
120 | margin: 0px; | ||
121 | } | ||
122 | |||
123 | div#feedContent ul li { | ||
124 | display: none; | ||
125 | } | ||
126 | |||
127 | div#feedContent ul li.selected { | ||
128 | display: block; | ||
129 | padding-top: 6px; | ||
130 | } | ||
131 | |||
132 | div#feedContent ul li.selected em.date{ | ||
133 | display: none; | ||
134 | } | ||
135 | |||
136 | div#feedContent ul li.selected a { | ||
137 | display: none; | ||
138 | } | ||
139 | |||
140 | div#feedContent ul li.selected h2 { | ||
141 | font-size: 8pt; | ||
142 | color: #c3c4cf; | ||
143 | margin: 0px; | ||
144 | border: 0px; | ||
145 | padding: 0px; | ||
146 | } | ||
147 | |||
148 | div#feedContent ul li.selected p { | ||
149 | font-size: 8pt; | ||
150 | color: #c3c4cf; | ||
151 | margin: 0px; | ||
152 | display: inline; | ||
153 | line-height: 15px; | ||
154 | } | ||
155 | |||
156 | div#feedContent ul li.selected p a { | ||
157 | font-size: 8pt; | ||
158 | color: #c3c4cf; | ||
159 | display: inline; | ||
160 | } | ||
161 | |||
162 | |||
163 | div.languageBlock div.flags { | ||
164 | height: 64px; | ||
165 | width: 64px; | ||
166 | } | ||
167 | |||
168 | div.languageBlock.en-us div.flags { | ||
169 | background: url(./images/old/flags/en.png); | ||
170 | } | ||
171 | |||
172 | div.languageBlock.zh-cn div.flags { | ||
173 | background: url(./images/old/flags/cn.png); | ||
174 | } | ||
175 | |||
176 | div.languageBlock.fr-fr div.flags { | ||
177 | background: url(./images/old/flags/fr.png); | ||
178 | } | ||
179 | |||
180 | div.languageBlock.it-it div.flags { | ||
181 | background: url(./images/old/flags/it.png); | ||
182 | } | ||
183 | |||
184 | div.languageBlock.ja-jp div.flags { | ||
185 | background: url(./images/old/flags/jp.png); | ||
186 | } | ||
187 | |||
188 | div.languageBlock.pt-br div.flags { | ||
189 | background: url(./images/old/flags/br.png); | ||
190 | } | ||
191 | |||
192 | div.languageBlock.es-es div.flags { | ||
193 | background: url(./images/old/flags/es.png); | ||
194 | } | ||
195 | |||
196 | div.languageBlock.ru-ru div.flags { | ||
197 | background: url(./images/old/flags/ru.png); | ||
198 | } | ||
199 | |||
200 | div.languageBlock.de-de div.flags { | ||
201 | background: url(./images/old/flags/de.png); | ||
202 | } | ||
203 | |||
204 | |||
205 | /* @end */ | ||
206 | |||
207 | |||