summaryrefslogtreecommitdiffstats
path: root/kanebros/zweatherfeed.css
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2013-07-15 20:49:30 -0500
committerKyle K <kylek389@gmail.com>2013-07-15 20:49:30 -0500
commit8e1978c79d0628d1bfee0d3e02cfa19c21ff9dac (patch)
tree929d67c034a48a48577454262f5063520f509c7b /kanebros/zweatherfeed.css
parente6956acf7d09cc2353134f16e4ac33bd3cb71e5a (diff)
downloadwebsandbox-8e1978c79d0628d1bfee0d3e02cfa19c21ff9dac.tar.gz
websandbox-8e1978c79d0628d1bfee0d3e02cfa19c21ff9dac.tar.bz2
websandbox-8e1978c79d0628d1bfee0d3e02cfa19c21ff9dac.zip
weather of 2 locations and temp difference
Diffstat (limited to 'kanebros/zweatherfeed.css')
-rw-r--r--kanebros/zweatherfeed.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/kanebros/zweatherfeed.css b/kanebros/zweatherfeed.css
new file mode 100644
index 0000000..7a2111a
--- /dev/null
+++ b/kanebros/zweatherfeed.css
@@ -0,0 +1,53 @@
+@charset "UTF-8";
+/**
+ * Stylesheet: example.css
+ *
+ * (c) 2011-2012 Zazar Ltd
+ *
+ * Description: Stylesheet for examples
+ *
+ **/
+
+body {
+ margin: 1em 3em;
+ font-family: Tahoma, Genevam, sans-serif;
+}
+
+form { margin-bottom: 1em; }
+
+.weatherFeed {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 90%;
+ margin: 2em 3em;
+ width: 280px;
+}
+.weatherFeed a { color: #888; }
+.weatherFeed a:hover {
+ color: #000;
+ text-decoration: none;
+}
+.weatherItem {
+ padding: 0.8em;
+ text-align: right;
+}
+.weatherCity { text-transform: uppercase; }
+.weatherTemp {
+ font-size: 2.8em;
+ font-weight: bold;
+}
+.weatherDesc, .weatherCity, .weatherForecastDay { font-weight: bold; }
+.weatherDesc { margin-bottom: 0.4em; }
+.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }
+.weatherLink, .weatherForecastItem {
+ margin-top: 0.5em;
+ text-align: left;
+}
+.weatherForecastItem {
+ padding: 0.5em 0.5em 0.5em 80px;
+ background-color: #fff;
+ background-position: left center;
+}
+.weatherForecastDay { font-size: 1.1em; }
+
+.odd { background-color: #e8e8fc; }
+.even { background-color: #d4d4e8; } \ No newline at end of file