summaryrefslogtreecommitdiff
path: root/frontend/beta/css/clipperz/compact.css
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2011-10-02 23:56:18 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2011-10-02 23:56:18 (UTC)
commitef68436ac04da078ffdcacd7e1f785473a303d45 (patch) (unidiff)
treec403752d66a2c4775f00affd4fa8431b29c5b68c /frontend/beta/css/clipperz/compact.css
parent597ecfbc0249d83e1b856cbd558340c01237a360 (diff)
downloadclipperz-ef68436ac04da078ffdcacd7e1f785473a303d45.zip
clipperz-ef68436ac04da078ffdcacd7e1f785473a303d45.tar.gz
clipperz-ef68436ac04da078ffdcacd7e1f785473a303d45.tar.bz2
First version of the newly restructured repository
Diffstat (limited to 'frontend/beta/css/clipperz/compact.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/clipperz/compact.css162
1 files changed, 162 insertions, 0 deletions
diff --git a/frontend/beta/css/clipperz/compact.css b/frontend/beta/css/clipperz/compact.css
new file mode 100644
index 0000000..7c9252a
--- a/dev/null
+++ b/frontend/beta/css/clipperz/compact.css
@@ -0,0 +1,162 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz's Javascript Crypto Library.
6Javascript Crypto Library provides web developers with an extensive
7and efficient set of cryptographic functions. The library aims to
8obtain maximum execution speed while preserving modularity and
9reusability.
10For further information about its features and functionalities please
11refer to http://www.clipperz.com
12
13* Javascript Crypto Library is free software: you can redistribute
14 it and/or modify it under the terms of the GNU Affero General Public
15 License as published by the Free Software Foundation, either version
16 3 of the License, or (at your option) any later version.
17
18* Javascript Crypto Library is distributed in the hope that it will
19 be useful, but WITHOUT ANY WARRANTY; without even the implied
20 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21 See the GNU Affero General Public License for more details.
22
23* You should have received a copy of the GNU Affero General Public
24 License along with Javascript Crypto Library. If not, see
25 <http://www.gnu.org/licenses/>.
26
27*/
28
29/* @override https://www.example.com/css/compact.css */
30
31body.compact div#mainDiv {
32/*
33 width: 250px;
34 height: 95%;
35 border: 1px solid #333366;
36*/
37 padding: 0px;
38}
39
40body.compact div#compactHeader {
41 background-color: #333366;
42}
43
44body.compact div#compactHeader img {
45 padding: 2px 20px 2px 4px;
46 width: 60;
47}
48
49body.compact div#compactHeader a {
50 color: white;
51 text-decoration: none;
52 font-size: 10pt;
53 /*position: absolute; */
54 right: 10px;
55 top: 6px;
56}
57
58body.compact div#compactHeader a:hover {
59 color: #ff9400;
60}
61
62body.compact h4 {
63 color: #999999;
64 text-align: center;
65 padding: 20px;
66 font-weight: normal;
67 font-size: 12pt;
68 font-style: italic;
69}
70
71body.compact div.loginPanel form {
72 padding: 10px;
73}
74
75body.compact div.loginPanel dt {
76 color: #aaaaaa;
77 font-size: 10pt;
78}
79
80body.compact div.loginPanel input {
81 width: 180px;
82}
83
84body.compact ul#directLogins {
85 background-image: none;
86 padding: 4px 0px;
87}
88
89body.compact ul#directLogins li {
90 width:auto;
91}
92
93body.compact ul#directLogins li.hover {
94 width:auto;
95 padding-right: 0px;
96}
97
98body.compact div.lockPanel {
99 color: #999999;
100 font-size: 10pt;
101 padding: 10px;
102}
103
104div#compactMiscLinks ul {
105 /* text-align: center;*/
106 display: block;
107 padding-left: 22px;
108 background-color: #ff9400;
109}
110
111div#compactMiscLinks ul li {
112 display: inline;
113 padding: 2px 5px;
114}
115
116div#compactHeader div#compactMiscLinks ul li a {
117 font-size: 9pt;
118}
119
120div#compactHeader div#compactMiscLinks ul li a:hover {
121 color: #333366;
122}
123
124div#lockBlock {
125 position: absolute;
126 right: 10px;
127 top: 6px;
128}
129
130div#lockBlock input {
131 width: auto;
132 padding-bottom: 2px;
133}
134
135div#lockBlock span {
136 font-size: 9pt;
137 padding: 0px 5px 0px 4px;
138 color: #aaaaaa;
139}
140
141div#lockBlock a#lock {
142 font-size: 9pt;
143}
144
145/* @group Donate */
146
147a#donateHeaderLink {
148 font-weight: bold;
149}
150
151div#compactMiscLinks a#donateHeaderIconLink img#donateHeaderLinkIcon {
152 display: inline;
153 position: absolute;
154 top: 22px;
155 left: 1px;
156 width: 12px;
157 height: 12px;
158}
159
160
161
162/* @end */ \ No newline at end of file