summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/ytheme-gray.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/ytheme-gray.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-gray.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/ytheme-gray.css b/frontend/beta/css/yui-extensions/ytheme-gray.css
index 22538e3..765e181 100644
--- a/frontend/beta/css/yui-extensions/ytheme-gray.css
+++ b/frontend/beta/css/yui-extensions/ytheme-gray.css
@@ -1,73 +1,48 @@
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/** 1/**
27* Basic-Dialog 2* Basic-Dialog
28*/ 3*/
29.ydlg-proxy { 4.ydlg-proxy {
30 background-image: url(./images/gray/layout/gradient-bg.gif); 5 background-image: url(./images/gray/layout/gradient-bg.gif);
31 background-color:#EAE8D5; 6 background-color:#EAE8D5;
32 border:1px solid #b3b6b0; 7 border:1px solid #b3b6b0;
33} 8}
34.ydlg-shadow{ 9.ydlg-shadow{
35 background:#aaaaaa; 10 background:#aaaaaa;
36} 11}
37.ydlg-proxy .tabset{ 12.ydlg-proxy .tabset{
38 background:url(./images/gray/layout/gradient-bg.gif); 13 background:url(./images/gray/layout/gradient-bg.gif);
39} 14}
40.ydlg .ydlg-hd { 15.ydlg .ydlg-hd {
41 background: url(./images/gray/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 16 background: url(./images/gray/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
42 background-color:#333333; 17 background-color:#333333;
43} 18}
44.ydlg .ydlg-hd-left { 19.ydlg .ydlg-hd-left {
45 background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 20 background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
46} 21}
47.ydlg .ydlg-hd-right { 22.ydlg .ydlg-hd-right {
48 background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0px; 23 background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0px;
49} 24}
50.ydlg .ydlg-dlg-body{ 25.ydlg .ydlg-dlg-body{
51 background:#efefec; 26 background:#efefec;
52 border:1px solid #b3b6b0; 27 border:1px solid #b3b6b0;
53 border-top:0px none; 28 border-top:0px none;
54} 29}
55.ydlg .ytabs-top .yui-ext-tabbody{ 30.ydlg .ytabs-top .yui-ext-tabbody{
56 border:1px solid #b3b6b0; 31 border:1px solid #b3b6b0;
57 border-top:0px none; 32 border-top:0px none;
58} 33}
59.ydlg .ytabs-bottom .yui-ext-tabbody{ 34.ydlg .ytabs-bottom .yui-ext-tabbody{
60 border:1px solid #b3b6b0; 35 border:1px solid #b3b6b0;
61 border-bottom:0px none; 36 border-bottom:0px none;
62} 37}
63.ydlg .ylayout-container .yui-ext-tabbody{ 38.ydlg .ylayout-container .yui-ext-tabbody{
64 border:0px none; 39 border:0px none;
65} 40}
66.ydlg .ydlg-close { 41.ydlg .ydlg-close {
67 background-image:url(./images/gray/basic-dialog/close.gif); 42 background-image:url(./images/gray/basic-dialog/close.gif);
68} 43}
69.ydlg div.yresizable-handle-east{ 44.ydlg div.yresizable-handle-east{
70 background-image:url(./images/gray/basic-dialog/e-handle.gif); 45 background-image:url(./images/gray/basic-dialog/e-handle.gif);
71 border:0px none; 46 border:0px none;
72} 47}
73.ydlg div.yresizable-handle-south{ 48.ydlg div.yresizable-handle-south{