author | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-02-11 23:48:42 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-02-11 23:48:42 (UTC) |
commit | a0661c3b02aa26d6b08ff13dc321e09478868159 (patch) (unidiff) | |
tree | 87bd0af25a0732adb9d14a34d25f9d5479fdf5ee /frontend/gamma/css/compact.css | |
parent | 96d01919d3ff42c3fdd7f6186a0500caccd3c140 (diff) | |
parent | 7804333809bf725e32a08c531a06acd7d668e190 (diff) | |
download | clipperz-a0661c3b02aa26d6b08ff13dc321e09478868159.zip clipperz-a0661c3b02aa26d6b08ff13dc321e09478868159.tar.gz clipperz-a0661c3b02aa26d6b08ff13dc321e09478868159.tar.bz2 |
Merge pull request #25 from gcsolaroli/master
Initial integration of /beta and /gamma with a single backend
Diffstat (limited to 'frontend/gamma/css/compact.css') (more/less context) (ignore whitespace changes)
-rw-r--r-- | frontend/gamma/css/compact.css | 151 |
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 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | |||
29 | Color 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 | */ | ||
43 | body.compact div#mainDiv { | ||
44 | /* | ||
45 | width: 250px; | ||
46 | height: 95%; | ||
47 | border: 1px solid #333366; | ||
48 | */ | ||
49 | |||
50 | padding: 0px; | ||
51 | } | ||
52 | body.compact div#compactHeader { | ||
53 | background-color: #333366; | ||
54 | } | ||
55 | body.compact div#compactHeader img { | ||
56 | padding: 2px 20px 2px 4px; | ||
57 | width: 60; | ||
58 | } | ||
59 | body.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 | } | ||
68 | body.compact div#compactHeader a:hover { | ||
69 | color: #ff9400; | ||
70 | } | ||
71 | body.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 | } | ||
79 | body.compact div.loginPanel form { | ||
80 | padding: 10px; | ||
81 | } | ||
82 | body.compact div.loginPanel dt { | ||
83 | color: #aaaaaa; | ||
84 | font-size: 10pt; | ||
85 | } | ||
86 | body.compact div.loginPanel input { | ||
87 | width: 180px; | ||
88 | } | ||
89 | body.compact ul#directLogins { | ||
90 | background-image: none; | ||
91 | padding: 4px 0px; | ||
92 | } | ||
93 | body.compact ul#directLogins li { | ||
94 | width: auto; | ||
95 | } | ||
96 | body.compact ul#directLogins li.hover { | ||
97 | width: auto; | ||
98 | padding-right: 0px; | ||
99 | } | ||
100 | body.compact div.lockPanel { | ||
101 | color: #999999; | ||
102 | font-size: 10pt; | ||
103 | padding: 10px; | ||
104 | } | ||
105 | div#compactMiscLinks ul { | ||
106 | /* text-align: center;*/ | ||
107 | |||
108 | display: block; | ||
109 | padding-left: 22px; | ||
110 | background-color: #ff9400; | ||
111 | } | ||
112 | div#compactMiscLinks ul li { | ||
113 | display: inline; | ||
114 | padding: 2px 5px; | ||
115 | } | ||
116 | div#compactHeader div#compactMiscLinks ul li a { | ||
117 | font-size: 9pt; | ||
118 | } | ||
119 | div#compactHeader div#compactMiscLinks ul li a:hover { | ||
120 | color: #333366; | ||
121 | } | ||
122 | div#lockBlock { | ||
123 | position: absolute; | ||
124 | right: 10px; | ||
125 | top: 6px; | ||
126 | } | ||
127 | div#lockBlock input { | ||
128 | width: auto; | ||
129 | padding-bottom: 2px; | ||
130 | } | ||
131 | div#lockBlock span { | ||
132 | font-size: 9pt; | ||
133 | padding: 0px 5px 0px 4px; | ||
134 | color: #aaaaaa; | ||
135 | } | ||
136 | div#lockBlock a#lock { | ||
137 | font-size: 9pt; | ||
138 | } | ||
139 | /* @group Donate */ | ||
140 | a#donateHeaderLink { | ||
141 | font-weight: bold; | ||
142 | } | ||
143 | div#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 | ||