PROBLEMA allineare script in php

mino98

Nuovo Utente
40
0
Ciao a tutti, io ho un sito web meteo che usa un template.
Sotto sotto nella pagina index.php ho 2 script google adsense che sono allineati a sinistra correttamente, poi ne ho anche uno histats,sempre sotto, che vorrei invece fosse attaccato all'adsense alla sua sinistra (in alto a sinistra di esso, in basso a sinistra di esso o centrato).

Inoltre rimane il pulsante delle donazioni, che vorrei stesse nella parte più superiore del sito, attaccato ed allineato in alto/in basso a sinistra dello script adsense.
Come potrei fare?
questa è la pagina:
http://www.meteoacquaviva.it/index.php
Questo è il suo codice:
Codice:
<?php
############################################################################
# A Project of TNET Services, Inc. and Saratoga-Weather.org (Canada/World-ML template set)
############################################################################
#
#   Project:    Sample Included Website Design
#   Module:     sample.php
#   Purpose:    Sample Page
#   Authors:    Kevin W. Reed <kreed@tnet.com>
#               TNET Services, Inc.
#
#     Copyright:    (c) 1992-2007 Copyright TNET Services, Inc.
############################################################################
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
############################################################################
#    This document uses Tab 4 Settings
############################################################################
require_once("Settings.php");
require_once("common.php");
############################################################################
$TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('Home');
$showGizmo = true;  // set to false to exclude the gizmo
include("top.php");
############################################################################
?>
</head>
  <script type="text/javascript">
/* <![CDATA[ */
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js2.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
/* ]]> */
</script>
<body>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-38476447-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<?php
############################################################################
include("header.php");
############################################################################
include("menubar.php");
############################################################################
?>

<div id="main-copy">
<div class="column-dark">
    <img src="<?php echo $SITE['imagesDir']; ?>spacer.gif" alt="spacer"
    height="2" width="620" style="padding:0; margin:0; border: none" />
    <div align="center">
    <?php if(isset($SITE['ajaxDashboard']) and file_exists($SITE['ajaxDashboard']))
     { include_once("ajax-dashboard.php");
       } else {
        print "<p>&nbsp;</p>\n";
        print "<p>&nbsp;</p>\n";
        print "<p>Note: ajax-dashboard not included since weather station not yet specified.</p>\n";
        for ($i=0;$i<10;$i++) { print "<p>&nbsp;</p>\n"; }
    }?>
    </div>
</div><!-- end column-dark -->

</div><!-- end main-copy -->

<?php
############################################################################
include("footer.php");
############################################################################
# End of Page
############################################################################
?>
<script type="text/javascript">
/* <![CDATA[ */
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=300X250/r='+new Date().getTime()+'"><\/s'+'cript>');
/* ]]> */
</script>
<script type="text/javascript">
/* <![CDATA[ */
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=300X250/r='+new Date().getTime()+'"><\/s'+'cript>');
/* ]]> */
</script>
<!-- Histats.com  START  (standard)-->
<script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
<a href="http://www.histats.com" target="_blank" title="statistiche web" ><script  type="text/javascript" >
try {Histats.start(1,2361896,4,402,118,80,"00011111");
Histats.track_hits();} catch(err){};
</script></a>
<noscript><a href="http://www.histats.com" target="_blank"><img  src="http://sstatic1.histats.com/0.gif?2361896&101" alt="statistiche web" border="0"></a></noscript>
<!-- Histats.com  END  -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="HBUK4PXEBBG3Y">
<input type="image" src="https://www.paypalobjects.com/it_IT/IT/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - Il metodo rapido, affidabile e innovativo per pagare e farsi pagare.">
<img alt="" border="0" src="https://www.paypalobjects.com/it_IT/i/scr/pixel.gif" width="1" height="1">
</form>
Spero possiate aiutarmi.
Grazie in anticipo!

- - - Updated - - -

UP!
 

Tinwor

Utente Attivo
932
143
Fare uno schizzo per vedere come lo vuoi no?
Così è un tantino più facile capire cosa vuoi...
 

mino98

Nuovo Utente
40
0
Utilizzi css?
Se si puoi postarlo perfavore?
Il file che dirige il mio sito è il seguente, il file settings php. Credo che il giusto nome del file css debba trovarsi in quel file.
<?php
############################################################################
# A Project of TNET Services, Inc. and Saratoga-Weather.org (World-ML template set)
############################################################################
#
# Project: Sample Included Website Design
# Module: Settings.php
# Purpose: Provides the Site Settings Used Throughout the Site
# Authors: Kevin W. Reed <kreed@tnet.com>
# TNET Services, Inc.
# Ken True <webmaster@saratoga-weather.org>
# Saratoga-Weather.org
#
# Copyright: (c) 1992-2007 Copyright TNET Services, Inc.
############################################################################
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
############################################################################
# This document uses Tab 4 Settings
############################################################################
// Version 1.01 - 01-Oct-2011 - added support for animated conditions/forecast icons
// Version 1.02 - 22-Jul-2012 - enabled Catalan language support in $SITE['langavail']
$SITE = array();

############################################################################
# Sitewide configuration - website style and features
############################################################################

$SITE['CSSscreen'] = 'weather-screen-blue-narrow.css'; // Default screen 800px design
// Note: $SITE['CSSscreen'] will be overridden if the Theme Switch (below) is enabled.
// To lock your site to use only one CSS as specified in $SITE['CSSscreen'], just
// turn off the Theme Switcher.
$SITE['CSSprint'] = 'weather-print-php.css';
#
#$SITE['CSSscreen'] = 'weather-screen.css'; // Classic design
#$SITE['CSSprint'] = 'weather-print.css';

# Mike Challis' Theme Switch configuration
$SITE['allowThemeSwitch'] = true; // set to false to disable the use of Theme Switcher
$SITE['CSSscreenDefault'] = 'weather-screen-blue.css'; // leave -narrow or -wide off this .. just change color here
$SITE['CSSwideOrNarrowDefault'] = 'wide'; // 'narrow' or 'wide'
# CSSsettings_mode
# sets allowable user style select options:
# 1 user can select style and screen width (show style select and screen width select)
# 2 user can select styles only (hide screen width select)
# 3 user can select screen width only (hide style select)
$SITE['CSSsettings_mode'] = 2; // set to 1, 2 or 3

$SITE['flyoutmenu'] = true; // set to false to use the menu list inside menubar.php instead

$SITE['charset'] = 'ISO-8859-1'; // default character set for webpages (iso-8859-1=latin)
#
# Multilanguage support
#
$SITE['lang'] = 'it'; // default language for website to use
$SITE['allowLanguageSelect'] = true; // set to false to disable the use of language selector
$SITE['useLanguageFlags'] = true; // true=show flags, false=show language 2-char abbreviations
$SITE['languageSelectDropdown'] = false; // true=show dropdown list for languages, false=show linear flags list
$SITE['languageSelectButton'] = false; // true=show 'Set' button for language select, false=use onchange to submit
$SITE['langavail'] = array('en', // select languages to offer here. Use comments to remove languages
// array('en', should be first entry on line above
'it', // 'italian',
'af', // afrikaans
'bg', // bulgarian
'ct', // 'catalan',
'dk', // 'danish',
'nl', // 'dutch',
'fi', // 'finnish',
'fr', // 'french',
'ga', // 'irish',
'de', // 'german',
'el', // 'greek',
'he', // 'hebrew',
'hu', // 'hungarian',
'no', // 'norwegian',
'pl', // 'polish',
'pt', // 'portuguese',
'ro', // 'romanian',
'es', // 'spanish',
'se', // 'swedish',
);
// if your software uploads almanac dates using a language OTHER THAN English, please put the month
// names in your language to replace the English ones below. This is used primarily by the
// wxastronomy.php page for the local dates of moon phases, solistices, and equinoxes
$SITE['monthNames'] = array( // for wxastronomy page .. replace with month names in your language
'Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'
);
// example:
//$SITE['monthNames'] = array( // Danish for wxastronomy page .. replace with month names in your language
//'januar','februar','marts','april','maj','juni',
//'juli','august','september','oktober','november','december'
//);

