summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/ytheme-aero.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/ytheme-aero.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-aero.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/ytheme-aero.css b/frontend/beta/css/yui-extensions/ytheme-aero.css
index a3087b0..657996a 100644
--- a/frontend/beta/css/yui-extensions/ytheme-aero.css
+++ b/frontend/beta/css/yui-extensions/ytheme-aero.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* Tabs 2* Tabs
28*/ 3*/
29.ytab-wrap, .ylayout-panel .ytabs-top .ytab-wrap { 4.ytab-wrap, .ylayout-panel .ytabs-top .ytab-wrap {
30 background:#deecfd; 5 background:#deecfd;
31 border:1px solid #8db2e3; 6 border:1px solid #8db2e3;
32 padding-bottom:2px; 7 padding-bottom:2px;
33 padding-top:0px; 8 padding-top:0px;
34} 9}
35.ytab-strip-wrap{ 10.ytab-strip-wrap{
36 padding-top:1px; 11 padding-top:1px;
37 background:#cedff5 url(./images/aero/tabs/tab-strip-bg.gif) repeat-x bottom; 12 background:#cedff5 url(./images/aero/tabs/tab-strip-bg.gif) repeat-x bottom;
38 border-bottom:1px solid #8db2e3; 13 border-bottom:1px solid #8db2e3;
39} 14}
40.ytab-strip .ytab-text { 15.ytab-strip .ytab-text {
41 color:#15428b; 16 color:#15428b;
42 font-weight:normal; 17 font-weight:normal;
43} 18}
44.ytab-strip .on .ytab-text { 19.ytab-strip .on .ytab-text {
45 cursor:default; 20 cursor:default;
46 color:#15428b; 21 color:#15428b;
47} 22}
48.ytabs-top .ytab-strip .on .ytab-right { 23.ytabs-top .ytab-strip .on .ytab-right {
49 background: url(./images/aero/tabs/tab-sprite.gif) no-repeat right 0px; 24 background: url(./images/aero/tabs/tab-sprite.gif) no-repeat right 0px;
50} 25}
51.ytabs-top .ytab-strip .on .ytab-left,.ytabs-top .ytab-strip .on a:hover .ytab-left{ 26.ytabs-top .ytab-strip .on .ytab-left,.ytabs-top .ytab-strip .on a:hover .ytab-left{
52 background: url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -100px; 27 background: url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -100px;
53} 28}
54.ytabs-top .ytab-strip .ytab-right { 29.ytabs-top .ytab-strip .ytab-right {
55 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat right -50px; 30 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
56} 31}
57.ytabs-top .ytab-strip .ytab-left { 32.ytabs-top .ytab-strip .ytab-left {
58 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -150px; 33 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -150px;
59} 34}
60.ytabs-top .yui-ext-tabbody { 35.ytabs-top .yui-ext-tabbody {
61 border:1px solid #8db2e3; 36 border:1px solid #8db2e3;
62 border-top:0px none; 37 border-top:0px none;
63} 38}
64.ytabs-bottom .ytab-wrap, .ylayout-panel .ytabs-bottom .ytab-wrap { 39.ytabs-bottom .ytab-wrap, .ylayout-panel .ytabs-bottom .ytab-wrap {
65 background:#deecfd; 40 background:#deecfd;
66 border:1px solid #8db2e3; 41 border:1px solid #8db2e3;
67 padding-top:2px; 42 padding-top:2px;
68 padding-bottom:0px; 43 padding-bottom:0px;
69} 44}
70.ytabs-bottom .ytab-strip-wrap{ 45.ytabs-bottom .ytab-strip-wrap{
71 padding-top:0px; 46 padding-top:0px;
72 padding-bottom:1px; 47 padding-bottom:1px;
73 background:#cedff5 url(./images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top; 48 background:#cedff5 url(./images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top;