09.02.2013, 11:26
(Dieser Beitrag wurde zuletzt bearbeitet: 09.02.2013, 11:28 von DirtyHarry.)
Zitat:<!DOCTYPE html>
<html>
<head>
<base href="Private/"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style>
body {
background-color: none;
margin: 0;
padding: 0 0 0 0;
height: 480px;
width: 320px;
}
.info div {
background-color: none;
padding: 0 0 0 0;
}
#status {
position: absolute;
top: 116px;
width: 320px;
color: white;
text-align: center;
font-family:Helvetica;
font-size:15px;
font-weight:bold;
text-shadow: 0px 1px 0px black;
}
#weatherIcon {
height:480px;
width:320px;
border:none;
float: center;
margin-top:0px;
margin-right:auto;
}
#fading {
height:480px;
width:320px;
border:none;
float: center;
margin-top:0px;
margin-right:auto;
}
Zitat:<!DOCTYPE html>
<html>
<head>
<base href="Private/"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style>
body {
background-color: none;
margin: 0;
padding: 0 0 0 0;
height: 568px;
width: 320px;
}
.info div {
background-color: none;
padding: 0 0 0 0;
}
#status {
position: absolute;
top: 116px;
width: 320px;
color: white;
text-align: center;
font-family:Helvetica;
font-size:15px;
font-weight:bold;
text-shadow: 0px 1px 0px black;
}
#weatherIcon {
height:568px;
width:320px;
border:none;
float: center;
margin-top:0px;
margin-right:auto;
}
#fading {
height:568px;
width:320px;
border:none;
float: center;
margin-top:0px;
margin-right:auto;
}