home *** CD-ROM | disk | FTP | other *** search
- /*
- === Weather 4.41 ===
-
- By Neo101
- Previous versions by crino, Arkim, mdlist, seidenj and Tara
-
- This CSS part is used by all styles.
- */
-
- body {
- padding: 1px;
- margin: 0px;
- overflow:auto;
- font-size:11px;
- font-family: Verdana, Geneva, Arial, Helvetica;
- direction:LTR;
- }
-
- a{
- text-decoration:none;
- }
-
- select {
- width:85px;
- }
-
- table{
- border:none;
- margin:0px;
- padding:0px;
- width:100%;
- }
-
- td{
- text-align:center;
- }
-
- img{
- border:none;
- }
-
- /* Navigation Bar, TR with the day+ expand/collapse icon */
-
- .navbar, .title {
- width: 100%;
- }
-
- /* City Links (1, 2 and 3) */
-
- .cityLinks{}
-
- /* Weather types Links */
-
- .typeLinks{}
-
- /* Weather type in navbar */
-
- .type{ width:33%;text-align:center;}
-
- /* City's in the navbar in configuration */
-
- .center{
- text-align:center;
- }
-
- /* The city name */
-
- .citynamecss {
- padding: 1px;
- text-align: center;
- font-weight: bold;
- font-family: Arial, Helvetica, sans-serif;
- filter:alpha(opacity=100, finishopacity=60, style=1, startx=0,
- starty=0, finishx=100, finishy=100);
- }
-
- .titleleft{
- filter:alpha(opacity=100, finishopacity=60, style=1, startx=0,
- starty=0, finishx=100, finishy=100);
- }
-
- .titleright{
- filter:alpha(opacity=60);
- }
-
- /* The about box */
-
- .box {
- font-family: arial, Helvetica, sans-serif;
- color: black;
- text-align:center;
- }
-
- /* The main data */
-
- .obsInfo {
- /* padding:2px 1px 1px 1px; */
- }
-
- /* The future day */
-
- .futureD {
- font-weight: bold;
- }
-
- /* High temp in future */
-
- .highT {
-
- }
-
- /* Low temp + precip+wind in future */
-
- .lowT {
-
- }
-
- /* The 'today', 'future' etc. head */
-
- .titleleft {
- padding: 1px;
- color: white;
- font-weight: bold;
- text-align:left;
- width:90%;
- }
-
- /* Future main data (not day, just weather forecast)*/
-
- .futureTDBody {
- padding: 2px;
- }
-
- /* the expand/collapse icon */
-
- .titleright {
- text-align: right;
- padding:1px;
- }
-
- /* the radio buttons */
-
- .radio {
- height: 11px;
- width: 11px;
- }
-
- /* The search box + icon */
-
- .searchtd {
- padding-left: 1px;
- padding:1px;
- }
-
- /* expand/collapse image */
-
- .expclpimg {
- cursor: hand;
- }
-
- /* the error box */
-
- .error{
-
- }
-
- /* Buttons in Configuration */
-
- .button {
- padding: 1px;
- margin:2px;
- /* height: 18px; */
- }
-
- /* The text input (search for city) in configuration */
-
- .textinput {
- padding: 1px;
- margin: 2px;
- width: 70%;
- }
-
- /* The search results in config */
-
- .resultshow {
-
- }
-
- /* the explanation of the options in config */
-
- .head {
- font-weight: bold;
- padding: 1px;
- width: 30%;
- text-align:left;
- }
-
- /* the options in config */
-
- .hbody {
- padding: 1px;
- margin:2px;
- padding-left:5px;
- }
-
- .select{
- padding:0px;margin:0px;
- }
-
- .config-tr{
- height: 20px;
- }