~ubuntu-branches/ubuntu/maverick/all-in-one-sidebar/maverick-security

« back to all changes in this revision

Viewing changes to chrome/aios.jar!/skin/aios_theme_winnt.css

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-21 00:17:45 UTC
  • mfrom: (1.1.3 upstream) (0.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100121001745-4e8az0qgqeyf0gan
Tags: 0.7.11-1
* New upstream release.
* Remove trailing spaces.
* Add myself to Uploaders.
* Remove MOZ_XPI_BUILD_COMMAND, it's the default.
* Bump debian/compat to 7.
* Drop unused build dependency zip.
* Rename package from all-in-one-sidebar to xul-ext-all-in-one-sidebar.
* Update Vcs links to new location.
* Update Andrea Veri's email address.
* Remove unused enty from debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/*
 
3
        Properties for default Firefox theme on Win XP/Vista (Luna, Royale, Zune)
 
4
                dynamically loaded in aios.js => aios_initSidebar()
 
5
*/
 
6
 
 
7
/*
 
8
        BROWSER
 
9
*/
 
10
window:-moz-system-metric(windows-default-theme) #browser {
 
11
    border-top: 1px solid ActiveBorder;
 
12
}
 
13
 
 
14
 
 
15
/**
 
16
        SIDEBAR SWITCH
 
17
*/
 
18
window[aiosOrient="left"]:-moz-system-metric(windows-default-theme) #aios-toggle-toolbar {
 
19
    border-right: 1px solid ActiveBorder;
 
20
}
 
21
 
 
22
window[aiosOrient="right"]:-moz-system-metric(windows-default-theme) #aios-toggle-toolbar {
 
23
    border-left: 1px solid ActiveBorder;
 
24
}
 
25
 
 
26
 
 
27
/**
 
28
        AiOS-TOOLBAR
 
29
*/
 
30
/* Toolbar links neben der Sidebar */
 
31
window:-moz-system-metric(windows-default-theme) #aios-toolbar[posMode="1"] {
 
32
    border-right: 1px solid ActiveBorder;
 
33
}
 
34
 
 
35
window[aiosOpen="false"][aiosOrient="right"]:-moz-system-metric(windows-default-theme) #aios-toolbar[posMode="1"] {
 
36
    border-left: 1px solid ActiveBorder;
 
37
}
 
38
 
 
39
/* Toolbar rechts neben der Sidebar */
 
40
window:-moz-system-metric(windows-default-theme) #aios-toolbar[posMode="2"] {
 
41
    border-left: 1px solid ActiveBorder;
 
42
}
 
43
 
 
44
window[aiosOpen="false"]:-moz-system-metric(windows-default-theme) #aios-toolbar[posMode="2"] {
 
45
    border-left: none;
 
46
    border-right: 1px solid ActiveBorder;
 
47
}
 
48
 
 
49
window[aiosOpen="false"][aiosOrient="right"]:-moz-system-metric(windows-default-theme) #aios-toolbar[posMode="2"] {
 
50
    border-left: 1px solid ActiveBorder;
 
51
    border-right: none;
 
52
}
 
53
 
 
54
/* Toolbar über der Sidebar */
 
55
window:-moz-system-metric(windows-default-theme) #aios-toolbar[posMode="3"] {
 
56
    border-top: 1px solid ButtonHighlight;
 
57
    border-bottom: 1px solid ActiveBorder;
 
58
}
 
59
 
 
60
/* Toolbar unter der Sidebar-Kopfleiste */
 
61
window:-moz-system-metric(windows-default-theme) #aios-toolbar[posMode="4"] {
 
62
    border-top: 1px solid ButtonHighlight !important;
 
63
    border-bottom: 1px solid ActiveBorder;
 
64
}
 
65
 
 
66
/* Toolbar unter der Sidebar */
 
67
window:-moz-system-metric(windows-default-theme) #aios-toolbar[posMode="5"] {
 
68
    border-top: 1px solid ThreedHighlight;
 
69
}
 
70
 
 
71
/* Toolbarseparator auf der Toolbar und im Konfigurationsmodus
 
72
toolbar[orient="vertical"]:-moz-system-metric(windows-default-theme) toolbarseparator,
 
73
toolbar[orient="vertical"]:-moz-system-metric(windows-default-theme) toolbarpaletteitem[id^="wrapper-separator"] {
 
74
        border-top: 1px solid ActiveBorder;
 
75
}*/
 
76
 
 
77
 
 
78
/**
 
79
        SIDEBAR
 
80
*/
 
81
window:-moz-system-metric(windows-default-theme) #aios-sidebardivider-1,
 
82
window:-moz-system-metric(windows-default-theme) #aios-sidebardivider-3 {
 
83
    border-top: 1px solid ThreedHighlight;
 
84
}
 
85
 
 
86
window:-moz-system-metric(windows-default-theme) #aios-sidebardivider-2,
 
87
window:-moz-system-metric(windows-default-theme) #aios-sidebardivider-4 {
 
88
    border-top: 1px solid ActiveBorder;
 
89
}
 
90
 
 
91
 
 
92
/*
 
93
        SIDEBAR-SPLITTER
 
94
*/
 
95
window:-moz-system-metric(windows-default-theme) #sidebar-splitter[orient="horizontal"] hbox,
 
96
window[aiosOpen="false"][aiosOrient="right"]:-moz-system-metric(windows-default-theme) #sidebar-splitter[orient="horizontal"] hbox {
 
97
    border-left: 1px solid ActiveBorder;
 
98
}
 
 
b'\\ No newline at end of file'