sliders.css 1.86 KB
Newer Older
Patrick's avatar
Patrick committed
1
2
3
4
5
6
7
8
9
10
 /* slider */
 /* ------------------------------- */
 .c-1-color { background: #38943d; }
 .c-2-color { background: #699438; }
 .c-3-color { background: #d0d40b; }
 .c-4-color { background: #db6f09; }
 .c-5-color { background: #ad0202; }

 .rectangle {
    height: 50px;
Patrick's avatar
Updates    
Patrick committed
11
    /* width: 100px; */
Patrick's avatar
Patrick committed
12
13
 
  }
Patrick's avatar
Patrick committed
14
.One{
Patrick's avatar
Patrick committed
15
16
17
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
Patrick's avatar
Patrick committed
18
19
    background-color: #38943d;
}
Patrick's avatar
Patrick committed
20
.Two{
Patrick's avatar
Patrick committed
21
22
23
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
Patrick's avatar
Patrick committed
24
25
    background-color: #699438;
}
Patrick's avatar
Patrick committed
26
.Three{
Patrick's avatar
Patrick committed
27
28
29
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
Patrick's avatar
Patrick committed
30
31
    background-color: #d0d40b;
}
Patrick's avatar
Patrick committed
32
.Four{
Patrick's avatar
Patrick committed
33
34
35
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
Patrick's avatar
Patrick committed
36
37
    background-color: #db6f09;
}
Patrick's avatar
Patrick committed
38
.Five{
Patrick's avatar
Patrick committed
39
40
41
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
Patrick's avatar
Patrick committed
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
    background-color: #ad0202;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
    }
  .my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
    }
  .my-legend .legend-scale ul li {
    font-size: 100%;
Patrick's avatar
Patrick committed
60
    color:#121212;
Patrick's avatar
Patrick committed
61
62
63
    list-style: none;
    margin-left: 0;
    line-height: 30px;
Patrick's avatar
Updates    
Patrick committed
64
65
    width:90px;
    margin-bottom: 0px;
Patrick's avatar
Patrick committed
66
    font-weight: bold;
Patrick's avatar
Updates    
Patrick committed
67
    padding-left:0px;
Patrick's avatar
Patrick committed
68
    }
Patrick's avatar
Updates    
Patrick committed
69
70
71
72
73
74
75
76
77
78
79
    .addition .addition2 ul li {
      font-size: 100%;
      color:#121212;
      list-style: none;
      margin-left: 0;
      line-height: 30px;
      width:130px;
      margin-bottom: 0px;
      font-weight: bold;
      padding-left:0px;
      }
Patrick's avatar
Patrick committed
80
81
82
83
  .my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 30px;
Patrick's avatar
Updates    
Patrick committed
84
    width: 85px; 
Patrick's avatar
Patrick committed
85
    margin-right: 5px;
Patrick's avatar
Updates    
Patrick committed
86
    margin-left: 2px;
Patrick's avatar
Patrick committed
87
88
89
90
91
92
93
94
95
96
    border: 1px solid #999;
    }
  .my-legend .legend-source {
    font-size: 90%;
    color: rgb(0, 0, 0);
    clear: both;
    }
  .my-legend a {
    color: rgb(0, 0, 0);
    }