~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/dial/assets/skins/night/dial-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-dial {    
 
9
        color:#fff;
 
10
}
 
11
 
 
12
.yui3-skin-night .yui3-dial-handle{ /*container. top left corner used for trig positioning*/
 
13
        background:#439EDE;
 
14
        opacity:0.3;
 
15
        -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset;
 
16
        -webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset; /*Chrome 7/Win bug*/
 
17
        box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset;
 
18
        cursor:pointer;
 
19
        font-size:1px;
 
20
}
 
21
.yui3-skin-night .yui3-dial-ring {
 
22
    background:#595B5B;
 
23
        background:-moz-linear-gradient(0% 100% 315deg, #5E6060, #2D2E2F);
 
24
        background:-webkit-gradient(linear, 50% 0%, 100% 100%, from(#636666), to(#424344));
 
25
        -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.7) inset;
 
26
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) inset; /*Chrome 7/Win bug*/
 
27
        box-shadow:1px 1px 5px rgba(0, 0, 0, 0.4) inset;
 
28
}
 
29
.yui3-skin-night .yui3-dial-center-button{
 
30
        -moz-box-shadow:-1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5);
 
31
        -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5); /*Chrome 7/Win bug*/
 
32
        box-shadow:-1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5);
 
33
    background:#DDDBD4;
 
34
        background:-moz-radial-gradient(
 
35
                30% 30% 0deg, 
 
36
                circle farthest-side, 
 
37
                #999C9C 24%, 
 
38
                #898989 41%, 
 
39
                #535555 87%) 
 
40
                repeat scroll 0 0 transparent;
 
41
        background:-webkit-gradient(
 
42
                radial, 15 15, 15, 30 30, 40, 
 
43
                from(#999C9C), 
 
44
                to(#535555), 
 
45
                color-stop(.2,#898989));
 
46
        cursor:pointer;
 
47
        opacity:0.7;
 
48
        /*text-align:center;*/
 
49
}
 
50
.yui3-skin-night .yui3-dial-reset-string{
 
51
        color:#fff;
 
52
        font-size:72%;
 
53
        text-decoration:none;
 
54
}
 
55
.yui3-skin-night .yui3-dial-label{
 
56
        color:#CBCBCB;
 
57
        margin-bottom:0.8em;
 
58
}
 
59
.yui3-skin-night .yui3-dial-value-string{
 
60
        margin-left:0.5em;
 
61
        color:#DCDCDC;
 
62
        font-size:130%;
 
63
}
 
64
.yui3-skin-night .yui3-dial-value {
 
65
        visibility:hidden;
 
66
        position:absolute;
 
67
        top:0;
 
68
        left:102%;
 
69
        width:4em;
 
70
}
 
71
.yui3-skin-night .yui3-dial-north-mark{
 
72
        position:absolute;
 
73
        border-left:2px solid #434343;
 
74
        height:5px;
 
75
        left:50%;
 
76
        top:-7px;
 
77
        font-size:1px;  
 
78
}
 
79
.yui3-skin-night .yui3-dial-marker { 
 
80
        background-color:#A0D8FF;
 
81
        opacity:0.2;
 
82
        font-size:1px;
 
83
}
 
84
.yui3-skin-night .yui3-dial-marker-max-min{
 
85
        background-color:#FF0404;
 
86
        opacity:0.6;
 
87
}
 
88
.yui3-skin-night .yui3-dial-ring-vml,
 
89
.yui3-skin-night .yui3-dial-center-button-vml,
 
90
.yui3-skin-night .yui3-dial-marker v\:oval.yui3-dial-marker-max-min,
 
91
.yui3-skin-night v\:oval.yui3-dial-marker-max-min,
 
92
.yui3-skin-night .yui3-dial-marker-vml,
 
93
.yui3-skin-night .yui3-dial-handle-vml {
 
94
    background: none;
 
95
    opacity:1;
 
96
}
 
 
b'\\ No newline at end of file'