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