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