sliders.css 3.08 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
    background-color: #ad0202;
}

patri's avatar
patri committed
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
.OneBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #f7fbff;
}
.TwoBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #deebf7;
}
.ThreeBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #c6dbef;
}
.FourBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #9ecae1;
}
.FiveBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #6baed6;
}
.SixBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #4292c6;
}
.SevenBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #2171b5;
}
.EightBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #08519c;
}
.NineBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #08306b;
}
.NoBLD{
  border-width: 2px;
  border-radius:4px;
  border:solid #121212 ;
    background-color: #008055;
}
Patrick's avatar
Patrick committed
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.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
120
    color:#121212;
Patrick's avatar
Patrick committed
121
122
123
    list-style: none;
    margin-left: 0;
    line-height: 30px;
Patrick's avatar
Updates    
Patrick committed
124
125
    width:90px;
    margin-bottom: 0px;
Patrick's avatar
Patrick committed
126
    font-weight: bold;
Patrick's avatar
Updates    
Patrick committed
127
    padding-left:0px;
Patrick's avatar
Patrick committed
128
    }
Patrick's avatar
Updates    
Patrick committed
129
130
131
132
133
134
135
136
137
138
139
    .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
140
141
142
143
  .my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 30px;
Patrick's avatar
Updates    
Patrick committed
144
    width: 85px; 
Patrick's avatar
Patrick committed
145
    margin-right: 5px;
Patrick's avatar
Updates    
Patrick committed
146
    margin-left: 2px;
Patrick's avatar
Patrick committed
147
148
149
150
151
152
153
154
155
    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);
156
157
158
159
160
161
162
    }



  .potatoFood { background: rgb(189, 146, 98); }
  .tomatoFood { background: rgb(241, 73, 43); }
  .otherFood { background: rgb(69, 126, 69); }