~ubuntu-branches/ubuntu/karmic/all-in-one-sidebar/karmic

« back to all changes in this revision

Viewing changes to skin/aios_grippies.css

  • Committer: Bazaar Package Importer
  • Author(s): Sveinung Kvilhaugsvik
  • Date: 2009-08-04 19:25:10 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20090804192510-gdweop5gso1fw9tm
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
grippy + grippy {
 
3
        display: none;
 
4
}
 
5
 
 
6
grippy {
 
7
        -moz-binding: url("chrome://aios/content/aios.xml#aiosGrippy");
 
8
        cursor: pointer;
 
9
        background: transparent none no-repeat center;
 
10
        
 
11
        visibility: visible !important;                                         /* EZ Sidebar-Fix */
 
12
}
 
13
 
 
14
/* Themes-Fix 
 
15
grippy {
 
16
        margin: 0px !important;
 
17
        padding: 0px !important;
 
18
        border: none !important;
 
19
}*/
 
20
 
 
21
#sidebar-splitter[orient="horizontal"] grippy {
 
22
        min-width: 5px;
 
23
        min-height: 119px;
 
24
}
 
25
 
 
26
grippy:hover {
 
27
        background-color: #C1D2EE;
 
28
}
 
29
 
 
30
#sidebar-splitter grippy:hover {
 
31
        /*background-color: #EEC1E8;*/
 
32
        background-color: #F1D4BB;
 
33
}
 
34
 
 
35
 
 
36
/*
 
37
        Sidebar links 
 
38
*/
 
39
#sidebar-splitter[orient="horizontal"] grippy,
 
40
#aios-toggle-toolbox grippy {
 
41
        background-image: url(images/grippy-lft.gif);
 
42
}
 
43
 
 
44
*[aiosOpen="false"] #sidebar-splitter[orient="horizontal"] grippy,
 
45
*[aiosOpen="false"] #aios-toggle-toolbox grippy {
 
46
        background-image: url(images/grippy-rgt.gif);
 
47
}
 
48
 
 
49
 
 
50
/*
 
51
        Sidebar rechts 
 
52
*/
 
53
window[aiosOrient="right"] #sidebar-splitter[orient="horizontal"] grippy,
 
54
window[aiosOrient="right"] #aios-toggle-toolbox grippy {
 
55
        background-image: url(images/grippy-rgt.gif);
 
56
}
 
57
 
 
58
window[aiosOrient="right"][aiosOpen="false"] #sidebar-splitter[orient="horizontal"] grippy,
 
59
window[aiosOrient="right"][aiosOpen="false"] #aios-toggle-toolbox grippy {
 
60
        background-image: url(images/grippy-lft.gif);
 
61
}
 
 
b'\\ No newline at end of file'