Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/ui.kFooter.css
blob: 5a0944bc0729130c597cc5c5ad39f4cda1e661d0 (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
.ui-kFooter{
    background-image: url('./images/bg_footer.png');
    background-repeat: repeat;
    height: 70px;
    width: 100%;
    margin:0;
    padding: 0;
    float: left;
    clear: both;
    border-style: none;
    color: #FFFF00;
}


.ui-kFooter>ul{
   margin-left: 0px;
   padding-left: 5px;
   list-style: none;
}
.ui-kFooter>ul>li{
    display:inline;
    margin-right: 10px;
    margin-left: 0px;
}


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

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

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


.ui-kFooter button{
    cursor:pointer;
    margin-top: -10px;
} 

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

.ui-kFooter button .text{
    color:  #7811a2;
padding-top: 10px;
font-weight: bold;
}