~michael.nelson/ubuntu-webcatalog/1267731-import-sca-apps-error

« back to all changes in this revision

Viewing changes to src/webcatalog/static/yui/3.10.3/build/overlay/assets/skins/night/overlay-skin.css

  • Committer: Tarmac
  • Author(s): Stephen Stewart
  • Date: 2013-06-26 09:19:32 UTC
  • mfrom: (184.1.4 ubuntu-global-nav)
  • Revision ID: tarmac-20130626091932-8urtuli368k8p7ds
[r=beuno,jonas-drange] add ubuntu global nav to apps.ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
YUI 3.10.3 (build 2fb5187)
 
3
Copyright 2013 Yahoo! Inc. All rights reserved.
 
4
Licensed under the BSD License.
 
5
http://yuilibrary.com/license/
 
6
*/
 
7
 
 
8
.yui3-skin-night{    
 
9
        background-color:#000;
 
10
    font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
 
11
        color:#fff;
 
12
}
 
13
 
 
14
.yui3-skin-night .yui3-overlay-content ul, ol, li {
 
15
    margin: 0;
 
16
    padding: 0;
 
17
        list-style:none;
 
18
        zoom:1;
 
19
}
 
20
.yui3-skin-night .yui3-overlay-content li{
 
21
        *float:left;
 
22
}
 
23
.yui3-skin-night .yui3-overlay-content {
 
24
    background-color:#6d6e6e;
 
25
        -moz-box-shadow:0 0 17px rgba(0,0,0,0.58);
 
26
        -webkit-box-shadow:0 0 17px rgba(0,0,0,0.58);
 
27
        box-shadow:0 0 17px rgba(0,0,0,0.58);
 
28
    -moz-border-radius:7px;
 
29
    -webkit-border-radius:7px;
 
30
    border-radius:7px;
 
31
}
 
32
 
 
33
.yui3-skin-night .yui3-overlay-content .yui3-widget-hd {
 
34
    background-color:#6d6e6e;
 
35
    -moz-border-radius:7px 7px 0 0;
 
36
    -webkit-border-radius:7px 7px 0 0;
 
37
    border-radius:7px 7px 0 0;
 
38
        color: #fff;
 
39
 
 
40
    margin:0;
 
41
        padding:20px 22px 0;
 
42
        font-size:147%;
 
43
}
 
44
 
 
45
 
 
46
/*** background of bd and ft ***/
 
47
.yui3-skin-night .yui3-overlay-content .yui3-widget-bd {
 
48
        padding:11px 22px 17px;
 
49
        font-size:92%;
 
50
        /*margin-bottom:-1px;  this was needed on ipad to close gap between ft and bd*/
 
51
}
 
52
.yui3-skin-night .yui3-overlay .yui3-widget-bd li{
 
53
        margin: 0.04em;
 
54
}
 
55
/*.yui3-skin-night .yui3-widget-bd li:last-child{
 
56
        margin-bottom:0.4em;
 
57
}*/
 
58
.yui3-skin-night .yui3-overlay-content .yui3-widget-ft{
 
59
        background-color:#575858;
 
60
        border-top:solid 1px #494a4a;
 
61
        -moz-border-radius:0 0 7px 7px;
 
62
        -webkit-border-radius:0 0 7px 7px;
 
63
        border-radius:0 0 7px 7px;
 
64
        padding:17px 25px 20px;
 
65
        text-align:center;
 
66
        /*font-size:92%;*/
 
67
}
 
68
/* For Buttons */
 
69
 
 
70
.yui3-skin-night .yui3-overlay-content .yui3-widget-ft li {
 
71
        margin:3px;
 
72
        display:inline-block;
 
73
}
 
74
.yui3-skin-night .yui3-overlay-content .yui3-widget-ft li a{
 
75
        border:solid 1px #1B1C1C;
 
76
        border-radius: 6px;
 
77
 
 
78
        -moz-box-shadow: 0 1px #677478; 
 
79
        -webkit-box-shadow: 0 1px #677478;
 
80
        box-shadow: 0 1px #677478; 
 
81
 
 
82
    text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
 
83
        font-size:85%;
 
84
        text-align:center;
 
85
        color: #fff;
 
86
        padding: 6px 28px;
 
87
        background-color:#2B2D2D;
 
88
        background: -moz-linear-gradient(
 
89
                0% 100% 90deg, 
 
90
                #242526 0%, 
 
91
                #3b3c3d 96%,
 
92
                #2C2D2F 100%
 
93
        );
 
94
    background: -webkit-gradient(
 
95
        linear,
 
96
        left bottom,
 
97
        left top,
 
98
        from(#242526),
 
99
        color-stop(0.96, #3b3c3d),
 
100
        to(#2C2D2F)     
 
101
    );
 
102
}
 
103
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:first-child {
 
104
        margin-left:0;
 
105
}
 
106
 
 
107
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child {
 
108
        margin-right:0;
 
109
}
 
110
 
 
111
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child a {
 
112
        border:solid 1px #520E00;
 
113
        -moz-box-shadow: 0 1px #7D5D57; 
 
114
        -webkit-box-shadow: 0 1px #7D5D57;
 
115
        box-shadow: 0 1px #7D5D57; 
 
116
        background-color:#901704;
 
117
        background: -moz-linear-gradient(
 
118
        100% 0% 270deg,
 
119
        #ab1c0b, 
 
120
        #7b1400
 
121
        );
 
122
    background: -webkit-gradient(
 
123
        linear,
 
124
        left top,
 
125
        left bottom,
 
126
        from(#ab1c0b),
 
127
        to(#7b1400)     
 
128
    );
 
129
        margin-right: 0;
 
130
}
 
131
 
 
132
 
 
133
/*
 
134
.yui3-skin-night .yui3-overlay .yui3-widget-ft li{
 
135
        display:inline-block;
 
136
        -moz-border-radius:6px;
 
137
        -webkit-border-radius:6px;
 
138
        border-radius:6px;
 
139
        background-color:#252525;
 
140
        background: -moz-linear-gradient(
 
141
        100% 0% 270deg,
 
142
        #3f3f3f, 
 
143
        #0e0e0e
 
144
        );
 
145
        background: -webkit-gradient(
 
146
        linear,
 
147
        left top,
 
148
        left bottom,
 
149
        from(#3f3f3f),
 
150
        to(#0e0e0e)     
 
151
    );
 
152
 
 
153
        line-height:32px;
 
154
        width:100px;
 
155
        margin:0px 5px 0px 5px;
 
156
}
 
157
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:first-child {
 
158
        margin-left:0px;
 
159
}
 
160
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child {
 
161
        background-color:#901704;
 
162
        background: -moz-linear-gradient(
 
163
        100% 0% 270deg,
 
164
        #ab1c0b, 
 
165
        #7b1400
 
166
        );
 
167
    background: -webkit-gradient(
 
168
        linear,
 
169
        left top,
 
170
        left bottom,
 
171
        from(#ab1c0b),
 
172
        to(#7b1400)     
 
173
    );
 
174
        margin-right: 0px;
 
175
}
 
176
*/
 
177
#yui3-widget-mask{
 
178
        background-color:#000;
 
179
        opacity:0.5;
 
180
}