Statistics
| Branch: | Tag: | Revision:

root / static / css / style.css @ 2788460f

History | View | Annotate | Download (1010 Bytes)

1
a.navbar-brand {
2
        padding: 0;
3
}
4

    
5
a.navbar-brand img {
6
        height: 100%;
7
}
8

    
9
html, body {
10
        height: 100%;
11
}
12

    
13
footer {
14
        height: 60px;
15
        background: #eee;
16
        text-align: center;
17
        padding: 20px;
18
}
19

    
20

    
21
#wrap {
22
        min-height: 100%;
23
        height: auto !important;
24
        margin: 0 auto -60px;
25
}
26

    
27
.push-top {
28
        height: 51px;
29
}
30

    
31
.push {
32
        height: 60px;
33
}
34

    
35
.home .squares {
36
        position: relative;
37
        margin: 600px auto 0;
38
        padding: 50px 0;
39
        z-index: 1000;
40
        background: white;
41
}
42

    
43
.home .squares .square > div {
44
        background: #9eb5bd;
45
        padding: 5%;
46
        text-align: center;
47
        height: 400px;
48
}
49

    
50
.home .squares .square > div:hover {
51
        background: #8da4ac;
52
}
53

    
54
.home .squares .square h3 {
55
        text-align: center;
56
}
57

    
58
.home #map_wrapper {
59
        position: fixed ;
60
        height: 600px;
61
        z-index: 0;
62
        left: 0;
63
        right: 0;
64
}
65

    
66
.headtitle {
67
        font-family: "Franklin Gothic Demi", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
68
        letter-spacing: -1px;
69
}
70

    
71
.closest #map_canvas{
72
        position: fixed !important;
73
        top: 52px;
74
        bottom: 60px;
75
        left: 0;
76
        right: 0;
77
        z-index: 10000;
78
}