~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/scrollview-list/assets/skins/night/scrollview-list-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 .yui3-scrollview {
 
9
    -webkit-tap-highlight-color: rgba(0,0,0,0);
 
10
}
 
11
 
 
12
.yui3-skin-night .yui3-scrollview{
 
13
    color:#fff;    
 
14
    background-color:#000;
 
15
}
 
16
 
 
17
.yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content {
 
18
    /*border:1px solid #303030; If the ScrollView needs a border add it here */
 
19
    border-top:0;
 
20
    background-color:#000;
 
21
    font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
 
22
    color:#fff;
 
23
}
 
24
 
 
25
/* For IE 6/7 - needs a background color (above) to pick up events, and zoom, to fill the UL */
 
26
.yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
 
27
    *zoom:1;
 
28
}
 
29
 
 
30
/* For IE7 - needs zoom, otherwise clipped content is not rendered */
 
31
.yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list {
 
32
    *zoom:1;
 
33
        list-style:none; /*need these since reset is not required*/
 
34
        padding:0; /*need these since reset is not required*/
 
35
        margin:0; /*need these since reset is not required*/
 
36
}
 
37
 
 
38
.yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
 
39
    border-bottom: 1px solid #303030;
 
40
    padding: 15px 20px 16px;
 
41
    font-size: 100%;
 
42
    font-weight: bold;
 
43
    background-color:#151515;
 
44
        cursor:pointer;
 
45
}
 
46
 
 
47
.yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list.selected{
 
48
        background-color:#2C2D2E;
 
49
        background: -moz-linear-gradient(
 
50
                0% 100% 90deg,  
 
51
                #252626 0%, 
 
52
                #333434 100%
 
53
        );
 
54
    background: -webkit-gradient(
 
55
        linear,
 
56
        left top,
 
57
        left bottom,
 
58
        from(#333434),
 
59
        to(#252626)     
 
60
    );
 
61
        border-top:solid 1px #4b4b4b;
 
62
        border-bottom:solid 1px #3e3f3f;
 
63
        margin-top:-1px;
 
64
}