Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/ui.kFooter.css
blob: 5cae39dc5a590590159bad89a01227aacc38392e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.ui-kFooter-container{
    background-image: url('./epaath_images/bg_footer.png');
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0px;
    float:left;
    border-style: none;
}

.ui-kFooter-spacing{
    display:inline;
    margin-top: 10px;
    margin-right: 0.4em;
}

.ui-kFooter-left{
    float: left;
}

.ui-kFooter-right{
    float: right;
}

.ui-kFooter-text,.ui-kFooter-number{
    margin-top: 15px;
}

.ui-kFooter-text span{
    color: #FFFF00;
    margin-left: 0.2em;
}

.ui-kFooter-number span {
    background-color:white;
    color: black;
    padding-left:0.4em;
    padding-right:0.4em;
}

.ui-kFooter-button{
    cursor:pointer;
    height: 55px;
}

.ui-kFooter-icon{
float: left; 
}

.ui-kFooter-button-text {
float: left;
color:  #FFFFFF;
padding-top: 10px;
}

.ui-state-default.ui-kFooter-button{
    background:#ff7c0f;
    border: 2px solid #FFFF00;
}

.ui-state-hover.ui-kFooter-button{
    background:#ffb70f;
}