summaryrefslogtreecommitdiff
path: root/frontend/gamma/tests/tests/Bookmarklet/Bookmarklet.css
Unidiff
Diffstat (limited to 'frontend/gamma/tests/tests/Bookmarklet/Bookmarklet.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/gamma/tests/tests/Bookmarklet/Bookmarklet.css201
1 files changed, 201 insertions, 0 deletions
diff --git a/frontend/gamma/tests/tests/Bookmarklet/Bookmarklet.css b/frontend/gamma/tests/tests/Bookmarklet/Bookmarklet.css
new file mode 100644
index 0000000..3847475
--- a/dev/null
+++ b/frontend/gamma/tests/tests/Bookmarklet/Bookmarklet.css
@@ -0,0 +1,201 @@
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
30 http://localhost:8000/tests/js/tests/Bookmarklet/Bookmarklet.css
31 http://www.clipperz.com/files/clipperz.com/bookmarklet/0.3.0/Bookmarklet.css
32*/
33
34div#clipperzBookmarklet {
35 margin: 0;
36 padding: 0;
37 border: 0;
38 outline: 0;
39 font-size: 100%;
40 vertical-align: baseline;
41 background: transparent;
42
43 position: absolute;
44 top: 80px;
45 left: 100px;
46 width: 202px;
47 height: 202px;
48 background: url(./background.png) no-repeat;
49}
50
51div#clipperzBookmarklet div#clipperzBookmarkletClose {
52 margin: 0;
53 padding: 0;
54 border: 0;
55 outline: 0;
56 font-size: 100%;
57 vertical-align: baseline;
58 background: transparent;
59
60 position: absolute;
61 left: 168px;
62 top: 5px;
63 width: 25px;
64 height: 25px;
65 background: url(./close.png) no-repeat;
66}
67
68div#clipperzBookmarklet div#clipperzBookmarkletClose:hover {
69 background: url(./close_selected.png) no-repeat;
70 cursor: pointer;
71}
72
73div#clipperzBookmarklet div#clipperzBookmarkletResult {
74 margin: 0;
75 padding: 0;
76 border: 0;
77 outline: 0;
78 font-size: 100%;
79 vertical-align: baseline;
80 background: transparent;
81
82 position: absolute;
83 width: 145px;
84 top: 61px;
85 left: 27px;
86 height: 63px;
87 overflow: hidden;
88}
89
90div#clipperzBookmarklet div#clipperzBookmarkletResultIcon {
91 margin: 0;
92 padding: 0;
93 border: 0;
94 outline: 0;
95 font-size: 100%;
96 vertical-align: baseline;
97
98 width: 28px;
99 height: 35px;
100 position: absolute;
101}
102
103div#clipperzBookmarklet div#clipperzBookmarkletResultIcon.ok {
104 background: transparent url(./info.png);
105}
106
107div#clipperzBookmarklet div#clipperzBookmarkletResultIcon.fail {
108 background: transparent url(./error.png);
109}
110
111div#clipperzBookmarklet div#clipperzBookmarkletResult p {
112 margin: 0;
113 padding: 0;
114 border: 0;
115 outline: 0;
116 font-size: 100%;
117 vertical-align: baseline;
118 background: transparent;
119
120 font-family: Helvetica, Arial, Geneva, sans-serif;
121 color: #898e7d;
122 font-size: 14px;
123 margin-left: 35px;
124}
125
126div#clipperzBookmarklet div#clipperzBookmarletButton {
127 margin: 0;
128 padding: 0;
129 border: 0;
130 outline: 0;
131 font-size: 100%;
132 vertical-align: baseline;
133 background: transparent;
134
135 position: absolute;
136 top: 125px;
137 left: 26px;
138 width: 148px;
139 height: 49px;
140 background: url(./copy.png) no-repeat;
141}
142
143div#clipperzBookmarklet div#clipperzBookmarletButton span {
144 margin: 0;
145 padding: 0;
146 border: 0;
147 outline: 0;
148 font-size: 100%;
149 vertical-align: baseline;
150 background: transparent;
151
152 display: block;
153 font-family: Helvetica, Arial, Geneva, sans-serif;
154 font-weight: bold;
155 font-size: 14pt;
156 padding-left: 60px;
157 padding-top: 12px;
158 color: #838975;
159}
160
161div#clipperzBookmarklet div#clipperzBookmarletButton.hover {
162 background: url(./copy_selected.png) no-repeat;
163}
164
165
166div#clipperzBookmarklet div#clipperzBookmarletAfterCopyHint.hidden {
167 display: none;
168}
169
170
171div#clipperzBookmarklet div#clipperzBookmarletAfterCopyHint {
172 margin: 0;
173 padding: 0;
174 border: 0;
175 outline: 0;
176 font-size: 100%;
177 vertical-align: baseline;
178 background: transparent;
179
180 position: absolute;
181 top: 78px;
182 left: 135px;
183 width: 171px;
184 height: 72px;
185 background: url(./hint.png) no-repeat;
186}
187
188div#clipperzBookmarklet div#clipperzBookmarletAfterCopyHint p {
189 margin: 0;
190 padding: 0;
191 border: 0;
192 outline: 0;
193 font-size: 100%;
194 vertical-align: baseline;
195 background: transparent;
196
197 padding: 10px;
198 font-family: Helvetica, Arial, Geneva, sans-serif;
199 color: white;
200 font-size: 13px;
201} \ No newline at end of file