/* 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; /* width: 100px; */ } .One{ border-width: 2px; border-radius:4px; border:solid #121212 ; background-color: #38943d; } .Two{ border-width: 2px; border-radius:4px; border:solid #121212 ; background-color: #699438; } .Three{ border-width: 2px; border-radius:4px; border:solid #121212 ; background-color: #d0d40b; } .Four{ border-width: 2px; border-radius:4px; border:solid #121212 ; background-color: #db6f09; } .Five{ border-width: 2px; border-radius:4px; border:solid #121212 ; background-color: #ad0202; } .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; } .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%; color:#121212; list-style: none; margin-left: 0; line-height: 30px; width:90px; margin-bottom: 0px; font-weight: bold; padding-left:0px; } .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; } .my-legend ul.legend-labels li span { display: block; float: left; height: 30px; width: 85px; margin-right: 5px; margin-left: 2px; 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); } .potatoFood { background: rgb(189, 146, 98); } .tomatoFood { background: rgb(241, 73, 43); } .otherFood { background: rgb(69, 126, 69); }