############################################################################
# Sitewide configuration - Station location, identity and date/time info
############################################################################

$SITE['organ'] = 'MeteoAcquaviva';
$SITE['copyr'] = '&copy; ' . gmdate("Y",time()) . ', Giacomo Tricarico - www.meteoacquavivaba.altervista.org';
$SITE['location'] = 'Stazione meteorologica in Acquaviva delle Fonti, Bari, Italia - a cura di Giacomo Tricarico';
$SITE['email'] = 'mailto:mino-98@hotmail.it';
# Station location: latitude, longitude, cityname
$SITE['latitude'] = '40.8906215'; //North=positive, South=negative decimal degrees
$SITE['longitude'] = '16.8456484'; //East=positive, West=negative decimal degrees
$SITE['cityname'] = 'Acquaviva delle Fonti';

$SITE['tz'] = 'Europe/Rome'; //NOTE: this *MUST* be set correctly to
// translate UTC times to your LOCAL time for the displays.
// PHP: List of Supported Timezones - Manual has the list of timezone names
// pick the one that is closest to your location and put in $SITE['tz'] like:
// $SITE['tz'] = 'America/Los_Angeles'; // or
// $SITE['tz'] = 'Europe/Brussels';
// note: date format used for PHP parts only. Weather software dates are not processed
// except on the astronomy page
// $SITE['timeFormat'] = 'D, d-M-Y g:ia T'; // Day, 31-Mar-2006 6:35pm Tz (USA Style)
// $SITE['timeFormat'] = 'm/d/Y g:ia'; // USA format 03/31/2006 14:03
$SITE['timeFormat'] = 'd/m/Y H:i'; // Euro format 31/03/2006 14:03
// $SITE['timeFormat'] = 'Y-m-d H:i'; // ISO format 2006-03-31 14:03

// $SITE['timeOnlyFormat'] = 'g:ia'; // USA format h:mm[am|pm\
$SITE['timeOnlyFormat'] = 'H:i'; // Euro format hh:mm (hh=00..23);
$SITE['dateOnlyFormat'] = 'd/m/Y'; // for 31-Mar-2008 or 'j/n/Y' for Euro format


############################################################################
# Sitewide configuration - support scripts configuration
############################################################################

###########################################################################
# These values should reflect the units-of-measure your weather station
# uses to report the weather data when processing weather tags.
# Note: if you change them here, make sure to make the corresponding
# changes in the ajax[WXname]wx.js AJAX script also.
###########################################################################
// world Settings
$SITE['WDdateMDY'] = false; // for weather software date format of month/day/year. =false for day/month/year
$SITE['uomTemp'] = '&deg;C'; // ='&deg;C', ='&deg;F'
$SITE['uomBaro'] = ' hPa'; // =' hPa', =' mb', =' inHg'
$SITE['uomWind'] = ' km/h'; // =' km/h', =' kts', =' m/s', =' mph'
$SITE['uomRain'] = ' mm'; // =' mm', =' in'
$SITE['uomSnow'] = ' cm'; // =' cm', =' in'
$SITE['uomDistance'] = ' km'; // or ' miles' -- used for Wind Run display
$SITE['uomPerHour'] = '/hr';
//
$SITE['imagesDir'] = './ajax-images/'; // directory for ajax-images with trailing slash
//
$SITE['cacheFileDir'] = './cache/'; // directory to use for scripts cache files .. use './' for doc.root.dir
//
$SITE['UVscript'] = 'get-UV-forecast-inc.php'; // worldwide forecast script for UV Index
// comment out above line to exclude UV forecast from dashboard, gizmo and wxuvforecast.php page
//
// if you have WXSIM installed set $SITE['WXSIM'] = true; otherwise set it to false
$SITE['WXSIM'] = false; // Set to false if you have not installed WXSIM
$SITE['WXSIMscript'] = 'plaintext-parser.php'; // script for decoding plaintext.txt into icons
$SITE['defaultlang'] = 'en'; // 'en' for English (WXSIM plaintext-parser.php)

