summaryrefslogtreecommitdiff
path: root/frontend/gamma/css/static.css
Unidiff
Diffstat (limited to 'frontend/gamma/css/static.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/css/static.css22
1 files changed, 10 insertions, 12 deletions
diff --git a/frontend/gamma/css/static.css b/frontend/gamma/css/static.css
index 9953a8d..81725c5 100644
--- a/frontend/gamma/css/static.css
+++ b/frontend/gamma/css/static.css
@@ -1,118 +1,116 @@
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
26body { 24body {
27 padding: 0px; 25 padding: 0px;
28 margin: 0px; 26 margin: 0px;
29 font-family: Helvetica, Arial, Geneva, sans-serif; 27 font-family: Helvetica, Arial, Geneva, sans-serif;
30 color: #666666; 28 color: #666666;
31} 29}
32div.header { 30div.header {
33 padding: 20px 25px; 31 padding: 20px 25px;
34 background-color: #1f2148; 32 background-color: #1f2148;
35} 33}
36div#logo { 34div#logo {
37 background: url(./images/old/logo.png); 35 background: url(./images/old/logo.png);
38 width: 150px; 36 width: 150px;
39 height: 39px; 37 height: 39px;
40 display: block; 38 display: block;
41} 39}
42h5.clipperzPayoff { 40h5.clipperzPayoff {
43 color: white; 41 color: white;
44 font-size: 13pt; 42 font-size: 13pt;
45 font-weight: normal; 43 font-weight: normal;
46 padding-left: 20px; 44 padding-left: 20px;
47 white-space: nowrap; 45 white-space: nowrap;
48 margin: 0px; 46 margin: 0px;
49 padding-left: 4px; 47 padding-left: 4px;
50} 48}
51/* 49/*
52h1 { 50h1 {
53 font-size: 40pt; 51 font-size: 40pt;
54 color: #333366; 52 color: #333366;
55} 53}
56 54
57h1 span.logo_z { 55h1 span.logo_z {
58 color: #ff9400; 56 color: #ff9400;
59} 57}
60*/ 58*/
61div.contentWrapper { 59div.contentWrapper {
62 padding: 20px; 60 padding: 20px;
63} 61}
64div.block1 { 62div.block1 {
65 float: left; 63 float: left;
66 margin-right: 40px; 64 margin-right: 40px;
67} 65}
68div.block2 { 66div.block2 {
69 float: left; 67 float: left;
70} 68}
71div.languageBlock { 69div.languageBlock {
72 clear: both; 70 clear: both;
73 padding-top: 20px; 71 padding-top: 20px;
74} 72}
75div.flags { 73div.flags {
76 float: left; 74 float: left;
77} 75}
78div.content { 76div.content {
79 float: left; 77 float: left;
80 margin-left: 20px; 78 margin-left: 20px;
81 width: 300px; 79 width: 300px;
82} 80}
83h3 { 81h3 {
84 margin: 0px; 82 margin: 0px;
85 padding-top: 10px; 83 padding-top: 10px;
86} 84}
87p { 85p {
88 font-size: 10pt; 86 font-size: 10pt;
89 line-height: 20px; 87 line-height: 20px;
90} 88}
91/* @group RSS feed */ 89/* @group RSS feed */
92body.iFrame { 90body.iFrame {
93 margin: 0px; 91 margin: 0px;
94 padding: 0px; 92 padding: 0px;
95 border: 0px; 93 border: 0px;
96 font-family: Helvetica, Arial, Geneva, sans-serif; 94 font-family: Helvetica, Arial, Geneva, sans-serif;
97} 95}
98div#feedContent ul { 96div#feedContent ul {
99 list-style-type: none; 97 list-style-type: none;
100 padding: 0px; 98 padding: 0px;
101 margin: 0px; 99 margin: 0px;
102} 100}
103div#feedContent ul li { 101div#feedContent ul li {
104 display: none; 102 display: none;
105} 103}
106div#feedContent ul li.selected { 104div#feedContent ul li.selected {
107 display: block; 105 display: block;
108 padding-top: 6px; 106 padding-top: 6px;
109} 107}
110div#feedContent ul li.selected em.date { 108div#feedContent ul li.selected em.date {
111 display: none; 109 display: none;
112} 110}
113div#feedContent ul li.selected a { 111div#feedContent ul li.selected a {
114 display: none; 112 display: none;
115} 113}
116div#feedContent ul li.selected h2 { 114div#feedContent ul li.selected h2 {
117 font-size: 8pt; 115 font-size: 8pt;
118 color: #c3c4cf; 116 color: #c3c4cf;