/* iNZTHD Animated WatherFlow, romg78/wim66 modmyi.com */ #WeatherContainer{ opacity: 1; margin-top:360px; margin-left:10px; width:106%; background-color:transparent; color: #00ffff; /* -- just change color here --*/ z-index: 3; } #TextContainer{ font-size:24px; font-family: Helvetica; font-weight: 900; text-shadow: #000000 0px 1px 0px, #000000 0px 0px 1px; -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(transparent), color-stop(0.5, #666)); opacity: 0.75; visibility: visible; margin-top: 100px; width:768px; } #city{ text-transform:capitalize; padding-left: 0px; } #TextContainer p{ margin:0; display:inline; top:360px; } #temp{ position: absolute; top: 390px; right: 0px; down: 0px; left: 0px; width: 768px; height: 261px; font-weight:regular; text-align: center; margin-top:5px; } #desc{ position: absolute; top: 290px; right: 0px; down: 0px; left: -5px; width: 768px; height: 261px; text-transform:capitalize; text-align: right; opacity: 1; } #Overlay{ position: absolute; top: 708px; left: 0px; opacity: 1; z-index: 1; } #weatherIcon{ position: absolute; top: 712px; right: 0px; down: 0px; left: 20px; width: 768px; height: 461px; height:85px; width:728px; z-index: 0; }