// fcsturlWU is used by WeatherUnderground script (WU-forecast.php)
// find the correct URL by going to Weather Forecast & Reports - Long Range & Local | Wunderground | Weather Underground, search for your location and copy the resulting
// URL from your browser location bar into the $SITE['fcsturlWU'] value.
$SITE['fcsturlWU'] = 'http://www.wunderground.com/cgi-bin/findweather/getForecast?query=40.89%2C16.85&sp=IPUGLIAA10'; // Acquaviva delle Fonti, Italy
$SITE['fcsticonsdir'] = './forecast/images/'; // NOAA-style icons for NWS, WU, WXSIM forecast scripts
$SITE['fcsticonstype']= '.gif'; // default type='.jpg' -- use '.gif' for animated icons from MeteoTreviglio.com - Benvenuti sul Sito!
//
// optional multi-city forecasts for WeatherUnderground with WU-forecast V1.26+ ML
// Note: make sure the first entry is the same as your $SITE['fcsturlWU'] contents listed above.
//
//*
$SITE['WUforecasts'] = array(
// Location|forecast-URL (separated by | characters
'ACQUAVIVA DELLE FONTI|Acquaviva delle Fonti, Italy Weather Forecast from Weather Underground', // Acquaviva delle Fonti, Italy
'Adelfia|Adelfia, Italy Weather Forecast from Weather Underground',
'Alberobello|Alberobello, Italy Weather Forecast from Weather Underground',
'Altamura|Altamura, Italy Weather Forecast from Weather Underground',
'ANDRIA|Andria, Italy Weather Forecast from Weather Underground',
'BARI|Bari, Italy Weather Forecast from Weather Underground',
'BARLETTA|Barletta, Italy Weather Forecast from Weather Underground',
'Binetto|Binetto, Italy Weather Forecast from Weather Underground',
'Bitetto|Binetto, Italy Weather Forecast from Weather Underground',
'Bitonto|Bitonto, Italy Weather Forecast from Weather Underground',
'Bitritto|Bitritto, Italy Weather Forecast from Weather Underground',
'BRINDISI|Brindisi, Italy Weather Forecast from Weather Underground',
'Capurso|Capurso, Italy Weather Forecast from Weather Underground',
'Casamassima|Casamassima, Italy Weather Forecast from Weather Underground',
'Cassano delle Murge|Cassano delle Murge, Italy Weather Forecast from Weather Underground',
'Castellana Grotte|Castellana Grotte, Italy Weather Forecast from Weather Underground',
'Cellamare|Cellamare, Italy Weather Forecast from Weather Underground',
'Conversano|Conversano, Italy Weather Forecast from Weather Underground',
'Corato|Corato, Italy Weather Forecast from Weather Underground',
'FOGGIA|Foggia, Italy Weather Forecast from Weather Underground',
'Gioia del Colle|Gioia Del Colle Mil, Italy Weather Forecast from Weather Underground',
'Giovinazzo|Giovinazzo, Italy Weather Forecast from Weather Underground',
'Gravina in Puglia|Gravina in Puglia, Italy Weather Forecast from Weather Underground',
'Grumo Appula|Grumo Appula, Italy Weather Forecast from Weather Underground',
'LECCE|Lecce, Italy Weather Forecast from Weather Underground',
'Locorotondo|Locorotondo, Italy Weather Forecast from Weather Underground',
'Modugno|Modugno, Italy Weather Forecast from Weather Underground',
'Mola di Bari|Mola di Bari, Italy Weather Forecast from Weather Underground',
'Molfetta|Molfetta, Italy Weather Forecast from Weather Underground',
'Monopoli|Monopoli, Italy Weather Forecast from Weather Underground',
'Noci|Noci, Italy Weather Forecast from Weather Underground',
'Noicattaro|Noicattaro, Italy Weather Forecast from Weather Underground',
'Palo del Colle|Palo del Colle, Italy Weather Forecast from Weather Underground',
'Poggiorsini|Poggiorsini, Italy Weather Forecast from Weather Underground',
'Polignano a Mare|Polignano a Mare, Italy Weather Forecast from Weather Underground',
'Putignano|Putignano, Italy Weather Forecast from Weather Underground',
'Rutigliano|Rutigliano, Italy Weather Forecast from Weather Underground',
'Ruvo di Puglia|Ruvo di Puglia, Italy Weather Forecast from Weather Underground',
'Sammichele di Bari|Sammichele di Bari, Italy Weather Forecast from Weather Underground',
'Sannicandro di Bari|Sannicandro di Bari, Italy Weather Forecast from Weather Underground',
'Santeramo in Colle|Santeramo in Colle, Italy Weather Forecast from Weather Underground',
'TARANTO|Taranto, Italy Weather Forecast from Weather Underground',
'Terlizzi|Terlizzi, Italy Weather Forecast from Weather Underground',
'Toritto|Toritto, Italy Weather Forecast from Weather Underground',
'TRANI|Trani, Italy Weather Forecast from Weather Underground',
'Triggiano|Triggiano, Italy Weather Forecast from Weather Underground',
'Turi|Weather Forecast - Estonia, EE - Local & Long Range | Weather Underground',
'Valenzano|Valenzano, Italy Weather Forecast from Weather Underground',
);
//*/
// in the following section, enable settings for ONE primary forecast organization
// pick which script AND org are to be used for your forecast here: (last uncommented pair will
// be the ones used on the wxforecast.php page and in your dashboard and sidebar

$SITE['fcstscript'] = 'WU-forecast.php'; // Non-USA, Non-Canada Wunderground Forecast Script
$SITE['fcstorg'] = 'WU'; // set to 'WU' for WeatherUnderground

// Uncomment the two lines below to use WXSIM as the ONLY forecast script to use
// $SITE['fcstscript'] = 'plaintext-parser.php'; // WXSIM forecast (if only forecast script)
// $SITE['fcstorg'] = 'WXSIM'; // set to 'WXSIM' for WXSIM forecast

//
// For Europe only, use the meteoalarm.eu site for your area's watches/warnings on the wxadvisory page
$SITE['EUwarningURL'] = 'http://www.meteoalarm.eu/index3.php?area=IT015&day=0&lang=it_IT';
// EUwarningURL is used by get-meteoalarm-warning-inc.php for EU countries

###########################################################################
# WU-History settings
$SITE['WUID'] = 'IPUGLIAA10'; // set to Wunderground ID (upper case)
$SITE['WUunits'] = 'M'; // units to display 'E'=english, 'M'=metric, 'B'=both
// comment $SITE['WUunits'] above out to use uomTemp to select English or Metric
$SITE['WUstationname'] = 'Acquaviva delle Fonti, Puglia, Italia'; // for legend at bottom of page
$SITE['WUbirthday'] = '23-02-2012'; //Stations first day of operation format dd-mm-yyyy
###########################################################################


##########################################################################
# end of configurable settings
##########################################################################
#
if(file_exists("Settings-language.php")) { include_once("Settings-language.php"); }
else { // use defaults built-in
# Multilanguage support constants - please do NOT change the settings below
# DO NOT CHANGE THESE SETTINGS
$SITE['installedLanguages'] = array (
'af' => 'Afrikaans',
'bg' => 'български език',
'ct' => 'Catal&agrave;',
'dk' => 'Dansk',
'nl' => 'Nederlands',
'en' => 'English',
'fi' => 'Suomi',
'fr' => 'Fran&ccedil;ais',
'de' => 'Deutsch',
'el' => '&Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;ά',
'ga' => 'Gaeilge',
'hu' => 'Magyar',
'it' => 'Italiano',
'no' => 'Norsk',
'pl' => 'Polski',
'pt' => 'Portugu&ecirc;s',
'ro' => 'limba română',
'es' => 'Espa&ntilde;ol',
'se' => 'Svenska',
);
# DO NOT CHANGE THESE SETTINGS
$SITE['ISOLang'] = array ( // ISO 639-1 2-character language abbreviations from country domain
'af' => 'af',
'bg' => 'bg',
'ct' => 'ca',
'dk' => 'da',
'nl' => 'nl',
'en' => 'en',
'fi' => 'fi',
'fr' => 'fr',
'de' => 'de',
'el' => 'el',
'ga' => 'ga',
'it' => 'it',
'hu' => 'hu',
'no' => 'no',
'pl' => 'pl',
'pt' => 'pt',
'ro' => 'ro',
'es' => 'es',
'se' => 'sv',
);
# DO NOT CHANGE THESE SETTINGS
$SITE['langCharset'] = array( // for languages that DON'T use ISO-8859-1 (latin) set
'bg' => 'ISO-8859-5',
'el' => 'ISO-8859-7',
'hu' => 'ISO-8859-2',
'ro' => 'ISO-8859-2',
'pl' => 'ISO-8859-2',
'ru' => 'UTF-8',
'gr' => 'UTF-8'
);
# DO NOT CHANGE THESE SETTINGS
$SITE['WULanguages'] = array ( // for WeatherUnderground forecast supported languages
'af' => 'afrikaans',
'bg' => 'bulgarian',
'ct' => 'catalan',
'dk' => 'danish',
'nl' => 'dutch',
'en' => 'english',
'fi' => 'finnish',
'fr' => 'french',
'de' => 'deutsch',
'el' => 'greek',
'ga' => 'gaelic',
'hu' => 'hungarian',
'it' => 'italian',
'no' => 'norwegian',
'pl' => 'polish',
'pt' => 'portuguese',
'ro' => 'romanian',
'es' => 'espanol',
'se' => 'swedish',
);
# End - multilanguage support constants
# Now prune the installedLanguages based on langavail selection
$tarray = array();
foreach ($SITE['langavail'] as $n => $k) {
if(isset($SITE['installedLanguages'][$k])) {
$tarray[$k] = $SITE['installedLanguages'][$k];
}
}
$SITE['installedLanguages'] = $tarray;
# end prune the installedLanguages based on langavail selection
} // end use default language specs
#
# set the Timezone abbreviation automatically based on $SITE['tzname'];
# Set timezone in PHP5/PHP4 manner
if (!function_exists('date_default_timezone_set')) {
putenv("TZ=" . $SITE['tz']);
// print "<!-- using putenv(\"TZ=". $SITE['tz']. "\") -->\n";
} else {
date_default_timezone_set($SITE['tz']);
// print "<!-- using date_default_timezone_set(\"". $SITE['tz']. "\") -->\n";
}

