Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Amit Yadav  >  Google Weather  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: CSS
Class: Google Weather
Retrieve weather forecast for a city from Google
Author: By
Last change:
Date: 2011-07-25 11:18
Size: 712 bytes
 

Contents

Class file image Download
body {
    color: #333333;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
}

.widget{
	width: 200px;
	margin: auto;
	height: 270px;
	background-image: url("su-wknd.jpg");
	float:left;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
   margin: 5px;
   border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 2px 1px 1px #ccc;
}

.big{
	font-size: 24px;
}

.day{
	color: #285DB5;
    font-size: 1.25em;
    font-weight: bold;
}

.weatherImage{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	box-shadow: 2px 2px 2px #bbb;
}