0
Welcome Guest! Login
0 items Join Now

RokWeather Mod

  • RokWeather Mod

    Posted 15 years 1 week ago
    • Is there a way to fix the last 2 lines of the weather mod? The weather icons and the temps...they are squished over as well...the mod is at the homepage below...just scroll down to the bottom of the page.

      Just noticed that also the temp that goes under the upper left corner icon isn't there...it shows up below. I really want the mod looking like it is supposed to...can anyone provide the code to fix??

      Thanks,
      Brandon
    • http://www.VMWUSA.org
  • Re: RokWeather Mod

    Posted 15 years 1 week ago
    • Open your www.vmwusa.org/modules/mod_rokweather/rokweather.css

      Find below codes:
      #rokweather .day div {font-size: 70%;}
      #rokweather .day img {width:24px;height:24px;}
      #rokweather .day span.low { color: #666;font-weight:normal;}
      #rokweather .day span.high { color:#333;font-weight:normal;}

      Change the codes to:
      #rokweather .day img {width:24px;height:24px;}
      #rokweather .day span.low { color: #666;font-weight:normal;}
      #rokweather .day span.high { color:#333;font-weight:normal;padding-right: 3px;}
      #rokweather .day div {font-size: 70%;}
      #rokweather div.degf, #rokweather div.degc {color: #666;}

Time to create page: 0.055 seconds