$SITE['tzname'] = date("T",time());
if($SITE['allowThemeSwitch']) {
# begin Color Theme Switcher Plugin by Mike Challis
# Weather PHP Scripts - Long Beach Weather
include_once('include-style-switcher.php');
$SITE['CSSscreen'] = validate_style_choice();
# end Color Theme Switcher Plugin
} else {
session_start(); // for preservation of language settings.
if ($SITE['CSSwideOrNarrowDefault'] == 'wide') {
$_SESSION['CSSwidescreen'] = 1;
$CSSstyle = str_replace ('.css','-wide.css',$SITE['CSSscreenDefault']);
} else {
$_SESSION['CSSwidescreen'] = 0;
$CSSstyle = str_replace ('.css','-narrow.css',$SITE['CSSscreenDefault']);
}
$SITE['CSSscreen'] = $CSSstyle;
}
# Automatic Info we might need
############################################################################
if(isset($_SERVER['REMOTE_ADDR'])) {$SITE['REMOTE_ADDR'] = $_SERVER['REMOTE_ADDR'];}
if(isset($_SERVER['REMOTE_HOST'])) {$SITE['REMOTE_HOST'] = $_SERVER['REMOTE_HOST'];}
if(isset($_SERVER['DOCUMENT_ROOT'])) {$SITE['WEBROOT'] = $_SERVER['DOCUMENT_ROOT'];}
if(isset($_SERVER['REQUEST_URI'])) {$SITE['REQURI'] = $_SERVER['REQUEST_URI'];}
if(isset($_SERVER['SERVER_NAME'])) {$SITE['SERVERNAME'] = $_SERVER['SERVER_NAME'];}
$SITE['remote'] = "onclick=\"window.open(this.href,'_blank');return false;\"";
$SITE['PHPversion'] = phpversion();
// default settings needed for various pages when the weather software plugin is not installed.
// do not change these
$SITE['WXsoftwareURL'] = '#';
$SITE['WXsoftwareLongName'] = '(unspecified)';
$SITE['WXtags'] = '';
# now fetch the weather software settings if it exists
if(isset($_REQUEST['wx']) and file_exists('Settings-weather-'.strtoupper($_REQUEST['wx']).'.php')) {
include_once('Settings-weather-'.strtoupper($_REQUEST['wx']).'.php');
} elseif(file_exists("Settings-weather.php")) {
include_once("Settings-weather.php");
}
?>
Questo è weather-screen.css
/**********************************
* TITLE: Gila Screen Stylesheet *
* URI : gila/gila-screen.css *
* MODIF: 2003-Apr-30 19:09 +0800 *
**********************************/

body {
color: black;
background-color: rgb(243,242,235);
font-family: verdana, helvetica, arial, sans-serif;
font-size: 73%; /* Enables font size scaling in MSIE */
margin: 0;
padding: 0;
}

html > body {
font-size: 9pt;
}

.doNotDisplay {
display: none !important;
}

.picfl {
float:left;
padding-right: 5px;
position: relative;
}

.picfr {
float:right;
padding-left: 5px;
position: relative;
}

.picfc {
text-align: center;
padding-left: 5px;
padding-right: 5px;
position: relative;
}


/* ##### Header ##### */

/* ##### CHANGE background-color to change header color, hex code is OK ##### */
/* ##### Hex Color Chart - HTML Colors ##### */

#header {
color: inherit;
background-color: #669933;
}

.headerTitle {
margin: 0;
padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
color: black;
background-color: transparent;
text-decoration: none;
font-size: 110%; /* For MSIE */
font-weight: bold;
font-style: italic;
}

.headerTitle > a {
font-size: 110%; /* For fully standards-compliant user agents */
}

.headerTitle span {
color: white;
background-color: transparent;
font-weight: normal;
}

.headerTemp {
font-size: 36px;
font-weight: bold;
position: absolute;
right: .5ex;
top: 0.18em;
}

[class~="headerTemp"] {
top: 0.18em; /* For fully standards-compliant user agents */
}

.subHeader {
color: white;
float: left;
clear: left;
position: relative;
background-color: black;
font-size: 109%;
margin: 0;
padding: 0.5ex 1ex;
}

.subHeaderRight {
color: white;
background-color: black;
font-size: 109%;
text-align: right;
margin: 0;
padding: 0.5ex 2ex;
}

.subHeader a {
color: white;
background-color: black;
text-decoration: none;
font-weight: bold;
margin: 0;
padding: 0 1ex;
}

.subHeader a:hover {
color: black;
background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
width: 9.5em;
float: left;
clear: left;
}

.leftSideBar .sideBarTitle {
color: rgb(64,64,64);
background-color: rgb(230,223,207);
font-weight: bold;
margin: 0;
padding: 0.8ex 1ex;
}

.leftSideBar ul {
list-style-type: none;
list-style-position: outside;
margin: 0 0 1em 0;
padding: 0;
}

.leftSideBar li {
margin: 1ex;
padding: 0 0 0 0;
}

.leftSideBar a {
color: rgb(64,64,64);
background-color: transparent;
text-decoration: none;
}

.leftSideBar a:visited {
color: rgb(112,128,144);
background-color: transparent;
text-decoration: none;
}

.leftSideBar a:hover {
color: rgb(166,140,83);
background-color: transparent;
text-decoration: none;
}

.leftSideBar .sideBarText {
color: black;
background-color: transparent;
line-height: 1.25em;
margin: 1ex 0.25ex 1.5em 0.75ex;
padding: 0;
display: block;
}

.leftSideBar .sideBarText a {
text-decoration: underline;
font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
text-decoration: underline;
font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
text-decoration: none;
}

.leftSideBar .thisPage {
color: rgb(64,64,64);
background-color: transparent;
font-weight: bold;
}

/* ##### Main Copy ##### */

#main-copy {
color: black;
background-color: white;
text-align: justify;
line-height: 1.5em;
margin: 0 0 0 9.5em;
padding: .5ex 1em 1em 1em;
border-left: 1px solid rgb(216,210,195);
}

#main-copy-dark {
color: white;
background-color: black;
text-align: justify;
line-height: 1.5em;
margin: .1em 0 0 9.5em;
padding: .5ex 1em 1em 1em;
border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
color: rgb(166,140,83);
background-color: transparent;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 175%;
font-weight: bold;
font-style: italic;
margin: 1em 0 0 0;
padding: 1em 0 0 0;
border-top: 1px solid rgb(216,210,195);
}

#main-copy a {
color: rgb(168,140,83);
background-color: transparent;
text-decoration: underline;
}

.table-top {
color: black;
background-color: rgb(230,223,207);
text-align: left;
font-weight: bold;
}

.column-dark {
color: black;
background-color: rgb(243,242,235);
}

