summaryrefslogtreecommitdiff
path: root/frontend/gamma/css/clipperz/compact.css
Unidiff
Diffstat (limited to 'frontend/gamma/css/clipperz/compact.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/css/clipperz/compact.css159
1 files changed, 0 insertions, 159 deletions
diff --git a/frontend/gamma/css/clipperz/compact.css b/frontend/gamma/css/clipperz/compact.css
deleted file mode 100644
index c6e8661..0000000
--- a/frontend/gamma/css/clipperz/compact.css
+++ b/dev/null
@@ -1,159 +0,0 @@
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 https://www.example.com/css/compact.css */
27
28body.compact div#mainDiv {
29/*
30 width: 250px;
31 height: 95%;
32 border: 1px solid #333366;
33*/
34 padding: 0px;
35}
36
37body.compact div#compactHeader {
38 background-color: #333366;
39}
40
41body.compact div#compactHeader img {
42 padding: 2px 20px 2px 4px;
43 width: 60;
44}
45
46body.compact div#compactHeader a {
47 color: white;
48 text-decoration: none;
49 font-size: 10pt;
50 /*position: absolute; */
51 right: 10px;
52 top: 6px;
53}
54
55body.compact div#compactHeader a:hover {
56 color: #ff9400;
57}
58
59body.compact h4 {
60 color: #999999;
61 text-align: center;
62 padding: 20px;
63 font-weight: normal;
64 font-size: 12pt;
65 font-style: italic;
66}
67
68body.compact div.loginPanel form {
69 padding: 10px;
70}
71
72body.compact div.loginPanel dt {
73 color: #aaaaaa;
74 font-size: 10pt;
75}
76
77body.compact div.loginPanel input {
78 width: 180px;
79}
80
81body.compact ul#directLogins {
82 background-image: none;
83 padding: 4px 0px;
84}
85
86body.compact ul#directLogins li {
87 width:auto;
88}
89
90body.compact ul#directLogins li.hover {
91 width:auto;
92 padding-right: 0px;
93}
94
95body.compact div.lockPanel {
96 color: #999999;
97 font-size: 10pt;
98 padding: 10px;
99}
100
101div#compactMiscLinks ul {
102 /* text-align: center;*/
103 display: block;
104 padding-left: 22px;
105 background-color: #ff9400;
106}
107
108div#compactMiscLinks ul li {
109 display: inline;
110 padding: 2px 5px;
111}
112
113div#compactHeader div#compactMiscLinks ul li a {
114 font-size: 9pt;
115}
116
117div#compactHeader div#compactMiscLinks ul li a:hover {
118 color: #333366;
119}
120
121div#lockBlock {
122 position: absolute;
123 right: 10px;
124 top: 6px;
125}
126
127div#lockBlock input {
128 width: auto;
129 padding-bottom: 2px;
130}
131
132div#lockBlock span {
133 font-size: 9pt;
134 padding: 0px 5px 0px 4px;
135 color: #aaaaaa;
136}
137
138div#lockBlock a#lock {
139 font-size: 9pt;
140}
141
142/* @group Donate */
143
144a#donateHeaderLink {
145 font-weight: bold;
146}
147
148div#compactMiscLinks a#donateHeaderIconLink img#donateHeaderLinkIcon {
149 display: inline;
150 position: absolute;
151 top: 22px;
152 left: 1px;
153 width: 12px;
154 height: 12px;
155}
156
157
158
159/* @end */ \ No newline at end of file