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.css207
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
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer 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
31body {
32 padding: 0px;
33 margin: 0px;
34 font-family: Helvetica, Arial, Geneva, sans-serif;
35 color: #666666;
36}
37
38div.header {
39 padding: 20px 25px;
40 background-color: #1f2148;
41}
42
43div#logo {
44 background: url(./images/old/logo.png);
45 width: 150px;
46 height: 39px;
47 display: block;
48}
49
50h5.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/*
61h1 {
62 font-size: 40pt;
63 color: #333366;
64}
65
66h1 span.logo_z {
67 color: #ff9400;
68}
69*/
70
71div.contentWrapper {
72 padding: 20px;
73}
74div.block1 {
75 float: left;
76 margin-right: 40px;
77}
78
79div.block2 {
80 float: left;
81}
82
83div.languageBlock {
84 clear: both;
85 padding-top: 20px;
86}
87
88div.flags {
89 float: left;
90}
91
92div.content {
93 float: left;
94 margin-left: 20px;
95 width: 300px;
96}
97
98h3 {
99 margin: 0px;
100 padding-top: 10px;
101}
102
103p {
104 font-size: 10pt;
105 line-height: 20px;
106}
107
108/* @group RSS feed */
109
110body.iFrame {
111 margin: 0px;
112 padding: 0px;
113 border: 0px;
114 font-family: Helvetica, Arial, Geneva, sans-serif;
115}
116
117div#feedContent ul {
118 list-style-type: none;
119 padding: 0px;
120 margin: 0px;
121}
122
123div#feedContent ul li {
124 display: none;
125}
126
127div#feedContent ul li.selected {
128 display: block;
129 padding-top: 6px;
130}
131
132div#feedContent ul li.selected em.date{
133 display: none;
134}
135
136div#feedContent ul li.selected a {
137 display: none;
138}
139
140div#feedContent ul li.selected h2 {
141 font-size: 8pt;
142 color: #c3c4cf;
143 margin: 0px;
144 border: 0px;
145 padding: 0px;
146}
147
148div#feedContent ul li.selected p {
149 font-size: 8pt;
150 color: #c3c4cf;
151 margin: 0px;
152 display: inline;
153 line-height: 15px;
154}
155
156div#feedContent ul li.selected p a {
157 font-size: 8pt;
158 color: #c3c4cf;
159 display: inline;
160}
161
162
163div.languageBlock div.flags {
164 height: 64px;
165 width: 64px;
166}
167
168div.languageBlock.en-us div.flags {
169 background: url(./images/old/flags/en.png);
170}
171
172div.languageBlock.zh-cn div.flags {
173 background: url(./images/old/flags/cn.png);
174}
175
176div.languageBlock.fr-fr div.flags {
177 background: url(./images/old/flags/fr.png);
178}
179
180div.languageBlock.it-it div.flags {
181 background: url(./images/old/flags/it.png);
182}
183
184div.languageBlock.ja-jp div.flags {
185 background: url(./images/old/flags/jp.png);
186}
187
188div.languageBlock.pt-br div.flags {
189 background: url(./images/old/flags/br.png);
190}
191
192div.languageBlock.es-es div.flags {
193 background: url(./images/old/flags/es.png);
194}
195
196div.languageBlock.ru-ru div.flags {
197 background: url(./images/old/flags/ru.png);
198}
199
200div.languageBlock.de-de div.flags {
201 background: url(./images/old/flags/de.png);
202}
203
204
205/* @end */
206
207