.column-light {
color: black;
background-color: white;
}

#main-copy a:hover {
text-decoration: none;
}

p {
margin: 1em 0 1.5em 0;
padding: 0;
}

dt {
font-weight: bold;
margin: 0;
padding: 0 0 0.5ex 0;
}

dd {
margin: 0 0 1.5em 1.5em;
padding: 0;
}

.watchBox {
color: black;
font-size: 12px;
text-align: center;
background-color: #FF9900;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}

.advisoryBox {
color: black;
font-size: 12px;
text-align: center;
background-color: #FFCC00;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}

.warningBox {
color: white;
font-size: 13px;
text-align: center;
background-color: #CC0000;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(255,255,255);
}

/* ##### ajaxSidebar ##### */
.ajaxSidebar {
background-color:#FFFFFF;
border: none;
width: 114px;
}
.ajaxSidebar h2 {
font-size: 12pt;
color: #FFFFFF;
background-color: #CC6600;
text-align: center;
margin-right: 6px;
}

.ajaxSidebar .meas {
font : x-small Arial, Helvetica, sans-serif;
color : #000000;
text-align : right;
background-color: #FFFFFF;
width: 35%;
}
.ajaxSidebar .data {
font : 9pt Arial, Helvetica, sans-serif;
color : #0000FF;
text-align : left;
background-color: #FFFFFF;
}
.ajaxSidebar td {
border: none;
background-color: #FFFFFF;
}
.ajaxDashboard .datahead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #FFFFFF;
background-color: #CC6600;
text-align: center;
}
.ajaxDashboard .data1 {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
border-bottom: 1px solid #CCCCCC;
background-color: #FFFFFF;
text-align: left;
}
.ajaxDashboard td {
border: none;
background-color: #FFFFFF;
}


/* ##### Footer ##### */

#footer {
color: black;
background-color: rgb(230,223,207);
font-size: 92%;
text-align: center;
line-height: 1.25em;
margin: 0;
padding: 1em 4mm 1em 4mm;
clear: both;
}

#footer div {
margin: 0;
padding: 0 0 1ex 0;
}

#footer a {
color: black;
background-color: transparent;
text-decoration: underline;
font-weight: bold;
}

#footer a:visited {
color: rgb(112,128,144);
background-color: transparent;
text-decoration: underline;
font-weight: bold;
}

#footer a:hover {
text-decoration: none;
}
Quest'altro è weather-screen-blue-wide.css
/**********************************
* TITLE: Gila Screen Stylesheet *
* URI : gila/gila-screen.css *
* MODIF: 2003-Apr-30 19:09 +0800 *
**********************************/

body {
color: black;
background-color: #F3F2EB;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 73%; /* Enables font size scaling in MSIE */
margin: 0;
padding: 0;
}

html > body {
font-size: 9pt;
}

#page {
margin: 20px auto;
color: black;
background-color: white;
}

.doNotDisplay {
display: none !important;
}

.picfl {
float:left;
padding-right: 5px;
position: relative;
}

.picfr {
float:right;
padding-left: 5px;
position: relative;
}

.picfc {
text-align: center;
padding-left: 5px;
padding-right: 5px;
position: relative;
}


/* ##### Header ##### */

/* ##### CHANGE background-color to change header color, hex code is OK ##### */
/* ##### Hex Color Chart - HTML Colors ##### */

#header {
color: inherit;
background-color: #3173B1;
}

.headerTitle {
margin: 0;
padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
color: white;
background-color: transparent;
text-decoration: none;
font-size: 110%; /* For MSIE */
font-weight: bold;
font-style: italic;
}

.headerTitle > a {
font-size: 110%; /* For fully standards-compliant user agents */
}

.headerTitle span {
color: white;
background-color: transparent;
font-weight: normal;
}

.headerTemp {
font-size: 36px;
font-weight: bold;
float: right;
right: .5ex;
margin-right: 5px;
margin-left: 15px;
top: 0.18em;
color: white;
}

[class~="headerTemp"] {
top: 0.18em; /* For fully standards-compliant user agents */
}

.subHeader {
color: white;
float: left;
clear: left;
position: relative;
background-color: #666666;
font-size: 109%;
margin: 0;
padding: 0.5ex 1ex;
}

.subHeaderRight {
color: white;
background-color: #666666;
font-size: 109%;
text-align: right;
margin: 0;
padding: 0.5ex 2ex;
}

.subHeader a {
color: white;
text-decoration: none;
font-weight: bold;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
width: 9.5em;
float: left;
clear: left;
}

.leftSideBar .sideBarTitle {
color: white;
background-color: #3173B1;
font-weight: bold;
margin: 0;
padding: 0.5ex 1ex;
}

.leftSideBar ul {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 0;
}

.leftSideBar li {
margin: .5ex;
padding: 0;
}

.leftSideBar a {
display: block;
color: #336699;
background-color: transparent;
width: 89px;
padding: .05em;
text-decoration: none;
}

.leftSideBar a:visited {
color: #336699;
background-color: transparent;
text-decoration: none;
}

.leftSideBar a:hover {
background-color: #3173B1;
color: white;
}

.leftSideBar .sideBarText {
color: black;
background-color: transparent;
line-height: 1.25em;
margin: 1ex 0.25ex 1.5em 0.75ex;
padding: 0;
display: block;
}

.leftSideBar .sideBarText a {
text-decoration: underline;
font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
text-decoration: underline;
font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
text-decoration: none;
}

.leftSideBar .thisPage {
color: black;
background-color: transparent;
font-weight: bold;
}

/* ##### Main Copy ##### */

#main-copy {
color: black;
background-color: white;
text-align: justify;
line-height: 1.5em;
margin: 0 0 0 9.5em;
padding: .5ex 1em 1em 1em;
border-left: 1px solid rgb(216,210,195);
}

#main-copy-dark {
color: white;
background-color: black;
text-align: justify;
line-height: 1.5em;
margin: .1em 0 0 9.5em;
padding: .5ex 1em 1em 1em;
border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
color: black;
background-color: transparent;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 175%;
font-weight: bold;
margin: 1em 0 0 0;
padding: 1em 0 0 0;
border-top: 1px solid rgb(216,210,195);
}

#main-copy a {
color: #336699;
background-color: transparent;
text-decoration: underline;
}
#main-copy a:hover {
text-decoration: none;
}

.table-top {
color: black;
background-color: #96C6F5;
text-align: left;
font-weight: bold;
}

.column-dark {
color: black;
background-color: #F1F8FE;
}

.column-light {
color: black;
background-color: white;
}

p {
margin: 1em 0 1.5em 0;
padding: 0;
}

dt {
font-weight: bold;
margin: 0;
padding: 0 0 0.5ex 0;
}

dd {
margin: 0 0 1.5em 1.5em;
padding: 0;
}

.watchBox {
color: black;
font-size: 12px;
text-align: center;
background-color: #FF9900;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}
#main-copy .watchBox a {
color: blue;
}
#main-copy .watchBox a:hover {
color: blue;
background-color: inherit;
text-decoration: underline;
}

.advisoryBoxnoactive {
color: black;
font-size: 12px;
text-align: center;
background-color: white;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}

