~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/toolkit/themes/pinstripe/global/browser.css

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
3
 
 
4
.tabbrowser-tabs {
 
5
  padding-top: 0px;
 
6
  border: none;
 
7
  text-align: center;
 
8
}
 
9
 
 
10
tab:not([selected="true"]) > .tab-image-middle > .tab-icon {
 
11
  /* background: url("chrome://global/skin/inactivetab-icon-black.png") repeat; */
 
12
}
 
13
 
 
14
tab:not([selected="true"]):hover {
 
15
  background: url("chrome://global/skin/10pct_transparent_grey.png") repeat;
 
16
}
 
17
 
 
18
tab:not([selected="true"]) > .tab-image-middle > .tab-icon {
 
19
   -moz-opacity: 0.5;
 
20
}
 
21
 
 
22
tab:not([selected="true"]):hover > .tab-image-middle > .tab-icon {
 
23
   -moz-opacity: 1.0;
 
24
}
 
25
 
 
26
tab:hover > .tab-image-middle > .tab-icon > .tab-extra-status {
 
27
        background: none;
 
28
}
 
29
 
 
30
.tab-icon-image {
 
31
  width: 16px;
 
32
  height: 16px;
 
33
  list-style-image: url("chrome://global/skin/icons/small-globe-sunken.png");
 
34
}
 
35
 
 
36
.tab-icon {
 
37
        padding-top: 1px;
 
38
}
 
39
 
 
40
.tab-text {
 
41
        font: icon;
 
42
        padding-top: 1px;
 
43
}
 
44
 
 
45
 
 
46
 
 
47
tab[busy] > .tab-icon-image, tab[busy] > .tab-image-middle > .tab-icon > .tab-icon-image {
 
48
 list-style-image: url("chrome://global/skin/icons/loading_16_grey.gif") !important; 
 
49
}
 
50
 
 
51
tab {
 
52
  -moz-binding: url("chrome://global/skin/globalBindings.xml#tab") !important;
 
53
  -moz-appearance: none;
 
54
  color: #383838;
 
55
  -moz-box-pack: center;
 
56
  margin: 0px 0px 3px 0px;
 
57
  padding: 0px;
 
58
  border: none !important;
 
59
  height: 22px !important;
 
60
}
 
61
 
 
62
tab[selected="true"], tab:hover {
 
63
        color: #000000;
 
64
}
 
65
 
 
66
tab[first-tab="true"] > .tab-image-left {
 
67
        margin-left: 3px !important;
 
68
}
 
69
 
 
70
.tab-image-left, .tab-image-right {
 
71
        width: 8px;
 
72
        margin: 0px;
 
73
        padding: 0px;
 
74
}
 
75
 
 
76
tab:not([selected="true"]) > .tab-image-right {
 
77
        background: url("chrome://global/skin/inactivetab-right.png") no-repeat;
 
78
}
 
79
 
 
80
tab[selected="true"] > .tab-image-right {
 
81
        background: url("chrome://global/skin/activetab-right.png") no-repeat;
 
82
}
 
83
 
 
84
tab[selected="true"] > .tab-image-left {
 
85
        background: url("chrome://global/skin/activetab-left.png") no-repeat;
 
86
}
 
87
 
 
88
tab[selected="true"] > .tab-image-middle {
 
89
        background: url("chrome://global/skin/activetab-middle.png") repeat-x;
 
90
}
 
91
 
 
92
 
 
93
tab[beforeselected="true"] > .tab-image-right {
 
94
        background: none !important;
 
95
}
 
96
 
 
97
tab:not([selected="true"]) > .tab-image-middle > .tab-icon > .tab-icon-image  {
 
98
        list-style-image: url("chrome://global/skin/icons/small-globe-sunken-grey.png");
 
99
}
 
100
 
 
101
/* ::::: close button ::::: */
 
102
 
 
103
.tabs-closebutton {
 
104
  padding: 0px 4px 2px 0px;
 
105
  margin: 0px;
 
106
  list-style-image: url("chrome://global/skin/icons/closetab.png") !important;
 
107
  border: none !important;
 
108
}
 
109
.tabs-closebutton:hover {
 
110
        border: none !important;
 
111
}
 
112
 
 
113
.tabs-closebutton:hover:active {
 
114
        list-style-image: url("chrome://global/skin/icons/closetab-active.png") !important;
 
115
        border: none !important;
 
116
 
 
117
}
 
118
 
 
119
.tabbrowser-strip {
 
120
        -moz-box-orient: vertical !important;
 
121
}
 
122
.tabbrowser-tabs {
 
123
padding: 0px;
 
124
margin: 0px;
 
125
-moz-box-pack: center;
 
126
-moz-box-align: center;
 
127
background: url("chrome://global/skin/10pct_transparent_pixel.png") repeat;
 
128
 
 
129
}
 
130
 
 
131
 
 
132
.tabbrowser-strip {
 
133
        -moz-appearance: dialog;
 
134
}
 
135
 
 
136
.tab-image-right, .tab-image-left {
 
137
        height: 18px !important;
 
138
}
 
139
 
 
140
.tabbrowser-tab {
 
141
        min-width: 1px !important;
 
142
}
 
143
 
 
144
.tabs-bottom {
 
145
        border: none;
 
146
        height: 4px !important;
 
147
        background: url("chrome://global/skin/tabs-bottom-bg.png") repeat !important;
 
148
        margin: 0px !important;
 
149
 
 
150
}
 
151
 
 
152
tabbrowser > tabbox > tabpanels {
 
153
        -moz-appearance: none !important;
 
154
}
 
 
b'\\ No newline at end of file'