{
    "id": "weather-module4p",
    "value": "Portrait - Current day, 3 day forecast",
    "main": "<div class=\"container\">\r\n    <div class=\"row main-cont center-block\">\r\n        <div class=\"weather-col col-12 upcoming-days\">\r\n            <div class=\"circle\">\r\n                <div class=\"weather-col col-12\">\r\n                    <div class=\"small-icon\">\r\n                        <i class=\"wi [wicon]\"><\/i><\/div>\r\n                <\/div>\r\n                <div class=\"weather-col col-12\" style=\"padding-top: 10px;\">\r\n                    <div class=\"big-temp\">[temperatureRound]<sup>&deg;[temperatureUnit]</sup><\/div>\r\n                    <div class=\"summary\">[summary]<\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"row bg-footer row-details text-center\">\r\n        [dailyForecast|3|1]\r\n        <div class=\"weather-col col-12 powered\">[Attribution]<\/div>\r\n    <\/div>\r\n<\/div>",
    "daily": "<div class=\"weather-col col-4 row-day odd\">\r\n    <div class=\"weather-col col-12 day\">[time|D]<\/div>\r\n    <div class=\"weather-col col-12 icon-up \"><i class=\"wi [wicon]\"><\/i><\/div>\r\n    <div class=\"weather-col col-12 temp \">[temperatureMinRound]&deg; - [temperatureMaxRound]&deg; [temperatureUnit]<\/div>\r\n<\/div>",
    "css": "body {\n  width: 540px !important;\n  height: 960px !important;\n  font-family: \"Helvetica\", \"Arial\", sans-serif;\n  line-height: 1;\n}\n\n.center-block {\n  display: block;\n  margin-right: auto;\n  margin-left: auto;\n}\n\n#content {\n  color: white;\n}\n\n.container {\n  margin-right: auto;\n  margin-left: auto;\n}\n\n.text-center {\n  text-align: center;\n}\n\nh1 {\n  margin: 0.67em 0;\n  font-size: 2em;\n}\n\n.container:after, .container:before, .row:after, .row:before {\n  display: table;\n  content: \" \";\n}\n\n.container:after, .row:after {\n  clear: both;\n}\n\n* {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\n\n:after, :before {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\n\n.container {\n  background-repeat: no-repeat;\n  background-size: cover;\n  background-position: center;\n  width: 540px !important;\n  height: 960px !important;\n}\n\n.main-panel {\n  margin-top: 74px;\n  height: 137px;\n}\n\n.big-icon {\n  font-size: 200px;\n  }\n\n.date {\n  font-size: 18px;\n  font-family: \"Helvetica\", sans-serif;\n  font-weight: light;\n  padding-bottom: 1px;\n}\n\n.month {\n  font-size: 15px;\n  font-family: \"Helvetica\", sans-serif;\n  font-weight: light;\n}\n\n.current-temp {\n  font-family: \"Helvetica\", sans-serif;\n  font-weight: bold;\n  font-size: 100px;\n}\n\n.main-cont {\n  width: 400px;\n  height: 400px;\n  margin: 0 auto !important;\n  position: relative;\n}\n\n.main-icon {\n  font-size: 70px;\n}\n\n.city {\n  font-weight: bold;\n  font-size: 40px;\n  padding-top: 30px;\n}\n\n.country {\n  font-weight: light;\n  font-size: 15px;\n  padding-bottom: 30px;\n}\n\n.small-day {\n  padding-top: 50px;\n  font-size: 28px;\n  font-style: italic;\n  font-weight: lighter;\n  }\n\n.small-icon {\n  font-size: 120px;\n  padding: 35px 0px;\n  }\n\n.big-temp {\n  font-size: 90px;\n    font-weight: bold;\n}\n\n.big-temp sup {\n font-size: 50px;\n }\n\n.even {\n  background-color: rgba(255, 255, 255, 0.8);\n  background: rgba(255, 255, 255, 0.8);\n  }\n\n.bg-footer {\n color: #333;\n }\n \n.odd {\n  background-color: rgba(255, 255, 255, 0.6);\n  background: rgba(255, 255, 255, 0.6);\n}\n\n.details-box {\n  height: 290px;\n  padding-left: 30px;\n  color: #272625;\n}\n\n.upcoming-days {\n  height: 365px;\n  text-align: center;\n    margin-top: 50px;\n}\n\n.selector-day {\n  font-size: 15px;\n  font-weight: light;\n  margin-top: 25px;\n  }\n\n.selector-temp {\n  font-size: 25px;\n  font-weight: bold;\n  font-style: italic;\n}\n\n.row-details {\n  margin-top: 280px;\n  height: 230px;\n    padding: 0px 30px;\n}\n\n.row-day {\n  padding: 30px 0px;\n}\n\n.day {\n  font-size: 25px;\n  font-weight: lighter;\n\n  font-style: italic;\n  text-transform: uppercase;\n}\n\n.temp {\n  font-size: 25px;\n  font-weight: light;\n\n}\n\n.icon-up {\n  font-size: 50px;\n\n  padding: 40px;\n}\n\n.circle {\n  border-radius: 50%;\n  width: 380px;\n  height: 380px;\n  background-color: rgba(0, 0, 0, 0.5);\n}\n\n.summary {\n  font-weight: bold;\n  font-size: 20px;\n}\n\n.powered {\n  background-color: #444;\n background-color: rgba(0, 0, 0, 0.63);\n   color: #fff;\n  font-size: 18px;\n  padding: 8px;\n line-height: 18px;\n n}\n\n.shadowed {\n  text-shadow: 0px 0px 2px #111;\n  filter: dropshadow(color=#111, offx=2, offy=2);\n}\n\n.container-fluid, .container {\n  margin-right: auto;\n  margin-left: auto;\n}\n\n.text-right {\n  text-align: right;\n}\n\n.pull-right {\n  float: right !important;\n}\n\n.offset-xs-1 {\n  margin-left: 8.33333333%;\n}\n\n.col-2 {\n  width: 16.66666667%;\n}\n\n.col-3 {\n  width: 25%;\n}\n\n.col-4 {\n  width: 33.33333333%;\n}\n\n.col-5 {\n  width: 41.66666667%;\n}\n\n.col-6 {\n  width: 50%;\n}\n\n.col-7 {\n  width: 58.33333333%;\n}\n\n.col-9 {\n  width: 75%;\n}\n\n.col-12 {\n  width: 100%;\n}\n\n.weather-col {\n  float: left;\n  position: relative;\n  min-height: 1px;\n  padding-right: 10px;\n  padding-left: 10px;\n}",
    "widgetOriginalWidth": "540",
    "widgetOriginalHeight": "960",
    "image": "modules/forecastio/template-thumbs/weather4p.png",
    "type": "forecast",
    "orientation": "portrait",
    "background": "fit",
    "options": {
        "text-color": true,
        "icons-color": true,
        "footer-text-color": true,
        "footer-icons-color": true,
        "background-color": true,
        "shadow-color": true
    }
}