.advisoryBox {
color: black;
font-size: 12px;
text-align: center;
background-color: #FFCC00;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}
#main-copy .advisoryBox a {
color: blue;
}
#main-copy .advisoryBox a:hover {
color: blue;
background-color: inherit;
text-decoration: underline;
}

.warningBox {
color: white;
font-size: 13px;
text-align: center;
background-color: #CC0000;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(255,255,255);
}
#main-copy .warningBox a {
color: white;
}
#main-copy .warningBox a:hover {
color: white;
background-color: inherit;
text-decoration: underline;
}

.tornadowarningBox {
color: white;
font-size: 13px;
text-align: center;
background-color: #CC0000;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(255,255,255);
}
#main-copy .tornadowarningBox a {
color: white;
}
#main-copy .tornadowarningBox a:hover {
color: white;
background-color: inherit;
text-decoration: underline;
}

/* ##### ajaxSidebar ##### */
.ajaxSidebar {
background-color: white;
border: none;
width: 114px;
}
.ajaxSidebar h2 {
font-size: 12pt;
color: white;
background-color: #5B9AD2;
text-align: center;
margin-right: 6px;
}

.ajaxSidebar .meas {
font : x-small Arial, Helvetica, sans-serif;
color: black;
text-align : right;
background-color: white;
width: 35%;
}
.ajaxSidebar .data {
font : 9pt Arial, Helvetica, sans-serif;
color: #3173B1;
text-align : left;
background-color: white;
}
.ajaxSidebar td {
border: none;
background-color: white;
}
.ajaxDashboard .datahead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: white;
background-color: #3173B1;
text-align: center;
}
.ajaxDashboard .datahead2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
border-bottom: 1px solid #CCCCCC;
color: white;
background-color: #3173B1;
text-align: center;
}
.ajaxDashboard .data1 {
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
border-bottom: 1px solid #CCCCCC;
background-color: white;
text-align: left;
}
.ajaxDashboard .data2 {
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
background-color: white;
text-align: left;
}
.ajaxDashboard td {
border: none;
background-color: white;
}


/* ##### Footer ##### */

#footer {
color: black;
background-color: #d5d5d5;
font-size: 92%;
text-align: center;
line-height: 1.25em;
margin: 0;
padding: 1em 4mm 1em 4mm;
clear: both;
}

#footer div {
margin: 0;
padding: 0 0 1ex 0;
}

#footer a {
color: black;
background-color: transparent;
text-decoration: underline;
font-weight: bold;
}

#footer a:visited {
color: black;
background-color: transparent;
text-decoration: underline;
font-weight: bold;
}

#footer a:hover {
text-decoration: none;
}

.jsuparrow {
background-color:#CDDBCD;
border:0px none;
color:#22464F;
text-decoration:none;
}

.jsupoutline {
background:#CDDBCD none repeat scroll 0%;
border:0px solid #2266AA;
height:15px;
left:0px;
padding:0px;
position:absolute;
top:0px;
width:24px;
}

/* WordPress additions for Weather Display PHP AJAX Templates */
/* Copy and paste all of this to the END of your CSS files */

/* Begin Sidebar */
#sidebar
{
padding: 2.5em;
width: 150px;
float: right;
background-color: #F1F8FE;
margin: 5px;

}

#sidebar form {
margin: 0;
}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 2px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 0px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */

#sidebar {
font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: black;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}


#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}

#sidebar h2 {
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 1.2em;
}

/* Begin Blog Main Copy */
#blog-main {
color: black;
background-color: white;
text-align: left;
line-height: 1.5em;
margin: 0 0 0 9.5em;
padding: .5ex 1em 1em 1em;
border-left: 1px solid rgb(216,210,195);
min-height: 720px;
clear:right;

}

#blog-main-dark {
color: white;
background-color: black;
text-align: left;
line-height: 1.5em;
margin: .1em 0 0 9.5em;
padding: .5ex 1em 1em 1em;
border-left: 1px solid rgb(216,210,195);
}

#blog-main h1 {
color: black;
background-color: transparent;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 175%;
font-weight: bold;
font-style: italic;
margin: 1em 0 0 0;
padding: 1em 0 0 0;
border-top: 1px solid rgb(216,210,195);
}

#blog-main h2 {
color: black;
background-color: transparent;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 120%;
font-weight: bold;
margin: 1em 0 0 0;
padding: 1em 0 0 0;
text-align:left

}

#blog-main a {
color: #336699;
background-color: transparent;
text-decoration: underline;
}

#blog-main a:hover {
text-decoration: none;
}

/* Captions */

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/* Added for image alignment issued */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.thread-alt {
color: black;
background-color: #F1F8FE;
}

.thread-even {
color: black;
background-color: white;
}

/* ##### mjc extra ##### */

#horizontal-menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#horizontal-menu ul li {
display: inline;
padding: .2em 1em;
}

.menuLinkSelectedhoriz {
background-color: #3173B1;
color: white;
width: 100px;
padding: .2em;
}

.menuLinkSelected {
display: block;
background-color: #3173B1;
color: white;
width: 90px;
padding: .04em;
}
Questo invece è styles.css
/*
Design by Metamorphosis Design
Website Templates, Free Website Templates, Free Web Templates, Flash Templates, Website Design
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
border: 0;
margin: 0;
}
img {
border: 0px;
}
body{
font: 10pt Arial, Helvetica, sans-serif;
background: url(images/bg.jpg);
line-height: 18px;
}

#bg_clouds { background: url(images/bg_clouds.jpg) top center no-repeat;}

#main {
width: 1000px;
margin: 0px auto;
}
#ident {
width:1000px;
height: 80px;
}
#logo {
padding: 20px 0px 0px 20px;
height: 50px;
}
#logo H2 {
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:18px;
font-style:italic;
background: no-repeat;
}
#logo a {
text-decoration: none;
font-style: italic;
font-size: 24px;
color: #ffffff;
}
#logo H2 a{
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight:100;
}
#buttons{
text-align:center;
height: 56px;
padding-left: 0px;
background: url(images/buttons.png) left top no-repeat;
padding: 0px 0px 0px 20px;
}
#buttons a {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 100;
display: block;
float: left;
text-decoration: none;
color: #ffffff;
text-align: center;
padding-top: 20px;
height: 34px;
}
.but {
padding: 0px 20px;
/* width: 95px;*/
}
#buttons .but:hover {
background: url(images/but_hover.jpg) top repeat-x;
}
.but_t {
background: url(images/but_hover.jpg) top repeat-x;
}
.header_top {
background: url(images/header_top.png) left top no-repeat;
height: 24px;
}
.header { height:200px;
background: url(images/header.jpg) 23px top no-repeat #FFFFFF;
}
.header_bot {
background: url(images/header_bot.png) left bottom no-repeat;
height: 24px;
}
#content{
background: url(images/content.png);
padding: 0px 30px 0px 30px;
color: #000000;
}
#content_gal{
background: url(images/content.png);
padding: 0px 13px 0px 13px;
color: #000000;
}
.cont_top{
background: url(images/cont_top.png) left top no-repeat;
height: 24px;
}
.cont_bot{
background: url(images/cont_bot.png) left bottom no-repeat;
height: 24px;
}
.razd_h { height: 30px;
background: url(images/razd_h.gif) 15px repeat-x;
}
.home_box {
float: left;
width: 305px;
}
.sep_vert {
background: url(images/razd_lr.gif) 200px repeat-y;
}
.sep_vert275 {
background: url(images/razd_lr.gif) 275px repeat-y;
}
.razd_lr_h {
background: url(images/razd_lr.gif) 639px repeat-y;
}
.razd_lr {
background: url(images/razd_lr.gif) 657px repeat-y;
}
#frame {
padding: 20px 0px 0px 100px;
width:800px;
}
#frame td {text-align: left;}

