summaryrefslogtreecommitdiff
path: root/assets/85ebad3e/weather_forecast.css
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-18 21:34:43 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-18 21:34:43 +0200
commit25c813f5eb00d321d5096d2347363a2f58cb1c93 (patch)
tree3d8f06ec3311e307223e762ffc0342fdb455800a /assets/85ebad3e/weather_forecast.css
parent6ee1ed2be48a7f3d739aed838f17a30f485851d1 (diff)
Wetter eingebaut
Diffstat (limited to '')
-rw-r--r--assets/85ebad3e/weather_forecast.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/85ebad3e/weather_forecast.css b/assets/85ebad3e/weather_forecast.css
new file mode 100644
index 0000000..adefaad
--- /dev/null
+++ b/assets/85ebad3e/weather_forecast.css
@@ -0,0 +1,33 @@
+/* SVN FILE: $Id: weather_forecast.css 9 2009-10-13 13:20:24Z Chris $ */
+/**
+ * Weather Forecast CSS
+ *
+ * @copyright Copyright 2009 PBM Web Development - All Rights Reserved
+ * @package weatherForecast
+ * @since V1.0.0
+ * @version $Revision: 9 $
+ * @modifiedby $LastChangedBy: Chris $
+ * @lastmodified $Date: 2009-10-13 14:20:24 +0100 (Tue, 13 Oct 2009) $
+ * @license http://www.opensource.org/licenses/bsd-license.php The BSD License
+ */
+.weather-forecast {
+ float: left;
+ font-size: 90%;
+ margin-right: 0;
+ margin-top: 1em;
+ padding: 1em 1.5%;
+ width: 28%;
+}
+.weather-forecast th,
+.weather-forecast td {
+ padding: 0.375em 5px;
+ text-align: center;
+}
+.weather-forecast tfoot tr,
+.weather-forecast tr.even {
+ background-color: transparent;
+}
+.weather-forecast tfoot {
+ font-size: 80%;
+ font-style: italic;
+} \ No newline at end of file