summaryrefslogtreecommitdiff
path: root/chimere_example_static/chimere/css/alpesvertes.css
blob: 05734a3ad7e04f69d8c4ec2b6253f90eb923844f (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/* Custom styles for AlpesVertes.org */


/* --- header nav bar --- */

.navbar-collapse {
    padding-right:0;
}

.nav > li > a {
    padding-left:10px;
    padding-right:10px;
    border-left: 1px solid #DDD;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #E7E7E7;
}

.navbar-nav .lbl {
    margin-left:0;
    color: #555;
}

#categories-lnk {
    margin-left: 0;
}

#news-lnk a {
    margin-left: 0;
    padding-left: 10px;
}

#news-lnk, #news-lnk .lbl {
    padding: 0;
}

.nav > li.logo > a{
    padding-top:2px;
    padding-bottom:2px;
}

.nav > li.logo > a > img {
    padding-left:10px;
}

.caret {
    margin-left:5px;
}

/* --- categories panel --- */

#panel{
    background-color: #E7E7E7;
    border-left:0;
    padding:0;
    padding-top:45px;
    padding-right:1px;
    padding-bottom:1px;
    padding-left-:0;
    width:250px;
    background-image:none;
}

#panel #categories{
    padding:5px;
    width:100%;
}

#panel #categories > ul{
    padding:0;
    width:100%;
}

#panel #categories ul.subcategories label img{
    height:30px;
}

#panel #categories .category_name{
    cursor:pointer;
    /* font-weight:normal; */
}

/* --- footer --- */

#footer .map-footer a, #footer .map-footer a:link,
#footer .map-footer a:visited {
    color:#327E04;
}

#footer .map-footer {
    right: 0;
}


/* --- chimere left-clik map menu --- */

#map_menu_zoomin {
    border-top: 0;
}


/* temporary hide the Open layers zoom slider because of a display bug with #chimere_map_menu */
.olControlSimplePanZoom #zoombar, .olControlSimplePanZoom #slider {
    display: none;
}
.olControlSimplePanZoom #zoomout {
    top: 70px;
}


/* --- Open Layers --- */

.olControlScaleLineBottom {
    display: none;
} /* no need for Miles in France */

.olControlAttribution  a{
    color:#327E04;
}