#left{
width: 630px;
float: left;
margin-left: 0px;
}
#left_h{
width: 630px;
float: left;
margin-left: 0px;
}
.text{
padding: 0px 0px 15px 0px;
}
.img_l { float:left;
margin: 5px 14px 3px 0px;
}
.img_r { float: right;
margin: 9px 10px 3px 10px;
}
.span_cont { color: #4ACBE2;
font-size:12px;
font-weight:bold;
}
h1{
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: 100;
color: #074690;
text-align: left;
padding: 0px 0px 0px 0px;
line-height:normal;
}
.spis_1 {
list-style:none;
padding: 0px 0px 0px 0px;
}
.spis_1 li {
padding: 5px 0px 0px 18px;
background: url(images/fish_spis_1.gif) 0px 10px no-repeat;
}
.spis_1 a {
color:#000000;
text-decoration:none;
font-weight: 100;
display: block;
font-weight:bold;
}
.spis_1 a:hover {
text-decoration: underline;
}
.read {
font-size:12px;
color: #FF0000;
text-decoration: none;
display:block;
line-height: 17px;
width: 66px;
text-align: center;
float: right;
font-weight:bold;
}
.read:hover {
font-size:12px;
text-decoration: underline;
}
#right{
float: right;
width: 255px;
margin-right: 0px;
}
#right_h{
float: right;
width: 270px;
margin-right: 0px;
}
.span_dat {
color: #000000;
text-decoration: underline;
font-weight: bold;
padding-bottom: 5px;
}
#bottom {
background: url(images/bottom.gif) 43px 30px no-repeat;
color: #FFFFFF;
}
#bottom_bot {
background: url(images/bottom.gif) 43px bottom no-repeat;
color: #FFFFFF;
}
#bottom h1 {
color: #ffffff;
font-size: 18px;
font-weight: 100;
text-align: center;
padding: 5px 0px 5px 0px;
}
#b_col1 {
width: 253px;
float: left;
margin-left: 43px;
}
#b_col2 {
width: 253px;
float: left;
margin-left: 85px;
}
#b_col3 {
width: 253px;
float: left;
margin-left: 85px;
text-align: left;
}
.box_us {
width: 244px;
background: url(images/box_us.gif) 0px bottom repeat-x;
}
.box_us_l {
width: 27px;
float: left;
padding-top:3px;
}
.box_us_r {
width: 217px;
float: left;
}
.spis_bot {
list-style:none;
padding: 0px 0px 0px 34px;
}
.spis_bot li {
padding: 7px 0px 0px 18px;
background: url(images/fish2.gif) 0px 12px no-repeat;
}
.spis_bot a {
color:#ffffff;
text-decoration:none;
font-weight: 100;
display: block;
font-weight:bold;
}
.spis_bot a:hover {
text-decoration: underline;
}

.fu_i {
padding: 0px 14px 0px 0px;
vertical-align: middle ;
}
#b_col3 ul {
list-style:none;
padding: 0px 0px 0px 52px;
}
#b_col3 li {
padding: 8px 0px 2px 0px;
background: none;
}
#b_col3 li a {
color:#FFFFFF;
text-decoration: none;
font-weight: bold;
}
#b_col3 li a:hover {
text-decoration: underline;
}
#footer{
height: 15px;
font-size: 12px;
color: #ffffff;
text-align: center;
padding: 10px 0px 0px 0px;
}
#footer a{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
#footer a:hover{
color: #ffffff;
font-size: 10px;
text-decoration: underline;
}
.lh {
line-height: 22px;
}
/* blog */
.va_m { vertical-align:middle;}
.datc_coment {
height: 26px;
background:url(images/datc_coment.gif) top repeat-x;
padding: 10px 0px 0px 10px;}
.datc {
float: left;
width: 346px;}
.coment {
float: right;
width: 146px;
text-align: right;
}
.datc_coment a {
color: #074690;
text-decoration:none;
font-weight: bold;
font-size:12px;
}
.datc_coment a:hover {
text-decoration:underline;
}
.spis {
list-style:none;
padding: 0px 0px 0px 25px;
}
.spis li {
padding: 8px 0px 2px 16px;
background: url(images/fish_spis.gif) left 14px no-repeat;
}
.spis a:hover {
text-decoration: none;
color:#FF0000;
}
.spis a {
color:#000000;
text-decoration:none;
font-weight: bold;
}
.a_blog {
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
color: #074690;
text-align: left;
padding: 5px 0px 10px 0px;
text-decoration: none;
display:block;
}
.a_blog:hover { text-decoration: underline;}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: 100;
color: #074690;
text-align: left;
padding: 0px 0px 10px 25px;
line-height:normal;
background: url(images/razd_h.gif) bottom repeat-x;
}

/* gallery */
.gal_num {
background: url(images/gal_num.png) 0px 0px no-repeat;
width: 14px;
height: 20px;
padding: 1px 0px 0px 6px;
display:block;
margin-right: 5px;
color: #FFFFFF;
font-size: 12px;
float:left;
text-decoration: none; }

.gal_num:hover { background: url(images/gal_num_hover.png) 0px 0px no-repeat;}

.row {
padding: 0px 0px 0px 0px;
height: 250px;
}
td {
font-size: 100%;
padding-top: 0.15em;
padding-right: 0.5em;
padding-bottom: 0.15em;
padding-left: 0.5em;
}

.pan {
width: 220px;
height: 250px;
padding: 0px 20px 0px 30px;
margin-bottom:15px;
font-size:120%;
float:left;
color: #000000;
}

.pan_clock {
background: url(images/pan_clock.png) no-repeat;
height: 130px;
width: 270px;
}
.local_time {
padding-top: 25px;
float:left;
width:155px;
text-align:center;
}
.clock {
float: right;
height: 90px;
width: 90px;
padding: 25px 5px 0px 0px;
}
.pan h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
color: #074690;
text-align: left;
padding: 10px 20px 0px 0px;
line-height:20px;
background: url(images/razd_h.gif) bottom repeat-x;
}

.observ {
background: url(images/pan_texte.png) 0px 0px no-repeat;
}
.forec {
background: url(images/pan_jour.png) 0px 0px no-repeat;
}
.night {
background: url(images/pan_nuit.png) 0px 0px no-repeat;
}

