author | Giulio Cesare Solaroli <giulio.cesare@solaroli.it> | 2012-03-03 22:06:27 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@solaroli.it> | 2012-03-03 22:06:27 (UTC) |
commit | e7e021141d7906b537b3622ed706017f31222dfd (patch) (unidiff) | |
tree | d9366dae335a9bded5c0ee859895abe251790818 /frontend/beta | |
parent | a0661c3b02aa26d6b08ff13dc321e09478868159 (diff) | |
parent | cf9c0c34e1358452e0c7276c5b3ec6598f0c089d (diff) | |
download | clipperz-e7e021141d7906b537b3622ed706017f31222dfd.zip clipperz-e7e021141d7906b537b3622ed706017f31222dfd.tar.gz clipperz-e7e021141d7906b537b3622ed706017f31222dfd.tar.bz2 |
Merge pull request #28 from gcsolaroli/master
Added static resources used by /beta when exiting the application
-rw-r--r-- | frontend/beta/staticResources/accountDeleted.html | 126 | ||||
-rw-r--r-- | frontend/beta/staticResources/clipperz.ico | bin | 0 -> 1810 bytes | |||
-rw-r--r-- | frontend/beta/staticResources/clipperz_directLogin.html | 37 | ||||
-rw-r--r-- | frontend/beta/staticResources/error.html | 137 | ||||
-rw-r--r-- | frontend/beta/staticResources/logout.html | 136 | ||||
-rw-r--r-- | frontend/beta/staticResources/static.css | 207 |
6 files changed, 643 insertions, 0 deletions
diff --git a/frontend/beta/staticResources/accountDeleted.html b/frontend/beta/staticResources/accountDeleted.html new file mode 100644 index 0000000..683370a --- a/dev/null +++ b/frontend/beta/staticResources/accountDeleted.html | |||
@@ -0,0 +1,126 @@ | |||
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 | <html> | ||
27 | <head> | ||
28 | <title>clipperz - account deleted</title> | ||
29 | <link rel="stylesheet" type="text/css" href="./static.css" /> | ||
30 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
31 | </head> | ||
32 | <body> | ||
33 | |||
34 | <!-- h1>clipper<span class="logo_z">z</span></h1 --> | ||
35 | <div class="header"> | ||
36 | <div id="logo"></div> | ||
37 | <h5 class="clipperzPayoff">keep it to yourself!</h5> | ||
38 | </div> | ||
39 | |||
40 | <div class="block1"> | ||
41 | <div class="languageBlock en-us"> | ||
42 | <div class="flags"></div> | ||
43 | <div class="content"> | ||
44 | <h3>Your Clipperz account has been deleted!</h3> | ||
45 | |||
46 | <p>You may visit the Clipperz website to sign up for a new account.</p> | ||
47 | </div> | ||
48 | </div> | ||
49 | |||
50 | |||
51 | <div class="languageBlock zh-cn"> | ||
52 | <div class="flags"></div> | ||
53 | <div class="content"> | ||
54 | <h3>您的 Clipperz 账户已经被删除!</h3> | ||
55 | |||
56 | <p>您可以访问 Clipperz 网站重新注册一个新账户。</p> | ||
57 | </div> | ||
58 | </div> | ||
59 | |||
60 | |||
61 | <!-- | ||
62 | <div class="languageBlock fr-fr"> | ||
63 | <div class="flags"></div> | ||
64 | <div class="content"> | ||
65 | <h3></h3> | ||
66 | |||
67 | <p></p> | ||
68 | </div> | ||
69 | </div> | ||
70 | --> | ||
71 | |||
72 | |||
73 | <div class="languageBlock it-it"> | ||
74 | <div class="flags"></div> | ||
75 | <div class="content"> | ||
76 | <h3>Il tuo account su Clipperz è stato cancellato!</h3> | ||
77 | |||
78 | <p>Visita il sito di Clipperz per creartene uno nuovo.</p> | ||
79 | </div> | ||
80 | </div> | ||
81 | |||
82 | |||
83 | <div class="languageBlock ja-jp"> | ||
84 | <div class="flags"></div> | ||
85 | <div class="content"> | ||
86 | <h3>アカウントを削除しました。</h3> | ||
87 | |||
88 | <p>Clipperz で新しいアカウントを登録することができます。</p> | ||
89 | </div> | ||
90 | </div> | ||
91 | </div> | ||
92 | |||
93 | <div class="block2"> | ||
94 | <div class="languageBlock pt-br"> | ||
95 | <div class="flags"></div> | ||
96 | <div class="content"> | ||
97 | <h3>Sua conta Clipperz foi apagada!</h3> | ||
98 | |||
99 | <p>Você pode visitar o site Clipperz e criar uma nova conta.</p> | ||
100 | </div> | ||
101 | </div> | ||
102 | |||
103 | |||
104 | <div class="languageBlock es-es"> | ||
105 | <div class="flags"></div> | ||
106 | <div class="content"> | ||
107 | <h3>¡Su cuenta Clipperz ha sido borrada!</h3> | ||
108 | |||
109 | <p>Usted puede visitar el sitio web de Clipperz para suscribir una nueva cuenta.</p> | ||
110 | </div> | ||
111 | </div> | ||
112 | |||
113 | |||
114 | <div class="languageBlock ru-ru"> | ||
115 | <div class="flags"></div> | ||
116 | <div class="content"> | ||
117 | <h3>Ваш аккаунт был удален!</h3> | ||
118 | |||
119 | <p>Вы можете зайти на сайт снова, чтобы завести новый аккаунт.</p> | ||
120 | </div> | ||
121 | </div> | ||
122 | </div> | ||
123 | |||
124 | |||
125 | </body> | ||
126 | </html> | ||
diff --git a/frontend/beta/staticResources/clipperz.ico b/frontend/beta/staticResources/clipperz.ico new file mode 100644 index 0000000..76db7bb --- a/dev/null +++ b/frontend/beta/staticResources/clipperz.ico | |||
Binary files differ | |||
diff --git a/frontend/beta/staticResources/clipperz_directLogin.html b/frontend/beta/staticResources/clipperz_directLogin.html new file mode 100644 index 0000000..fec12f2 --- a/dev/null +++ b/frontend/beta/staticResources/clipperz_directLogin.html | |||
@@ -0,0 +1,37 @@ | |||
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 | <html> | ||
27 | <head> | ||
28 | <title>Clipperz DirectLogin</title> | ||
29 | </head> | ||
30 | <body> | ||
31 | <form method="POST" action="./index_debug.html#formPost_secondtry"> | ||
32 | <input type='text' name='username' value='joe' /> | ||
33 | <input type='password' name='passphrase' value='clipperz' /> | ||
34 | <input type='submit' name='login' value='login' /> | ||
35 | </form> | ||
36 | |||
37 | </body> \ No newline at end of file | ||
diff --git a/frontend/beta/staticResources/error.html b/frontend/beta/staticResources/error.html new file mode 100644 index 0000000..07aa43d --- a/dev/null +++ b/frontend/beta/staticResources/error.html | |||
@@ -0,0 +1,137 @@ | |||
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 | <html> | ||
27 | <head> | ||
28 | <title>clipperz - error</title> | ||
29 | <link rel="stylesheet" type="text/css" href="./static.css" /> | ||
30 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
31 | </head> | ||
32 | <body> | ||
33 | |||
34 | <!-- h1>clipper<span class="logo_z">z</span></h1 --> | ||
35 | <div class="header"> | ||
36 | <div id="logo"></div> | ||
37 | <h5 class="clipperzPayoff">keep it to yourself!</h5> | ||
38 | </div> | ||
39 | |||
40 | <div class="block1"> | ||
41 | |||
42 | <div class="languageBlock en-us"> | ||
43 | <div class="flags"></div> | ||
44 | <div class="content"> | ||
45 | <h3>Sorry, you have been logged out!</h3> | ||
46 | |||
47 | <p>Probably one or more cards have been modified by another session.</p> | ||
48 | <p>This can happen if you access your Clipperz account from two different browser windows or from two different computers at the same time.</p> | ||
49 | </div> | ||
50 | </div> | ||
51 | |||
52 | |||
53 | <div class="languageBlock zh-cn"> | ||
54 | <div class="flags"></div> | ||
55 | <div class="content"> | ||
56 | <h3>对不起,您已经登出系统!</h3> | ||
57 | |||
58 | <p>可能有一两张密码卡片被别的进程修改。</p> | ||
59 | <p>这或许是你使用两个不同的窗口或者两台电脑登录 Clipperz 账户。</p> | ||
60 | </div> | ||
61 | </div> | ||
62 | |||
63 | |||
64 | <!-- | ||
65 | <div class="languageBlock fr-fr"> | ||
66 | <div class="flags"></div> | ||
67 | <div class="content"> | ||
68 | <h3></h3> | ||
69 | |||
70 | <p></p> | ||
71 | </div> | ||
72 | </div> | ||
73 | --> | ||
74 | |||
75 | |||
76 | <div class="languageBlock it-it"> | ||
77 | <div class="flags"></div> | ||
78 | <div class="content"> | ||
79 | <h3>Attenzione, sei stato scollegato da Clipperz!</h3> | ||
80 | |||
81 | <p>Probabilmente ona o più schede sono state modificate in un'altra sessione.</p> | ||
82 | <p>Questo può accadere se accedi a Clipperz da più finestre del browser o da due computer diversi contemporaneamente.</p> | ||
83 | </div> | ||
84 | </div> | ||
85 | |||
86 | |||
87 | <div class="languageBlock ja-jp"> | ||
88 | <div class="flags"></div> | ||
89 | <div class="content"> | ||
90 | <h3>残念ながらログアウトしました。</h3> | ||
91 | |||
92 | <p>別のセッションでカードが編集されました。</p> | ||
93 | <p>複数のブラウザやコンピュータで同時に Clipperz にログインしている可能性があります。</p> | ||
94 | </div> | ||
95 | </div> | ||
96 | |||
97 | </div> | ||
98 | |||
99 | <div class="block2"> | ||
100 | |||
101 | <div class="languageBlock pt-br"> | ||
102 | <div class="flags"></div> | ||
103 | <div class="content"> | ||
104 | <h3>Desculpe, você foi desconectado!</h3> | ||
105 | |||
106 | <p>Provavelmente um ou mais cards tenham sido modificados numa outra sessão.</p> | ||
107 | <p>Isso pode acontecer quando você acessa Clipperz através de duas janelas de navegadores diferentes ou de dois computadores diferentes.</p> | ||
108 | </div> | ||
109 | </div> | ||
110 | |||
111 | |||
112 | |||
113 | <div class="languageBlock es-es"> | ||
114 | <div class="flags"></div> | ||
115 | <div class="content"> | ||
116 | <h3>¡Disculpe, acaba de cerrar su sesión!</h3> | ||
117 | |||
118 | <p>Probablemente una o más tarjetas han sido modicifadas por otra sesión.</p> | ||
119 | <p>Esto puede pasar si usted accede a su cuenta de Clipperz desde dos sesiones de navegadores diferentes o desde dos computadoras diferentes.</p> | ||
120 | </div> | ||
121 | </div> | ||
122 | |||
123 | |||
124 | <div class="languageBlock ru-ru"> | ||
125 | <div class="flags"></div> | ||
126 | <div class="content"> | ||
127 | <h3>Извините, Вы только что вышли!</h3> | ||
128 | |||
129 | <p>Вероятно одна или более карточек были изменены во время другой сессией</p> | ||
130 | <!-- p>Это могло произойти, если Вы работали с Clipperz из двух разных окон браузера или двух разных компьютеров.</p --> | ||
131 | <p>Это могло произойти из-за того, что какая-то карточка была изменена в другой сессии (если вы одновременно работаете с Clipperz из разных окон браузера или на разных компьютерах).</p> | ||
132 | </div> | ||
133 | </div> | ||
134 | </div> | ||
135 | |||
136 | </body> | ||
137 | </html> | ||
diff --git a/frontend/beta/staticResources/logout.html b/frontend/beta/staticResources/logout.html new file mode 100644 index 0000000..1f5cc7d --- a/dev/null +++ b/frontend/beta/staticResources/logout.html | |||
@@ -0,0 +1,136 @@ | |||
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 | <html> | ||
27 | <head> | ||
28 | <title>clipperz - logout</title> | ||
29 | <link rel="stylesheet" type="text/css" href="./static.css" /> | ||
30 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
31 | </head> | ||
32 | <body> | ||
33 | |||
34 | <div class="header"> | ||
35 | <div id="logo"></div> | ||
36 | <h5 class="clipperzPayoff">keep it to yourself!</h5> | ||
37 | </div> | ||
38 | |||
39 | |||
40 | <div class="contentWrapper"> | ||
41 | <div class="block1"> | ||
42 | <div class="languageBlock en-us"> | ||
43 | <div class="flags"></div> | ||
44 | <div class="content"> | ||
45 | <h3>Goodbye! Thanks for using Clipperz.</h3> | ||
46 | |||
47 | <p>You just logged out from your Clipperz account. We hope to see you again soon!</p> | ||
48 | </div> | ||
49 | </div> | ||
50 | |||
51 | |||
52 | <div class="languageBlock zh-cn"> | ||
53 | <div class="flags"></div> | ||
54 | <div class="content"> | ||
55 | <h3>下次再见!感谢您使用 Clipperz。</h3> | ||
56 | |||
57 | <p>您仅仅是从您的 Clipperz 账户登出,我们希望很快再次见到您!</p> | ||
58 | </div> | ||
59 | </div> | ||
60 | |||
61 | |||
62 | <!-- | ||
63 | <div class="languageBlock fr-fr"> | ||
64 | <div class="flags"></div> | ||
65 | <div class="content"> | ||
66 | <h3></h3> | ||
67 | |||
68 | <p></p> | ||
69 | </div> | ||
70 | </div> | ||
71 | --> | ||
72 | |||
73 | |||
74 | <div class="languageBlock it-it"> | ||
75 | <div class="flags"></div> | ||
76 | <div class="content"> | ||
77 | <h3>Arrivederci! Grazie per aver scelto Clipperz.</h3> | ||
78 | |||
79 | <p>Sei uscito da Clipperz. Speriamo di rivederti presto.</p> | ||
80 | </div> | ||
81 | </div> | ||
82 | |||
83 | |||
84 | <div class="languageBlock ja-jp"> | ||
85 | <div class="flags"></div> | ||
86 | <div class="content"> | ||
87 | <h3>Clipperz をご利用いただきありがとうございました。</h3> | ||
88 | |||
89 | <p>Clipperz から正常にログアウトしました。またのご利用をお待ちしています。</p> | ||
90 | </div> | ||
91 | </div> | ||
92 | </div> | ||
93 | |||
94 | <div class="block2"> | ||
95 | <div class="languageBlock pt-br"> | ||
96 | <div class="flags"></div> | ||
97 | <div class="content"> | ||
98 | <h3>Até logo! Obrigado por utilizar Clipperz.</h3> | ||
99 | |||
100 | <p>Você acaba de sair de sua conta Clipperz. Esperamos ve-lo de volta em breve!</p> | ||
101 | </div> | ||
102 | </div> | ||
103 | |||
104 | |||
105 | <div class="languageBlock es-es"> | ||
106 | <div class="flags"></div> | ||
107 | <div class="content"> | ||
108 | <h3>¡Hasta luego! Gracias por usar Clipperz</h3> | ||
109 | |||
110 | <p>Se acaba cerrar su sesión Clipperz. ¡Esperamos verlo nuevamente pronto!</p> | ||
111 | </div> | ||
112 | </div> | ||
113 | |||
114 | <div class="languageBlock ru-ru"> | ||
115 | <div class="flags"></div> | ||
116 | <div class="content"> | ||
117 | <h3>До свидания! Спасибо за использование Clipperz.</h3> | ||
118 | |||
119 | <p>Вы только что вышли из своего аккаунта Clipperz. Мы надеемся увидеть Вас снова!</p> | ||
120 | </div> | ||
121 | </div> | ||
122 | |||
123 | <div class="languageBlock de-de"> | ||
124 | <div class="flags"></div> | ||
125 | <div class="content"> | ||
126 | <h3>Auf Wiedersehen! Danke, dass Sie Clipperz verwendet haben.</h3> | ||
127 | |||
128 | <p>Sie haben sich gerade von Ihrem Clipperz-Account abgemeldet. Wir hoffen, Sie bald wieder zu sehen.</p> | ||
129 | </div> | ||
130 | </div> | ||
131 | |||
132 | </div> | ||
133 | </div> | ||
134 | |||
135 | </body> | ||
136 | </html> | ||
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 | |||