Project

General

Profile

Download (1.84 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / client-admin / res / css / animated-dataview.css @ master

1
/*!
2
 * Ext JS Library 3.3.1
3
 * Copyright(c) 2006-2010 Sencha Inc.
4
 * licensing@sencha.com
5
 * http://www.sencha.com/license
6
 */
7
#nodes {
8
    background: -webkit-linear-gradient(top, #F8F8F8 , #D8D8D8);
9
    background: -moz-linear-gradient(top, #F8F8F8 , #D8D8D8);
10
    text-shadow: #fff 0 1px 0;
11
    height : 100% !important;
12
    width : 100% !important;
13
}
14

    
15
#nodes ul li img {
16
    margin-bottom: 1px;
17
}
18

    
19
.nodes {
20
    padding: 10px 20px;
21
    color: #585858;
22
    font-family: "Helvetica Neue",sans-serif;
23
    height: 113px;
24
    /*width: 385px*/;
25
    overflow: hidden;
26
    border-top: 1px solid transparent;
27
    cursor: pointer;
28
    margin-left: 125px;
29
}
30

    
31
.nodes-hover {
32
    background: -webkit-linear-gradient(top, #D8D8D8 , #F8F8F8);
33
    background: -moz-linear-gradient(top, #D8D8D8 , #F8F8F8);
34
    -moz-border-radius: 8px;
35
    -webkit-border-radius: 8px;
36
}
37
/*
38
#nodes div.x-view-selected {
39
    background-color: rgba(100, 100, 100, .15);
40
    -moz-border-radius: 8px;
41
    -webkit-border-radius: 8px;
42
    border-top: 1px solid rgba(0, 0, 0, .15);
43
} */
44

    
45
/*.x-slider-horz .x-slider-thumb {
46
    background-image: url(images/slider-thumb.png);
47
}*/
48

    
49
.float {
50
        float: left;
51
        margin-right: 10px;
52
}
53

    
54
#nodes span {
55
        color: black;
56
    display: block;
57
    font-size : 13pt;
58
    font-weight: bold;
59
    vertical-align: middle;
60
        line-height: 113px;
61
}
62

    
63
#nodes div.x-view-selected {
64
    background-color: rgba(100, 100, 100, .15);
65
    -moz-border-radius: 8px;
66
    -webkit-border-radius: 8px;
67
    border-top: 1px solid rgba(0, 0, 0, .15);
68
}
69

    
70
.title {
71
        font-size: 18pt;
72
        color: #555555;
73
        text-shadow: 2px 2px 2px #D5D5D5;
74
        font-family: "Helvetica Neue",sans-serif;
75
        height: 130px;
76
    width: 300px;
77
    padding: 10px 20px;
78
}
79

    
80
.qtip {
81
        background: -webkit-linear-gradient(top, #D8D8D8 , #F8F8F8);
82
}
83

    
84
#adminMenu div.columns {
85
        width: 50%;        
86
}
87

    
88
.icon-sitools{
89
        position: absolute;
90
        bottom: 10px;
91
        right: 10px;
92
}