/* Gauges */
#gauges {
text-align:center;
}
#gauges_title{
height:130px;
}
#gauges_title h1{
font-size:250%;
text-align:center;
}
#gauges_title h2{
font-size:200%;
text-align:center;
}
#flash_wind{
/* background-image: url('images/cadran6.png');*/
width:600px;
height:300px;
margin:5px 0px 0px 0px;
padding:0px;
}
#gauges1 {
background: url(images/compass.png) 0px 0px no-repeat;
width:200px;
height:200px;
float:left;
margin: 24px 0px 0px 60px;
padding-top: 10px;
}
#barometer {
/* background: url(images/barometre.png) 0px 0px no-repeat;*/
background-color:#FEF6E6;
text-align:left;
width:240px;
height:200px;
float:left;
margin: 0px 0px 50px 75px;
}
#gauges3 {
background: url(images/windgauge.png) 0px 0px no-repeat;
width:200px;
height:200px;
float:left;
margin: 20px 0px 0px 91px;
}
#gauge_view {
height:900px;
width:900px;
margin-left:40px;
background: url(images/gauges2.png) 0px 0px no-repeat;
position:absolute;
top: 534px;
}
#gauges_center {
margin: 258px 0px 0px 15px;
font-weight: bold;
}
#gauges_bot{
position: relative;
top: -200px;
left: 280px;
font-weight: bold;
}
#gauges_bot td{
padding: 0px;
}

.box_img2 {
width: 272px;
height: 250px;
background: url(images/box_img2.png) 0px 0px no-repeat;
margin: 0px 0px;
padding: 0px 20px;
float:left;
color: #000000;
}
.box_img2 table {
padding: 10px 0px 0px 10px;
}
.box_img2 h4 {
padding: 12px 0px 10px 0px;
}
.box_img3 {
width: 272px;
height: 390px;
background: url(images/box_img3.png) 0px 0px no-repeat;
margin: 0px 0px;
padding: 0px 20px;
float:left;
color: #000000;
}
.box_img3 table {
padding: 10px 0px 0px 10px;
}
.box_img3 h4 {
padding: 12px 0px 10px 0px;
}
.box_img4 {
width: 620px;
height: 250px;
background: url(images/box_img4.png) 0px 0px no-repeat;
margin: 0px 0px;
padding: 0px 20px;
float:left;
color: #000000;
}
.box_img4 table {
padding: 10px 0px 0px 10px;
}
.box_img4 h4 {
padding: 12px 0px 10px 0px;
}

#preview{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
display:none;
color:#fff;
}

.box_razd {
width: 19px;
height: 50px;
float: left;
}

h4 {
font-weight:100;
font-size: 18px;
color: #000000;
padding: 15px 0px 17px 0px;}


/* about us */
.bottom_text { padding: 0px 0px 0px 19px;}

.bottom_text a {
color:#000000;
text-decoration:none;
}
.bottom_text a:hover { text-decoration:underline;}

/* contact us */
#left label {
width: 103px;
float:left;
padding: 5px 0px 0px 5px;}

.input_txt2 {
width: 620px;
border: none;
background: url(images/input_txt2.gif) left top no-repeat;
padding: 6px 0px 6px 10px;
color:#ffffff;
}
.text_area2 {
width: 585px;
height: 123px;
border: none;
background: url(images/text_area2.gif) 0px 0px no-repeat;
padding: 6px 10px 6px 10px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
}
.submit2 {
background: url(images/submit2.png) right 0px no-repeat;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 6px 0px 7px 0px;
font-size:12px;
color: #ffffff;
text-decoration: none;
width: 76px;
margin: 0px 54px 0px 0px;
}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* Dev7studios - WordPress Plugins and Web Apps
/*=================================*/
#slider-wrapper {
background:url(images/top.jpg) no-repeat;
width:954px;
height: 200px;
margin:0 auto;
}

#slider {
position:relative;
width: 954px;
height:200px;
background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
#slider a {
border:0;
display:block;
}

.nivo-controlNav {
position:absolute;
left:260px;
bottom:-42px;
display: none;
}
.nivo-controlNav a {
display:block;
width:22px;
height:22px;
background:url(images/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:3px;
float:left;
}
.nivo-controlNav a.active {
background-position:0 -22px;
}

.nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(images/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}
a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}
a.nivo-prevNav {
left:15px;
}

.nivo-caption {
text-shadow:none;
font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
color:#efe9d1;
text-decoration:underline;
}
Quest'ultimo che ho trovato è invece weather-print-php.css
/**********************************
* TITLE: Gila Print Stylesheet *
* URI : gila/gila-print.css *
* MODIF: 2003-Apr-30 19:09 +0800 *
**********************************/


/* ##### Common Styles ##### */

body {
color: black;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
margin: 0;
padding: 0;
}

acronym, .titleTip {
font-style: italic;
border-bottom: none;
}

acronym:after, .titleTip:after { /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
content: "(" attr(title) ")";
font-size: 90%;
font-style: normal;
padding-left: 1ex;
}

.doNotPrint {
display: none !important;
}


/* ##### Header ##### */

#header {
margin: 0;
padding: 0;
border-bottom: 1px solid black;
}

.headerTitle {
font-size: 200%;
margin: 0;
padding: 0 0 0.5ex 0;
}

.headerTitle a {
color: black;
background-color: transparent;
font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
font-weight: normal;
text-decoration: none;
}

.subHeader {
display: none;
}


/* ##### Side Bars ##### */

#side-bar {
display: none;
}


/* ##### Main Copy ##### */

#main-copy {
text-align: justify;
margin: 0;
padding: 0;
}

#main-copy h1 {
font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
font-size: 120%;
margin: 2ex 0 1ex 0;
padding: 0;
}

#main-copy a {
color: black;
background-color: transparent;
text-decoration: none;
}

#main-copy a:after { /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
content: "<" attr(href) ">";
font-size: 90%;
padding-left: 1ex;
}

p {
margin: 0 0 2ex 0;
padding: 0;
}

dl {
margin: 0;
padding: 0;
}

dt {
font-weight: bold;
margin: 0;
padding: 0 0 1ex 0;
}

dd {
margin: 0 0 2ex 1.5em;
padding: 0;
}

.watchBox {
color: black;
font-size: 12pt;
text-align: center;
background-color: #FF9900;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}

.advisoryBox {
color: black;
font-size: 12pt;
text-align: center;
background-color: #FFCC00;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}

.warningBox {
color: white;
font-size: 13pt;
text-align: center;
background-color: #CC0000;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(255,255,255);
}

/* ##### ajaxSidebar ##### */
.ajaxSidebar {
background-color:#FFFFFF;
border: none;
}
.ajaxSidebar h2 {
font-size: 12pt;
color: #FFFFFF;
background-color: #CC6600;
text-align: center;
margin-right: 6px;
}

.ajaxSidebar .meas {
font : x-small Arial, Helvetica, sans-serif;
color : #000000;
text-align : right;
background-color: #FFFFFF;
width: 35%;
}
.ajaxSidebar .data {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color : #0000FF;
text-align : left;
background-color: #FFFFFF;
}
.ajaxSidebar td {
border: none;
background-color: #FFFFFF;
}
.ajaxDashboard .datahead {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #FFFFFF;
background-color: #CC6600;
text-align: center;
}
.ajaxDashboard .data1 {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
border-bottom: 1px solid #CCCCCC;
background-color: #FFFFFF;
text-align: left;
}
.ajaxDashboard td {
border: none;
background-color: #FFFFFF;
}

/* ##### Footer ##### */

#footer {
margin: 2em 0 0 0;
padding: 1ex 0 0 0;
border-top: 1px solid black;
}

#footer a {
color: black;
background-color: transparent;
text-decoration: none;
}
Spero tu possa aiutarmi!
Grazie in anticipo!
Ecco un'immagine di tutti i file css che ci sono:
css.jpg
 
Ultima modifica:

Entra

oppure Accedi utilizzando
Discord Ufficiale Entra ora!

Discussioni Simili