From 19a11640b3ed8d770fd1cb6f296c4c0e793cdb2a Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Tue, 18 Sep 2018 17:30:18 +0800 Subject: Changed the Style of GUI Change-Id: Ie30363f6358639c660f49585aa03d243b560e444 Issue-ID: HOLMES-148 Signed-off-by: GuangrongFu --- .../framework/browser/style/icon-weather.css | 147 +++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 rulemgt-frontend/src/assets/framework/browser/style/icon-weather.css (limited to 'rulemgt-frontend/src/assets/framework/browser/style/icon-weather.css') diff --git a/rulemgt-frontend/src/assets/framework/browser/style/icon-weather.css b/rulemgt-frontend/src/assets/framework/browser/style/icon-weather.css new file mode 100644 index 0000000..4d1c04f --- /dev/null +++ b/rulemgt-frontend/src/assets/framework/browser/style/icon-weather.css @@ -0,0 +1,147 @@ +/*! Global styles - v1.4.8 - Last updated: 2016-10-12. Copyright (c) 2016 AT&T Services, Inc.*/ +@font-face { + font-family: 'icoWeather'; + src: url('fonts/font-icons/icon-weather.eot?timestamp=@@timestamp'); + src: url('fonts/font-icons/icon-weather.eot?timestamp=@@timestamp#iefix') format('embedded-opentype'), url('fonts/font-icons/icon-weather.woff2?timestamp=@@timestamp') format('woff2'), url('fonts/font-icons/icon-weather.woff?timestamp=@@timestamp') format('woff'), url('fonts/font-icons/icon-weather.ttf?timestamp=@@timestamp') format('truetype'); + font-weight: normal; + font-style: normal; +} +[class*="icon-weather-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icoWeather' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + color: #009fdb; + font-size: 36px; + vertical-align: middle; + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.icon-weather-windyL:before { + content: "\e900"; +} +.icon-weather-windy:before { + content: "\e901"; +} +.icon-weather-weatherL:before { + content: "\e902"; +} +.icon-weather-weather:before { + content: "\e903"; +} +.icon-weather-temperatureL:before { + content: "\e904"; +} +.icon-weather-temperature:before { + content: "\e905"; +} +.icon-weather-stormL:before { + content: "\e906"; +} +.icon-weather-storm:before { + content: "\e907"; +} +.icon-weather-snowmix:before { + content: "\e908"; +} +.icon-weather-snowL:before { + content: "\e909"; +} +.icon-weather-snow:before { + content: "\e90a"; +} +.icon-weather-sleetL:before { + content: "\e90b"; +} +.icon-weather-sleet:before { + content: "\e90c"; +} +.icon-weather-showers:before { + content: "\e90d"; +} +.icon-weather-rainL:before { + content: "\e90e"; +} +.icon-weather-rain:before { + content: "\e90f"; +} +.icon-weather-partlycloudythunderstorms:before { + content: "\e910"; +} +.icon-weather-partlycloudyshowers:before { + content: "\e911"; +} +.icon-weather-partlycloudynightL:before { + content: "\e912"; +} +.icon-weather-partlycloudynight:before { + content: "\e913"; +} +.icon-weather-partlycloudyL:before { + content: "\e914"; +} +.icon-weather-partlycloudy:before { + content: "\e915"; +} +.icon-weather-mostlycloudythunderstorms:before { + content: "\e916"; +} +.icon-weather-mostlycloudyshowers:before { + content: "\e917"; +} +.icon-weather-mostlycloudynightL:before { + content: "\e918"; +} +.icon-weather-mostlycloudynight:before { + content: "\e919"; +} +.icon-weather-mostlycloudyL:before { + content: "\e91a"; +} +.icon-weather-mostlycloudyflurriesnight:before { + content: "\e91b"; +} +.icon-weather-mostlycloudyflurries:before { + content: "\e91c"; +} +.icon-weather-mostlycloudy:before { + content: "\e91d"; +} +.icon-weather-hot:before { + content: "\e91e"; +} +.icon-weather-freezingrainL:before { + content: "\e91f"; +} +.icon-weather-fog:before { + content: "\e920"; +} +.icon-weather-flurries:before { + content: "\e921"; +} +.icon-weather-cold:before { + content: "\e922"; +} +.icon-weather-cloudyL:before { + content: "\e923"; +} +.icon-weather-cloudy:before { + content: "\e924"; +} +.icon-weather-clearnightL:before { + content: "\e925"; +} +.icon-weather-clearnight:before { + content: "\e926"; +} +.icon-weather-cleardayL:before { + content: "\e927"; +} +.icon-weather-clearday:before { + content: "\e928"; +} -- cgit 1.2.3-korg