~ubuntu-branches/ubuntu/precise/maas/precise-security

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/build/panel/assets/skins/night/panel-skin.css

Tags: 1.2+bzr1373+dfsg-0ubuntu1~12.04.4
* SECURITY UPDATE: failure to authenticate downloaded content (LP: #1039513)
  - debian/patches/CVE-2013-1058.patch: Authenticate downloaded files with
    GnuPG and MD5SUM files. Thanks to Julian Edwards.
  - CVE-2013-1058
* SECURITY UPDATE: configuration options may be loaded from current working
  directory (LP: #1158425)
  - debian/patches/CVE-2013-1057-1-2.patch: Do not load configuration
    options from the current working directory. Thanks to Julian Edwards.
  - CVE-2013-1057

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.4.1 (build 4118)
3
 
Copyright 2011 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
6
 
*/
7
 
.yui3-skin-night .yui3-panel{
8
 
    color: #FFFFFF;
9
 
    font-family: HelveticaNeue, arial, helvetica, clean, sans-serif;
10
 
}
11
 
 
12
 
.yui3-skin-night .yui3-widget-mask {
13
 
    background-color: black;
14
 
    zoom: 1;
15
 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
16
 
    filter: alpha(opacity=70);
17
 
    opacity: 0.7;
18
 
}
19
 
 
20
 
.yui3-skin-night .yui3-panel-content {
21
 
    background: #6D6E6E;
22
 
    -webkit-box-shadow: 0 0 20px #000;
23
 
    -moz-box-shadow: 0 0 20px #000;
24
 
    box-shadow: 0 0 20px #000;
25
 
    border: 1px solid black;
26
 
    -webkit-border-radius: 7px;
27
 
    -moz-border-radius: 7px;
28
 
    border-radius: 7px;
29
 
}
30
 
.yui3-skin-night .yui3-panel-content .yui3-widget-hd {
31
 
    padding: 11px 57px 11px 22px;   /* Room for close button. */
32
 
    min-height: 17px;               /* For the close button */
33
 
    _height: 17px;                  /* IE6 */
34
 
    -webkit-border-top-left-radius: 7px;
35
 
    -webkit-border-top-right-radius: 7px;
36
 
    -moz-border-radius-topleft: 7px;
37
 
    -moz-border-radius-topright: 7px;
38
 
    border-top-left-radius: 7px;
39
 
    border-top-right-radius: 7px;
40
 
    font-weight: bold;
41
 
    color: white;
42
 
    background-color: #555658;
43
 
        background: -moz-linear-gradient(
44
 
                0% 100% 90deg,
45
 
                #343536 0%,
46
 
                #555658 96%,
47
 
                #3E3F41 100%
48
 
        );
49
 
    background: -webkit-gradient(
50
 
        linear,
51
 
        left bottom,
52
 
        left top,
53
 
        from(#343536),
54
 
        color-stop(0.96, #555658),
55
 
        to(#3E3F41)
56
 
    );
57
 
}
58
 
.yui3-skin-night .yui3-panel-content .yui3-widget-hd .yui3-widget-button-wrapper {
59
 
    padding: 11px;
60
 
}
61
 
.yui3-skin-night .yui3-panel .yui3-panel-content .yui3-widget-bd {
62
 
    padding: 11px 22px 17px;
63
 
}
64
 
.yui3-skin-night .yui3-panel .yui3-panel-content .yui3-widget-ft {
65
 
        /*
66
 
    background: #EDF5FF;
67
 
        padding: 8px;
68
 
    border-radius: 0 0 7px 7px;
69
 
    */
70
 
    background-color: #575858;
71
 
    border-top: 1px solid #494A4A;
72
 
    padding: 17px 22px 20px;
73
 
    text-align: center;
74
 
    -webkit-border-bottom-right-radius: 7px;
75
 
    -webkit-border-bottom-left-radius: 7px;
76
 
    -moz-border-radius-bottomright: 7px;
77
 
    -moz-border-radius-bottomleft: 7px;
78
 
    border-bottom-right-radius: 7px;
79
 
    border-bottom-left-radius: 7px;
80
 
}
81
 
.yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-widget-button-wrapper {
82
 
    /*
83
 
    position: absolute;
84
 
    right: 0.6em;
85
 
    */
86
 
    bottom: 0;
87
 
    display: inline-block;
88
 
    position: relative;
89
 
    right: auto;
90
 
    width: 100%;
91
 
    text-align: center;
92
 
    padding-bottom: 0;
93
 
}
94
 
.yui3-skin-night .yui3-panel-content .yui3-widget-button-wrapper .yui3-button {
95
 
        padding: 2px 8px;
96
 
    margin: 0px 3px;
97
 
        cursor: pointer;
98
 
        text-decoration: none;
99
 
        display: inline-block;
100
 
        zoom: 1;
101
 
        *display: inline;
102
 
        -moz-border-radius: 0.435em;
103
 
        -webkit-border-radius: 0.435em;
104
 
        border-radius: 0.435em;
105
 
}
106
 
 
107
 
/*
108
 
.yui3-skin-night .yui3-panel-content .yui3-widget-ft .yui3-widget-button-wrapper .yui3-button {
109
 
 
110
 
        color: black;
111
 
        border: 1px solid gray;
112
 
    background:#D8D8DA;
113
 
        background: -webkit-gradient( linear, left bottom, left top, from(#D8D8DA), color-stop(0.18, #D8D8DA), color-stop(0.5, #F1F2F2), to(white) );
114
 
        background: -moz-linear-gradient( 0% 100% 90deg, #D8D8DA 18%, #F1F2F2 50%, white 100% );
115
 
}
116
 
*/
117
 
 
118
 
/*
119
 
/***
120
 
    Skin: Night      From Derek's buttons
121
 
***/
122
 
/*
123
 
.yui3-skin-night,
124
 
.yui3-skin-night a,
125
 
.yui3-skin-night button,
126
 
.yui3-skin-night input {
127
 
    color: #fff;
128
 
}
129
 
 
130
 
.yui3-skin-night {
131
 
    background-color: #000;
132
 
}
133
 
 
134
 
.yui3-skin-night .yui3-button-back:before {
135
 
        background: -moz-linear-gradient(
136
 
                0% 100% 45deg,
137
 
                #343536 0%,
138
 
                #555658 96%,
139
 
                #3E3F41 100%
140
 
        );
141
 
    background: -webkit-gradient(
142
 
        linear,
143
 
        left bottom,
144
 
        right top,
145
 
        from(#343536),
146
 
        color-stop(0.96, #555658),
147
 
        to(#3E3F41)
148
 
    );
149
 
    border-color: #0c0c0c;
150
 
}
151
 
*/
152
 
 
153
 
.yui3-skin-night .yui3-button:hover {
154
 
        background-color: #424244;
155
 
    background: -moz-linear-gradient(
156
 
                0% 100% 90deg,
157
 
                #2e2e30 0%,
158
 
                #46474a 96%,
159
 
                #3d3e3f 100%
160
 
        );
161
 
    background: -webkit-gradient(
162
 
        linear,
163
 
        left bottom,
164
 
        left top,
165
 
        from(#2e2e30),
166
 
        color-stop(0.96, #46474a),
167
 
        to(#3d3e3f)
168
 
    );
169
 
}
170
 
 
171
 
.yui3-skin-night .yui3-widget-ft .yui3-button,
172
 
.yui3-skin-night .yui3-widget-ft .yui3-button-disabled:hover {
173
 
/*
174
 
    -moz-box-shadow: 0 1px #222222;
175
 
    -webkit-box-shadow: 0 1px #222222;
176
 
    background: -moz-linear-gradient(
177
 
        0% 100% 90deg,
178
 
        #343536 0%,
179
 
        #555658 96%,
180
 
        #3E3F41 100%
181
 
    );
182
 
    background: -webkit-gradient(
183
 
        linear,
184
 
        left bottom,
185
 
        left top,
186
 
        from(#343536),
187
 
        color-stop(0.96, #555658),
188
 
        to(#3E3F41)
189
 
    );
190
 
    background-color: #555658;
191
 
    border-color: #0c0c0c;
192
 
    box-shadow: 0 1px #222222;
193
 
*/
194
 
    border: 1px solid #1B1C1C;
195
 
    -webkit-border-radius: 6px;
196
 
    -moz-border-radius: 6px;
197
 
    border-radius: 6px;
198
 
    -webkit-box-shadow: 0 1px #677478;
199
 
    -moz-box-shadow: 0 1px #677478;
200
 
    box-shadow: 0 1px #677478;
201
 
    color: #FFFFFF;
202
 
    font-size: 85%;
203
 
    padding: 6px 28px;
204
 
    text-align: center;
205
 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
206
 
    background-color: #555658;
207
 
    background: -moz-linear-gradient(
208
 
        0% 100% 90deg,
209
 
        #242526 0pt,
210
 
        #3B3C3D 96%,
211
 
        #2C2D2F 100%
212
 
    ) repeat scroll 0 0 transparent;
213
 
    background: -webkit-gradient(
214
 
        linear,
215
 
        left bottom,
216
 
        left top,
217
 
        from(#242526),
218
 
        color-stop(0.96, #3B3C3D),
219
 
        to(#2C2D2F)
220
 
    ) repeat scroll 0 0 transparent;
221
 
}
222
 
/*
223
 
.yui3-skin-night .yui3-button-back:hover:before {
224
 
    background: -moz-linear-gradient(
225
 
        0% 100% 45deg,
226
 
        #2e2e30 0%,
227
 
        #46474a 96%,
228
 
        #3d3e3f 100%
229
 
    );
230
 
    background: -webkit-gradient(
231
 
        linear,
232
 
        left bottom,
233
 
        right top,
234
 
        from(#2e2e30),
235
 
        color-stop(0.96, #46474a),
236
 
        to(#3d3e3f)
237
 
    );
238
 
}
239
 
*/
240
 
.yui3-skin-night .yui3-button-selected,
241
 
.yui3-skin-night .yui3-button-selected:hover {
242
 
    background-color: #2B2D2D;
243
 
    background: -moz-linear-gradient(
244
 
        0% 100% 90deg,
245
 
        #242526 0%,
246
 
        #3b3c3d 96%,
247
 
        #2C2D2F 100%
248
 
    );
249
 
    background: -webkit-gradient(
250
 
        linear,
251
 
        left bottom,
252
 
        left top,
253
 
        from(#242526),
254
 
        color-stop(0.96, #3b3c3d),
255
 
        to(#2C2D2F)
256
 
    );
257
 
}
258
 
/*
259
 
.yui3-skin-night .yui3-button-selected.yui3-button-back:before {
260
 
    background: -moz-linear-gradient(
261
 
        0% 100% 45deg,
262
 
        #242526 0%,
263
 
        #3b3c3d 96%,
264
 
        #2C2D2F 100%
265
 
    );
266
 
    background: -webkit-gradient(
267
 
        linear,
268
 
        left bottom,
269
 
        right top,
270
 
        from(#242526),
271
 
        color-stop(0.96, #3b3c3d),
272
 
        to(#2C2D2F)
273
 
    );
274
 
    background-color: #2B2D2D;
275
 
}
276
 
*/
277
 
.yui3-skin-night .yui3-button-disabled {
278
 
    color: #666;
279
 
}